arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / warn_concat.f90
blob8006dd392d2fea1cacaa184189550093a97f1380
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