Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gfortran.dg / oldstyle_3.f90
blobdad69568b51c89047ae9550f07b15afef7cc1238
1 ! { dg-do compile }
2 ! Suppress the warning about an old-style initializer;
3 ! { dg-options "" }
4 ! This tests the fix for PR29052 in which the error below would cause a seg-fault
5 ! because the locus of the initializer was never set.
7 ! Contributed by Bud Davis <bdavis@gcc.gnu.org>
9 character*10 a(4,2) /'aaa','bbb','ccc','ddd'/ ! { dg-error "more variables than values" }
10 end