This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/55174] [4.6 Regression] Segmentation fault with bad array reference


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55174

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #4 from janus at gcc dot gnu.org 2012-11-04 22:23:40 UTC ---
(In reply to comment #3)
> I have just tried gfortran 4.7.1 (x86_64-unknown-linux-gnu) and it
> gave the internal compiler error with my program. So it seems that
> 4.7.0 and 4.7.1 both have the bug and 4.7.2 does not.

Good. So it has been fixed between 4.7.1 and 4.7.2, apparently by this commit:

http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191216

This is the fix for PR 54225, and the good news is that it has also been
backported to the 4.6 branch and therefore will be part of the future 4.6.4
release.

So I think we can just close this as a duplicate of PR 54225.

Nevertheless, thanks for the bug report!

*** This bug has been marked as a duplicate of bug 54225 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]