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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
warn_concat.f90
blob
8006dd392d2fea1cacaa184189550093a97f1380
1
! { dg-do compile }
2
! { dg-additional-options "-Wall -O3" }
3
! PR 79929 - this used to give a warning.
4
! Test case by Harald Anlauf.
5
subroutine
gfcbug138
(
yerrmsg
)
6
character
(*) ::
yerrmsg
7
yerrmsg
=
""
8
yerrmsg
=
"bug: "
//
yerrmsg
9
end subroutine
gfcbug138