diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-06-04 14:39:01 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-06-04 14:39:01 +0000 |
commit | 265078b93fa51175c9d5942476b288849be92bc1 (patch) | |
tree | 55c5c27ece65abf0cdc0b39ffa5ae0b795842771 | |
parent | 0a95276e82226d6202b4b692eedbe870af9f5f9e (diff) | |
download | gcc-265078b93fa51175c9d5942476b288849be92bc1.zip gcc-265078b93fa51175c9d5942476b288849be92bc1.tar.gz gcc-265078b93fa51175c9d5942476b288849be92bc1.tar.bz2 |
Commentary.
From-SVN: r20232
-rw-r--r-- | gcc/testsuite/g77.f-torture/compile/970125-0.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/g77.f-torture/compile/970125-0.f b/gcc/testsuite/g77.f-torture/compile/970125-0.f index cf6cca6..004f558 100644 --- a/gcc/testsuite/g77.f-torture/compile/970125-0.f +++ b/gcc/testsuite/g77.f-torture/compile/970125-0.f @@ -18,6 +18,9 @@ C No options: C ../../egcs/gcc/f/info.c:259: failed assertion `ffeinfo_types_[basictype][kindtype] != NULL' C -fno-globals -O: C ../../egcs/gcc/expr.c:7291: Internal compiler error in function expand_expr + +c Frontend bug fixed by JCB 1998-06-01 com.c &c changes. + integer*4 i4 integer*8 i8 integer*8 max4 |