]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g77.dg/ftypeless-boz.f
re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)
[gcc.git] / gcc / testsuite / g77.dg / ftypeless-boz.f
CommitLineData
41ae4ee6
DB
1C Test compiler flags: -ftypeless-boz
2C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
3C
4C { dg-do run }
5C { dg-options "-ftypeless-boz" }
6 equivalence (i,r)
7 r = Z'ABCD1234'
8 j = Z'ABCD1234'
9 if ( j .ne. i ) call abort
10 end
This page took 0.56536 seconds and 5 git commands to generate.