aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/launder8.C
blob: f57e91b60cddcbba8dda8504b2163dba664122ad (plain)
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);
}