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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline-5.c
blob
d72fad6561002ebc1220e883d36775422ed564c9
1
/* PR middle-end/13448 */
2
3
/* { dg-options "-O3" } */
4
5
void
funct
(
const int
n
)
6
{
7
n
++;
/* { dg-error "" } */
8
}
9
10
int
main
() {
11
funct
(
1
);
12
return
0
;
13
}