OSDN Git Service

ICE test; reported by Alexander Zvyagin <zvyagin@mx.ihep.su>
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1999 14:09:12 +0000 (14:09 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1999 14:09:12 +0000 (14:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26729 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g77.f-torture/compile/19990502-2.f [new file with mode: 0644]

diff --git a/gcc/testsuite/g77.f-torture/compile/19990502-2.f b/gcc/testsuite/g77.f-torture/compile/19990502-2.f
new file mode 100644 (file)
index 0000000..0f53586
--- /dev/null
@@ -0,0 +1,21 @@
+C Reported by Alexander Zvyagin <zvyagin@mx.ihep.su>
+C 
+C Dear egcs developers,
+C File g.f:
+      SUBROUTINE G(IGAMS,IWRK,NADC,NCellsInY)
+      INTEGER*2 IGAMS(2,NADC)
+      in = 1
+      do while (in.le.nadc.and.IGAMS(2,in).le.in)
+      enddo
+      END
+C $ g++ -c g.f
+C g.f:4: Internal compiler error in `expand_expr', at expr.c:6388
+C Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
+C See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
+C 
+C $ uname -a
+C Linux gamspc5 2.2.2 #13 SMP Sat Mar 20 19:57:56 MSK 1999 i686 unknown
+C $ g++ -v
+C Reading specs from 
+C /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.93.20/specs
+C gcc version egcs-2.93.20 19990427 (gcc2 ss-980929 experimental)