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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
crash10.C
blob
2d1f71db1923341f14ee29f3f6bfea603f6358e6
1
// { dg-do assemble }
2
// PRMS Id: 5155
3
4
struct A {
5
enum foo { bar };
6
};
7
8
typedef A::foo A::foo; // { dg-error "16:typedef name" } causes compiler segfault