public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/35431]  New: [4.1/4.2/4.3/4.4 regression] ICE with complex data
@ 2008-03-03 20:09 reichelt at gcc dot gnu dot org
  2008-03-03 20:09 ` [Bug tree-optimization/35431] " reichelt at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-03-03 20:09 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet triggers an ICE since GCC 4.1.0 when compiled
with "-O2":

================================
void bar();

void foo(int i)
{
  __complex__ int k = 0;

  if (i)
    k = 1;

  for (i = 0; i < 1; ++i)
    ;

  if (k)
    bar();
}
================================

bug.c: In function 'foo':
bug.c:4: internal compiler error: tree check: expected value_handle, have
ssa_name in bitmap_set_contains_value, at tree-ssa-pre.c:744
Please submit a full bug report, [etc.]


-- 
           Summary: [4.1/4.2/4.3/4.4 regression] ICE with complex data
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-03-31 15:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-03 20:09 [Bug tree-optimization/35431] New: [4.1/4.2/4.3/4.4 regression] ICE with complex data reichelt at gcc dot gnu dot org
2008-03-03 20:09 ` [Bug tree-optimization/35431] " reichelt at gcc dot gnu dot org
2008-03-15  1:29 ` jsm28 at gcc dot gnu dot org
2008-03-29 21:02 ` [Bug tree-optimization/35431] [4.1/4.2/4.3/4.4 regression] ICE with complex data in PRE pinskia at gcc dot gnu dot org
2008-03-29 21:04 ` [Bug tree-optimization/35431] [4.1/4.2/4.3/4.4 regression] ICE with complex integer, invalid gimple pinskia at gcc dot gnu dot org
2008-03-31  9:47 ` [Bug tree-optimization/35431] [4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
2008-03-31  9:47 ` pinskia at gcc dot gnu dot org
2008-04-02  7:16 ` [Bug tree-optimization/35431] [4.1/4.2 " pinskia at gcc dot gnu dot org
2008-04-02  7:16 ` pinskia at gcc dot gnu dot org
2008-07-04 22:36 ` [Bug tree-optimization/35431] [4.2 " jsm28 at gcc dot gnu dot org
2008-07-15 14:20 ` pinskia at gcc dot gnu dot org
2009-03-31 15:20 ` jsm28 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).