This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PR61406 - [4.9/4.10 Regression] ICE on ASSOCIATE construct to literal array expression
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org, paul dot richard dot thomas at gmail dot com
- Date: Mon, 09 Jun 2014 12:05:21 +0200
- Subject: Re: [Patch, fortran] PR61406 - [4.9/4.10 Regression] ICE on ASSOCIATE construct to literal array expression
- Authentication-results: sourceware.org; auth=none
Dear Paul,
> This was a slip up on my part. The fix is obvious - OK for trunk and 4.9?
The patch fixes the ICE. Any progress about the double temporary?
[Book15] f90/bug% gfc pr61406.f90 -Warray-temporaries
pr61406.f90:6.18:
associate (n => [cos(theta), sin(theta)])
1
Warning: Creating array temporary at (1)
pr61406.f90:6.18:
associate (n => [cos(theta), sin(theta)])
1
Warning: Creating array temporary at (1)
Thanks for the patch.
Dominique