public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/53290] New: ICE compiling aermod with Ofast
@ 2012-05-09  7:32 venkataramanan.kumar at amd dot com
  2012-05-09  8:03 ` [Bug tree-optimization/53290] " venkataramanan.kumar at amd dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: venkataramanan.kumar at amd dot com @ 2012-05-09  7:32 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53290
           Summary: ICE compiling aermod with Ofast
    Classification: Unclassified
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: venkataramanan.kumar@amd.com


Command: gfortran  aermod.f90  -O3  -o aermod
Revision bug encountered: gcc187276

aermod.f90: In function âdeltahâ:
aermod.f90:39547:0: error: definition in block 26 follows the use
       SUBROUTINE DELTAH(XARG)
 ^
for SSA_NAME: reassocpow.10153_319 in statement:
reassocpow.10153_166 = __builtin_powif (reassocpow.10153_319, 2);
aermod.f90:39547:0: internal compiler error: verify_ssa failed
       SUBROUTINE DELTAH(XARG)
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

I shall see which version cause that.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/53290] ICE compiling aermod with Ofast
  2012-05-09  7:32 [Bug tree-optimization/53290] New: ICE compiling aermod with Ofast venkataramanan.kumar at amd dot com
@ 2012-05-09  8:03 ` venkataramanan.kumar at amd dot com
  2012-05-09  9:17 ` rguenth at gcc dot gnu.org
  2012-05-09 12:36 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: venkataramanan.kumar at amd dot com @ 2012-05-09  8:03 UTC (permalink / raw)
  To: gcc-bugs

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

Venkataramanan <venkataramanan.kumar at amd dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-unknown-linux-gnu
               Host|                            |x86_64-unknown-linux-gnu

--- Comment #1 from Venkataramanan <venkataramanan.kumar at amd dot com> 2012-05-09 07:32:52 UTC ---
(In reply to comment #0)
> Command: gfortran  aermod.f90  -O3  -o aermod
> Revision bug encountered: gcc187276
> aermod.f90: In function âdeltahâ:
> aermod.f90:39547:0: error: definition in block 26 follows the use
>        SUBROUTINE DELTAH(XARG)
>  ^
> for SSA_NAME: reassocpow.10153_319 in statement:
> reassocpow.10153_166 = __builtin_powif (reassocpow.10153_319, 2);
> aermod.f90:39547:0: internal compiler error: verify_ssa failed
>        SUBROUTINE DELTAH(XARG)
>  ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> I shall see which version cause that.

The command used is "gfortran  aermod.f90  -Ofast -o aermod"


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/53290] ICE compiling aermod with Ofast
  2012-05-09  7:32 [Bug tree-optimization/53290] New: ICE compiling aermod with Ofast venkataramanan.kumar at amd dot com
  2012-05-09  8:03 ` [Bug tree-optimization/53290] " venkataramanan.kumar at amd dot com
@ 2012-05-09  9:17 ` rguenth at gcc dot gnu.org
  2012-05-09 12:36 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-09  9:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-09 09:15:22 UTC ---
Dup.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tree-optimization/53290] ICE compiling aermod with Ofast
  2012-05-09  7:32 [Bug tree-optimization/53290] New: ICE compiling aermod with Ofast venkataramanan.kumar at amd dot com
  2012-05-09  8:03 ` [Bug tree-optimization/53290] " venkataramanan.kumar at amd dot com
  2012-05-09  9:17 ` rguenth at gcc dot gnu.org
@ 2012-05-09 12:36 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-09 12:36 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-09 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-09  7:32 [Bug tree-optimization/53290] New: ICE compiling aermod with Ofast venkataramanan.kumar at amd dot com
2012-05-09  8:03 ` [Bug tree-optimization/53290] " venkataramanan.kumar at amd dot com
2012-05-09  9:17 ` rguenth at gcc dot gnu.org
2012-05-09 12:36 ` dominiq at lps dot ens.fr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).