[Bug fortran/24223] Gfortran crashes in two places

2005-12-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24223

[Bug fortran/24223] Gfortran crashes in two places

2005-11-30 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2005-11-30 19:26 --- Subject: Bug 24223 Author: pault Date: Wed Nov 30 19:26:23 2005 New Revision: 107732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107732 Log: 2005-11-30 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/24223] Gfortran crashes in two places

2005-11-30 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2005-11-30 19:35 --- Fixed in all 4.x -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24223] Gfortran crashes in two places

2005-11-21 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-11-21 16:06 --- Subject: Bug 24223 Author: pault Date: Mon Nov 21 16:05:58 2005 New Revision: 107310 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107310 Log: 2005-11-21 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/24223] Gfortran crashes in two places

2005-11-21 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2005-11-21 20:03 --- Subject: Bug 24223 Author: pault Date: Mon Nov 21 20:02:54 2005 New Revision: 107320 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107320 Log: 2005-11-21 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/24223] Gfortran crashes in two places

2005-11-10 Thread paul dot richard dot thomas at cea dot fr
--- Comment #5 from paul dot richard dot thomas at cea dot fr 2005-11-10 14:46 --- A give-away here is that inverting the order of the equivalence members, makes the problem go away. The path below cures the problem but I have not regtested yet. Paul T Index:

[Bug fortran/24223] Gfortran crashes in two places

2005-10-05 Thread van dot snyder at jpl dot nasa dot gov
--- Comment #1 from van dot snyder at jpl dot nasa dot gov 2005-10-06 01:59 --- Created an attachment (id=9899) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9899action=view) Source code that causes crash I tried to compile this program using the Makefile in the tarball. It got

[Bug fortran/24223] Gfortran crashes in two places

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-06 03:14 --- Oh, the second ICE is because of the first one. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24223] Gfortran crashes in two places

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-06 03:24 --- Reduced testcase: module FLAGS character(len=5) :: Encodings character :: at, dev equivalence ( encodings(1:1),at ), ( encodings(2:2),dev) end module FLAGS Like PR 17917 but this time with