public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/54877] New: [4.7/4.8 Regression] ICE: tree check: expected ssa_name, have real_cst in copy_ssa_name_fn, at tree-ssanames.c:335
@ 2012-10-09 18:11 d.g.gorbachev at gmail dot com
  2012-10-09 18:15 ` [Bug tree-optimization/54877] " d.g.gorbachev at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2012-10-09 18:11 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54877
           Summary: [4.7/4.8 Regression] ICE: tree check: expected
                    ssa_name, have real_cst in copy_ssa_name_fn, at
                    tree-ssanames.c:335
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Created attachment 28401
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28401
Backtrace

Compile with `-O3 -funsafe-math-optimizations' (or -Ofast):

=========== >8 ===========
int main(void)
{
  double d = 0;
  int i;

  for (i = 0; i < 8; i++)
    d--;

  return (int) d;
}
=========== 8< ===========


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

end of thread, other threads:[~2012-12-03 15:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09 18:11 [Bug tree-optimization/54877] New: [4.7/4.8 Regression] ICE: tree check: expected ssa_name, have real_cst in copy_ssa_name_fn, at tree-ssanames.c:335 d.g.gorbachev at gmail dot com
2012-10-09 18:15 ` [Bug tree-optimization/54877] " d.g.gorbachev at gmail dot com
2012-10-09 18:21 ` jakub at gcc dot gnu.org
2012-10-09 18:56 ` jakub at gcc dot gnu.org
2012-10-10 17:47 ` jakub at gcc dot gnu.org
2012-10-23  7:58 ` [Bug tree-optimization/54877] [4.7 " jakub at gcc dot gnu.org
2012-11-05 15:06 ` jakub at gcc dot gnu.org
2012-12-03 15:01 ` rguenth at gcc dot gnu.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).