------- Comment #4 from ebotcazou at gcc dot gnu dot org 2010-04-25 14:39 ------- > Putting a breakpoint at fancy_abort is not enough to get a backtrace:
Because you aren't debugging the right executable (xgcc instead of cc1). Pass -v to the driver to get the command line involving cc1 and feed it to cc1 directly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43858