Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr88410.C
blob: c64e62df1623813e2ad2ffa094d1f9745254609e [
file
] [
log
] [
blame
]
// PR c++/88410
// { dg-do compile { target c++11 } }
typedef
__UINTPTR_TYPE__
uintptr_t
;
const
uintptr_t
a
=
32
;
struct
C
{
int
b
;
int
c
;
};
uintptr_t
d
{
uintptr_t
(&
reinterpret_cast
<
C
*>(
a
)->
c
)
-
a
};