diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/980427-0.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/980427-0.f | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/980427-0.f b/gcc/testsuite/gfortran.dg/g77/980427-0.f new file mode 100644 index 000000000..c5c3ade00 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/g77/980427-0.f @@ -0,0 +1,9 @@ +c { dg-do compile } +c ../../egcs/gcc/f/com.c:938: failed assertion `TREE_CODE (TREE_TYPE (e)) == REAL_TYPE' +c Fixed by 28-04-1998 global.c (ffeglobal_ref_progunit_) change. + external b + call y(b) + end + subroutine x + a = b() + end |