This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/61406] [4.9/4.10 Regression] ICE on ASSOCIATE construct to literal array expression
- From: "pault at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jun 2014 20:26:07 +0000
- Subject: [Bug fortran/61406] [4.9/4.10 Regression] ICE on ASSOCIATE construct to literal array expression
- Auto-submitted: auto-generated
- References: <bug-61406-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61406
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 32891
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32891&action=edit
Provisional patch
I notice that two temporaries are being produced, as before the regression. I
might try to fix this before I commit. However I can do nothing before next
Sunday/Monday.
Paul