repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.dg
/
decl-3.c
blob
cba0b906db3ef17e8bb57de62abb37191ca93592
1
/* PR c/9928 */
2
/* { dg-do compile } */
3
4
enum
{
CODES
};
/* { dg-message "note: previous definition" } */
5
enum
{
CODES
};
/* { dg-error "conflicting types|redeclaration of enumerator" } */