c++/5538: c++ internal compiler error in subst_stack_regs_pat, at reg-stack.c: 1397

rodrigc@gcc.gnu.org rodrigc@gcc.gnu.org
Fri Apr 12 21:06:00 GMT 2002


Synopsis: c++ internal compiler error in subst_stack_regs_pat, at reg-stack.c: 1397

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Fri Apr 12 21:00:40 2002
State-Changed-Why:
    Compile your testcase with: -Wall -pedantic
    You will get a lot of hints as to
    why this code is crashing the compiler.
    
    lbgk.cc: In member function `double LBGK::StopTracerInformationSlave()':
    lbgk.cc:1221: warning: control reaches end of non-void function
    lbgk.cc:1221: Internal compiler error in subst_stack_regs_pat, at reg-stack.c:
       1441
    
    
    If you add:
    return 0; 
    in  LBGK::StopTracerInformationSlave();
    then the ICE goes away.
    

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



More information about the Gcc-bugs mailing list