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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr56977.c
blob
fde88afed1d162f559cc1786db18031e9cd6ff94
1
/* { dg-do compile } */
2
/* { dg-options "-Og" } */
3
4
__attribute__
((
__error__
(
"error"
)))
void
error
();
5
6
void
f
(
int
i
) {
7
if
(
__builtin_constant_p
(
i
)) {
8
error
();
9
}
10
}