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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr100788.c
blob
6f510ecf57ce3d1c77484eabf84cd7a02f432194
1
/* { dg-do compile } */
2
/* { dg-options "--coverage -Wno-error=coverage-invalid-line-number" } */
3
4
void
5
foo
()
// { dg-warning "function starts on a higher line number than it ends" }
6
{
7
#line 1
8
}
9
10
int
main
()
11
{
12
foo
();
13
}