public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/23676] New: [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"
@ 2005-09-01 11:44 pinskia at gcc dot gnu dot org
  2005-09-01 11:44 ` [Bug middle-end/23676] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-01 11:44 UTC (permalink / raw)
  To: gcc-bugs

The following is reduced from the report here:
http://gcc.gnu.org/ml/gcc-regression/2005-09/msg00002.html
cc1plus -fnon-call-exceptions t.cc is all that needed to reproduce the bug.

----
struct JvSynchronize {
  ~JvSynchronize ();
};
struct _Jv_Field {
  char* addr;
};
_Jv_Field * resolve_pool_entry (void);
void * _Jv_ResolvePoolEntry (void)
{
  JvSynchronize sync;
  return (resolve_pool_entry ())->addr;
}
-----

-- 
           Summary: [4.1 Regression] ICE: "missing REG_EH_REGION note in the
                    end of bb"
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot
                    org
GCC target triplet: powerpc-darwin7.9.0


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


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

end of thread, other threads:[~2005-09-03 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-01 11:44 [Bug middle-end/23676] New: [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb" pinskia at gcc dot gnu dot org
2005-09-01 11:44 ` [Bug middle-end/23676] " pinskia at gcc dot gnu dot org
2005-09-01 12:01 ` pinskia at gcc dot gnu dot org
2005-09-01 15:23 ` pinskia at gcc dot gnu dot org
2005-09-01 15:26 ` pinskia at gcc dot gnu dot org
2005-09-01 16:08 ` rth at gcc dot gnu dot org
2005-09-01 23:35 ` cvs-commit at gcc dot gnu dot org
2005-09-01 23:38 ` rth at gcc dot gnu dot org
2005-09-02 15:54 ` pinskia at gcc dot gnu dot org
2005-09-02 22:54 ` rth at gcc dot gnu dot org
2005-09-02 23:35 ` kkojima at gcc dot gnu dot org
2005-09-03 11:49 ` pinskia 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).