FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g77.dg / fno-typeless-boz.f
blob3faa550cce8b1ca8bd0f7d8268271a70aee2a32b
1 C Test compiler flags: -fno-typeless-boz
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
4 C { dg-do run }
5 C { dg-options "-fno-typeless-boz" }
6 equivalence (i,r)
7 r = Z'ABCD1234'
8 j = Z'ABCD1234'
9 if ( j .eq. i ) call abort
10 end