OSDN Git Service

* lib/gcc-dg.exp (cleanup-modules): New proc.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / g77 / 980729-0.f
1 c { dg-do compile }
2 c     Got ICE on Alpha only with -mieee (currently not tested).
3 c     Fixed by rth 1998-07-30 alpha.md change.
4       subroutine a(b,c)
5       b = max(b,c)
6       end