repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle21.C
blob
f457d600cd8e2ffca81a6c76d802889014c358c9
1
// PR c++/14324
2
// { dg-do assemble }
3
4
extern "C" {
5
6
void fun1(void)
7
{
8
do { static int xyz __attribute__((unused)) = 1; } while (0);
9
do { static int xyz __attribute__((unused)) = 2; } while (0);
10
do { static int xyz __attribute__((unused)) = 3; } while (0);
11
}
12
13
}