aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/char_array_constructor_3.f90
blob: d4c49643f9e43753e011199481c8debfb5c89726 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! tests the fix for PR32156, in which the character length of the compound
! expression got lost.
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
!
write (*,'(2A3)') 'X'//(/"1","2"/)//'Y'
END