Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector10.C
blob: 46ea244c56cc796f5e75bf20c40839f485750fb3 [
file
] [
log
] [
blame
]
// PR c++/34914
// { dg-do compile }
struct
A
{
int
__attribute
((
vector_size
(
8
)))
x
;
};
void
foo
()
{
__attribute
((
vector_size
(
8
)))
int
A
::*
p
;
p
==
0
;
}