aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wxor-used-as-pow-pr106830.c
blob: 104897a5f3915ea1b5eb54a6bf20548b9c1ac3f2 (plain)
1
2
3
4
5
6
/* { dg-require-effective-target int128 }
   { dg-options "-Wno-pedantic" }  */

void foo0_u16_0() {
  (__int128)(18302628885633695743 << 4) ^ 0; /* { dg-warning "integer constant is so large that it is unsigned" } */
}