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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr40340-3.c
blob
f771a00e3a09ef56141ba3af7c3dbdb02e2fdb73
1
/* PR middle-end/40340 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -Wall -Wno-system-headers" } */
4
5
#define TEST2
6
#include
"pr40340.h"
7
8
int
9
main
(
void
)
10
{
11
test2
();
12
return
0
;
13
}
14
15
/* { dg-bogus "overflow" "" { target *-*-* } 10 } */