1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wstrict-aliasing -fstrict-aliasing" } */
4 typedef int int32_t __attribute__((mode (__SI__)));
5 typedef unsigned uint32_t __attribute__((mode (__SI__)));
9 uint32_t* pu = reinterpret_cast<uint32_t*> (&i); /* { dg-bogus "signed vs. unsigned" } */