[Bug fortran/17917] gfortran ICE on equivalence

2005-09-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 09:06 --- Subject: Bug 17917 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-09 09:06:09 Modified files: gcc/fortran:

[Bug fortran/17917] gfortran ICE on equivalence

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/17917] gfortran ICE on equivalence

2005-09-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 00:24 --- Subject: Bug 17917 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-09 00:23:18 Modified files: gcc/fortran: gfortran.h match.c module.c

[Bug fortran/17917] gfortran ICE on equivalence

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:05 --- *** Bug 23713 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2005-08-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30 17:57 --- *** Bug 23641 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2005-08-03 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-08-03 07:54 --- (In reply to comment #11) Patch posted here: http://gcc.gnu.org/ml/fortran/2005-06/msg00307.html This is still not complete. The example below produces separate unions, which represent the equivalences,

[Bug fortran/17917] gfortran ICE on equivalence

2005-06-16 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-16 16:38 --- Patch posted here: http://gcc.gnu.org/ml/fortran/2005-06/msg00307.html -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2005-05-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-06 22:49 --- *** Bug 21429 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2005-04-12 Thread koziol at ncsa dot uiuc dot edu
--- Additional Comments From koziol at ncsa dot uiuc dot edu 2005-04-12 18:33 --- Are there any workarounds we can use to avoid this problem? Also, is there anything we can do to help resolve it? Quincey Koziol HDF Development Team --

[Bug fortran/17917] gfortran ICE on equivalence

2005-04-03 Thread tcallawa at redhat dot com
--- Additional Comments From tcallawa at redhat dot com 2005-04-03 18:11 --- hdf5 is also hitting this ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917

[Bug fortran/17917] gfortran ICE on equivalence

2005-03-11 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-12 00:15 --- *** Bug 20146 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2005-01-10 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-10 13:40 --- This bug occurs also in a SPEC2004 candidate benchmark. -- What|Removed |Added

[Bug fortran/17917] gfortran ICE on equivalence

2004-12-18 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-18 11:37 --- (In reply to comment #1) Confirmed. Note that this bug is provoked by this minimalist version of the above module test_equiv !Bug 17917 reala(2),b(4) equivalence (a(1),b(3)) end module test_equiv

[Bug fortran/17917] gfortran ICE on equivalence

2004-10-11 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-11 16:37 --- The most suspicious commits are: 2004-07-10 Tobias Schlueter [EMAIL PROTECTED] Paul Brook [EMAIL PROTECTED] PR fortran/13415 * trans-common.c (calculate_length): Remove ...