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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gfortran.dg
/
Wno-all.f90
blob
550c7e46ad2062d3c6a8663f81200a3c8dc539f7
1
! PR 30437 Test for negative Wall
2
! { dg-do run }
3
! { dg-options "-Wall -Wno-all" }
4
program
main
5
character
(
len
=
40
) &
6
c
7
c
=
"Hello, &
8
world!"
! { dg-bogus "Warning: Missing '&' in continued character constant" }
9
if
(
c
.
ne
.&
10
"Hello, world!"
)&
11
call
abort
();
end program
main
12