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
* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
namespace2.C
blob
a2c10e0536f78855582d5cf6936c11b7f75e7145
1
/* PR c++/2537 */
2
/* { dg-do compile } */
3
4
// Used to have namespace name/identifier conflict, prior to 3.4.
5
6
namespace baz {}
7
8
namespace foo
9
{
10
struct bar
11
{
12
unsigned baz:1;
13
};
14
}
15