Imported Upstream version 4.8.1
[platform/upstream/gcc48.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