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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
940112-1.c
blob
bb5e0f66c85c571e135d99a799eb5c3c49eaeddc
1
double
2
f
(
int
x
)
3
{
4
double
e
=
1
;
5
e
=
1
;
6
return
(
e
)
7
}
/* { dg-error "parse error|syntax error|expected" } */