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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
enum4.C
blob
6a20ea9cbf4623c7654ad5fdcb0478bdc98783b1
1
// PR c++/37389
2
// { dg-do compile }
3
// { dg-options "-std=gnu++98" }
4
5
enum
6
{
7
A = 9223372036854775807ULL * 2 + 1,
8
B = B0, // { dg-error "was not declared|overflow" }
9
C = C0 // { dg-error "was not declared" }
10
};