[Bug fortran/31483] ICE on fortran Code

2007-04-05 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-04-05 15:06 --- Subject: Bug 31483 Author: pault Date: Thu Apr 5 15:06:15 2007 New Revision: 123518 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123518 Log: 2007-04-05 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/31483] ICE on fortran Code

2007-04-05 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-04-05 13:15 --- Subject: Bug number PR31483 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00171.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/31483] ICE on fortran Code

2007-04-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-04-05 11:01 --- (In reply to comment #2) > Or even better is there any chance to get that backported to the release > branches? It seems to be a regression wrt g77, which means it's possible that it will be backported. -- h

[Bug fortran/31483] ICE on fortran Code

2007-04-05 Thread M dot Froehlich at science-computing dot de
--- Comment #2 from M dot Froehlich at science-computing dot de 2007-04-05 10:56 --- Great! Thank you very much! ... open source projects have the fastest response times! The patch does not apply with 'patch' to gcc-4.1.2, but I could well hand patch that. Do you expect problems when I

[Bug fortran/31483] ICE on fortran Code

2007-04-05 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-04-05 09:31 --- Created an attachment (id=13330) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13330&action=view) Fix for the PR The ICE is due to a gcc_assert blocking dummy procedures from having alternate returns. The fix,