2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.dg / fonetrip.f
blobdec61bcb364f5ae098606f3201d9252fb79ba541
1 C Test compiler flags: -fonetrip
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
4 C { dg-do run }
5 C { dg-options "-fonetrip -w" }
6 do i = 1, 0
7 call exit
8 end do
9 call abort
10 end