This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52701] [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 25 Mar 2012 12:46:47 +0000
- Subject: [Bug middle-end/52701] [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build
- Auto-submitted: auto-generated
- References: <bug-52701-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52701
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
CC| |burnus at gcc dot gnu.org
Component|fortran |middle-end
Target Milestone|--- |4.8.0
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-03-25 12:46:47 UTC ---
(In reply to comment #0)
> On Linux/x86-64, revision 185738 gave
> Revision 185629 is OK.
Don't think that the regression is caused or triggered by the Fortran front
end. The last real change was 185517 and 185728 removed only an unused
macro.
Thus, the bug should be caused - or at least triggered - by some ME change.
Hence, I have now assigned it to middle-end. (Besides, most gfortran developers
do not have access to SPEC CPU.)