(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
Wshift-overflow-9.c
       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++ } } */
       6  
       7  #include "Wshift-overflow-1.c"