Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / Wshift-overflow-9.c
blob7d84bada3b6d83c07127275836c5c6fd9430077d
1 /* PR c++/55095 */
2 /* { dg-do compile { target int32 } } */
3 /* { dg-options "-O -Wshift-overflow -fwrapv" } */
4 /* { dg-additional-options "-std=gnu90" { target c } } */
5 /* { dg-additional-options "-std=c++03" { target c++ } } */
7 #include "Wshift-overflow-1.c"