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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
enum2.C
blob
2991af6ca24168c106ebee2bfd051c79dbc8ab6d
1
// { dg-do assemble }
2
3
enum tristate { no = -1, maybe, yes };
4
5
void foobar ()
6
{
7
tristate var = no; // { dg-bogus "" }
8
}