------- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-02 00:00 ------- (In reply to comment #7) > I've just had a look at gdb PR 2024 and disagree with the comment "backtrace > fails when function ends with call to abort". The following code also ehibits > the problem noted here. Well by the time we get to expand to RTL, the rest of the function has already deleted from the CFG as there is no way to get to the code (as it is unreachable code).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24490