repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c++: -M and modules again
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector10.C
blob
46ea244c56cc796f5e75bf20c40839f485750fb3
1
// PR c++/34914
2
// { dg-do compile }
3
4
struct A { int __attribute ((vector_size (8))) x; };
5
6
void
7
foo ()
8
{
9
__attribute ((vector_size (8))) int A::*p;
10
p == 0;
11
}