This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sibcall ICE


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

    Nathan> Hi, the sibcall patch of 2000-03-17 Jeff Law
    Nathan> <law@cygnus.com> Richard Henderson <rth@cygnus.com>

    Nathan> is causing a cc1plus ICE in the following C++ code when
    Nathan> compiled at -O2 on i686-pc-linux-gnu

The problem is that we're getting NOTE_INSN_EH_REGION_END notes
without NOTE_INSN_EH_REGION_BEG notes.  I'll see if I can figure out
what's going on there...

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]