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
sched: Do not mix prologue and epilogue insns
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-excess-errors-exp-XP.c
blob
4aecca3ba340a1df2115d74df7bb1660ef850f7c
1
/* Test the tester. */
2
/* { dg-prms-id 42 } */
3
/* { dg-options "-Wall" } */
4
/* { dg-do compile } */
5
/* { dg-excess-errors "excess errors" } */
6
7
/* No messages, so unexpected pass. */
8
9
int
main
() {
return
0
; }