Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / namelist_blockdata.f
blobc1a7a5b4e9bfc1c77d4913b72b78d0dbd6922ec5
1 ! { dg-do compile }
2 ! Tests fix for PR21565 - object cannot be in namelist and block data.
3 block data
4 common /foo/ a
5 namelist /foo_n/ a ! { dg-error "not allowed in BLOCK DATA" }
6 data a /1.0/
7 end