[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-12-16 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-12-16 11:42 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-12-16 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-12-16 11:34 --- Subject: Bug 33998 Author: pault Date: Sun Dec 16 11:34:08 2007 New Revision: 130988 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130988 Log: 2007-12-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-12-03 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-12-03 15:05 --- (In reply to comment #4) Just for the record, the following, very crude patch works and produces the same output as NAG. It needs a lot of cleaning up and I should understand why the inclusion of LEN works fine, exce

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-11-30 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-11-30 17:06 --- I think that I have a fix Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-11-17 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-11-17 17:07 --- (In reply to comment #2) > > I do not see any alternative but to rewrite the interface routines and put > them in resolve.c. This maybe a bit alarmist but not by much. Certainly, 33888 needs a bit of help from resolv

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-11-06 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-11-06 11:49 --- In the code for the testcase: len_test () { real4 x[7]; static int4 options.40[7] = {68, 127, 0, 0, 0, 1, 0}; ..snip.. parm.48.dim[0].lbound = D.727; parm.48.dim[0].ubound = ubound.45;

[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263

2007-11-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-11-05 23:46 --- Hey, it crashes Intel, Sun, g95 and gives a runtime error with Portland. Not bad! Reduced testcase: program test interface function my_string(x) integer, intent(in) :: x integer :: sv(x) characte