]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g77.dg/fcase-preserve.f
re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)
[gcc.git] / gcc / testsuite / g77.dg / fcase-preserve.f
1 C Test compiler flags: -fcase-preserve
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
3 C
4 C { dg-do run }
5 C { dg-options "-fcase-preserve" }
6 i = 3
7 I = 4
8 if ( i .ne. 3 ) call abort
9 end
This page took 0.038245 seconds and 5 git commands to generate.