aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gcc.gnu.org>1998-08-01 09:38:20 +0000
committerDave Love <fx@gcc.gnu.org>1998-08-01 09:38:20 +0000
commit07b664cae4286fbe118ab6f8bc8b69e4e15b03f5 (patch)
tree71471276e9efb88a122ce9655636f0a53c66a52f
parentc787dd82d51b209f13b9ef4bfdb7fecc3007bdf7 (diff)
downloadgcc-07b664cae4286fbe118ab6f8bc8b69e4e15b03f5.zip
gcc-07b664cae4286fbe118ab6f8bc8b69e4e15b03f5.tar.gz
gcc-07b664cae4286fbe118ab6f8bc8b69e4e15b03f5.tar.bz2
New test.
From-SVN: r21515
-rw-r--r--gcc/testsuite/g77.f-torture/compile/980729-0.f5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/g77.f-torture/compile/980729-0.f b/gcc/testsuite/g77.f-torture/compile/980729-0.f
new file mode 100644
index 0000000..0778944
--- /dev/null
+++ b/gcc/testsuite/g77.f-torture/compile/980729-0.f
@@ -0,0 +1,5 @@
+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