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
Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
enum34.C
blob
6bc72de8f984023448678e62ec7a57ca01553329
1
// { dg-options "-fdiagnostics-show-caret" }
2
// { dg-do compile { target c++11 } }
3
4
enum class E;
5
6
enum class E e; /* { dg-warning "scoped enum must not use" }
7
{ dg-begin-multiline-output "" }
8
enum class E e;
9
~~~~ ^~~~~
10
-----
11
{ dg-end-multiline-output "" } */