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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr27428-1.c
blob
93a221c84746552b8679e806a50c74503618d52c
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
foo
()
5
{
6
goto
L
;
7
if
(
0
..) {
L
: ; }
// { dg-error "too many decimal points" }
8
}
9