1 2 3 4 5 6 7 8 9 10 11
// PR c++/84444 // { dg-do compile } // { dg-options "-O2" } struct A {}; __UINTPTR_TYPE__ foo (A *p) { return (__UINTPTR_TYPE__) __builtin_launder (p); }