------- Comment #4 from ubizjak at gmail dot com 2009-04-16 13:09 ------- (In reply to comment #3) > The backtrace from gcc? How do I get that? (It's not crashing, so it's hard to > find the point from which the backtrace should be generated...)
gdb /some/dir/cc1 (gdb) break fancy_abort (gdb) set args -some -args virt.c (gdb) run <crash> (gdb) bt -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39780