OSDN Git Service

2010-02-10 Joost VandeVondele <jv244@cam.ac.uk>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / char_array_constructor_3.f90
1 ! { dg-do compile }
2 ! tests the fix for PR32156, in which the character length of the compound
3 ! expression got lost.
4 !
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6 !
7 write (*,'(2A3)') 'X'//(/"1","2"/)//'Y'
8 END