blob: 7d84bada3b6d83c07127275836c5c6fd9430077d (
plain)
1
2
3
4
5
6
7
|
/* PR c++/55095 */
/* { dg-do compile { target int32 } } */
/* { dg-options "-O -Wshift-overflow -fwrapv" } */
/* { dg-additional-options "-std=gnu90" { target c } } */
/* { dg-additional-options "-std=c++03" { target c++ } } */
#include "Wshift-overflow-1.c"
|