------- Comment #22 from aldot at gcc dot gnu dot org 2008-05-09 18:36 ------- $ gcc-4.4.orig-HEAD -O0 -frtl-abstract-sequences -fPIC -S foo.i -o /dev/null foo.i: In function bazoo: foo.i:4: error: unrecognizable insn: (insn 23foo.i:4: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. $ cat foo.i void bazoo (void) { __asm__ (""); }
works without -fPIC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33642