public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/44508]  New: libgomp.fortran/vla1.f90 ICE on s390
@ 2010-06-12 10:40 jakub at gcc dot gnu dot org
  2010-06-12 12:12 ` [Bug tree-optimization/44508] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-06-12 10:40 UTC (permalink / raw)
  To: gcc-bugs

./f951 -m31 -O3 vla1.f90 -I ../s390*/libgomp/ -fopenmp -march=z9-109 -mtune=z10
ICEs on 4.4 branch, even in frozz-compiler.  The problem seems to be that
substitute_and_fold DCEs some trivially dead stmts and the removal release_defs
the LHS SSA_NAMEs, which are still referenced in various vrp structures.
Then identify_jump_threads is called and ICEs on those already freed ssa-names.


-- 
           Summary: libgomp.fortran/vla1.f90 ICE on s390
           Product: gcc
           Version: 4.4.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-06-14 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-12 10:40 [Bug tree-optimization/44508] New: libgomp.fortran/vla1.f90 ICE on s390 jakub at gcc dot gnu dot org
2010-06-12 12:12 ` [Bug tree-optimization/44508] " rguenth at gcc dot gnu dot org
2010-06-14 15:19 ` jakub at gcc dot gnu dot org
2010-06-14 15:24 ` jakub at gcc dot gnu dot org
2010-06-14 15:29 ` jakub at gcc dot gnu dot org
2010-06-14 15:54 ` jakub at gcc dot gnu dot org

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).