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

Pat Haugen <pthaugen at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pthaugen at gcc dot gnu.org

--- Comment #2 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Created attachment 30149
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30149&action=edit
Reduced testcase

Happens on PowerPC also, reduced src attatched.

[pthaugen@igoo ~]$ /home/pthaugen/install/gcc/trunk/bin/gfortran -c -m64 -O2
-ffast-math gamess.f  
gamess.f: In function ‘pmp2chk’:
gamess.f:1:0: error: definition in block 11 follows the use
       SUBROUTINE PMP2CHK
 ^
for SSA_NAME: _314 in statement:
_319 = _314 + _320;
gamess.f:1:0: internal compiler error: verify_ssa failed
0x10892d87 verify_ssa(bool)
    /home/pthaugen/src/gcc/trunk/gcc/gcc/tree-ssa.c:1046
0x105ddcdb execute_function_todo
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:1970
0x105de7bf do_per_function
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:1707
0x105de9db execute_todo
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:2002
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to