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
Remove outermost loop parameter.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.dg
/
mtune.c
blob
a33e042a9791cf598ffd5a93e2b342c41d9b2974
1
/* { dg-do compile } */
2
/* { dg-options "-mtune=foo" } */
3
/* { dg-error "mtune" "" { target *-*-* } 0 } */
4
/* { dg-bogus "march" "" { target *-*-* } 0 } */
5
/* { dg-bogus "mcpu" "" { target *-*-* } 0 } */
6
int
i
;