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]
Other format: [Raw text]

Re: middle-end/5785: [3.2/... regression] ICE in fixup_abnormal_edges


Old Synopsis: g++ crashes on modified libgcj interpreter
New Synopsis: [3.2/... regression] ICE in fixup_abnormal_edges

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Mar 14 21:56:06 2003
State-Changed-Why:
    Confirmed. I get the following ICE with 3.2.2 which I
    did not get with 3.0 (so it's a regression):
    
    g/x> /home/bangerth/bin/gcc-3.2.2-pre/bin/gcc -O2 -fnon-call-exceptions -c x.cc
    x.cc: In member function `void _Jv_InterpMethod::run(void*, ffi_raw*)':
    x.cc:10368: Internal compiler error in fixup_abnormal_edges, at reload1.c:9494
    
    The code doesn't compile with 3.3 as is, so someone needs
    to try to reduce it a little, in order to check whether
    this also fails with 3.3 and/or 3.4. Unfortunately, I don't have
    the time to do that right now :-(
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5785


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