diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/980729-0.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/980729-0.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/980729-0.f b/gcc/testsuite/gfortran.dg/g77/980729-0.f new file mode 100644 index 000000000..f0ca9da66 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/980729-0.f @@ -0,0 +1,6 @@ +c { dg-do compile } +c Got ICE on Alpha only with -mieee (currently not tested). +c Fixed by rth 1998-07-30 alpha.md change. + subroutine a(b,c) + b = max(b,c) + end |