This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53290] ICE compiling aermod with Ofast
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 09 May 2012 12:33:16 +0000
- Subject: [Bug tree-optimization/53290] ICE compiling aermod with Ofast
- Auto-submitted: auto-generated
- References: <bug-53290-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53290
--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-05-09 12:33:16 UTC ---
As a temporary work around for aermod.f90, you can compile it with
'-fprotect-parens -Ofast' (it does not work for the code in pr53217).
Also a patch has been submitted at
http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00607.html