public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/31081]  New: [4.3 Regression] Inliner messes up SSA for abnormals
@ 2007-03-08 12:32 pinskia at gcc dot gnu dot org
  2007-03-08 12:33 ` [Bug middle-end/31081] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-08 12:32 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
static int get_record (void);
void f(void);
int g(void);
static int get_record (void)
{
  int     result;
  try
  {
    result = g();
    f();
  }
  catch (const int &)   { }
  return result;
}
int NAV_get_record ( )
{
  int     result;
  for (;;)
    if (get_record ())
      return 1;
}
-------------
Unable to coalesce ssa_names 9  and 5  which are marked as MUST COALESCE.
result_9(ab) and  result_5(ab)

t.cc: In function 'int NAV_get_record()':
t.cc:5: internal compiler error: SSA corruption


-- 
           Summary: [4.3 Regression] Inliner messes up SSA for abnormals
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-01-04 11:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-08 12:32 [Bug middle-end/31081] New: [4.3 Regression] Inliner messes up SSA for abnormals pinskia at gcc dot gnu dot org
2007-03-08 12:33 ` [Bug middle-end/31081] " pinskia at gcc dot gnu dot org
2007-03-08 12:37 ` pinskia at gcc dot gnu dot org
2007-06-29 18:02 ` mmitchel at gcc dot gnu dot org
2007-10-22 16:34 ` [Bug tree-optimization/31081] " janis at gcc dot gnu dot org
2007-10-22 22:34 ` kuba at et dot pl
2007-10-28 19:09 ` hubicka at gcc dot gnu dot org
2007-10-30  6:51 ` victork at gcc dot gnu dot org
2007-10-31 12:24 ` rguenth at gcc dot gnu dot org
2007-11-16  1:19 ` kuba at et dot pl
2007-12-03  2:44 ` pinskia at gcc dot gnu dot org
2007-12-03 18:11 ` jakub at gcc dot gnu dot org
2007-12-16 18:13 ` ebotcazou at gcc dot gnu dot org
2007-12-16 19:31 ` pinskia at gcc dot gnu dot org
2007-12-18 11:42 ` hubicka at gcc dot gnu dot org
2007-12-18 18:54 ` hubicka at gcc dot gnu dot org
2007-12-18 23:31 ` jakub at gcc dot gnu dot org
2007-12-29 22:31 ` hubicka at gcc dot gnu dot org
2008-01-03 21:54 ` hubicka at gcc dot gnu dot org
2008-01-04 11:32 ` rguenth at gcc dot gnu dot org
2008-01-04 12:50 ` rguenth 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).