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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
decl-3.c
blob
5bbe19cd2248b56508a698b844c41b90ba27651f
1
/* PR c/9928 */
2
/* { dg-do compile } */
3
4
enum
{
CODES
};
/* { dg-error "previous definition" } */
5
enum
{
CODES
};
/* { dg-error "conflicting types|redeclaration of enumerator" } */