OSDN Git Service

07789441d41241e5e6928cdb4b66972688796a7a
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g77.f-torture / compile / 980729-0.f
1 c     Got ICE on Alpha only with -mieee (currently not tested).
2 c     Fixed by rth 1998-07-30 alpha.md change.
3       subroutine a(b,c)
4       b = max(b,c)
5       end