This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/33642] unrecognizable insn for -frtl-abstract-sequences
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2008 18:36:35 -0000
- Subject: [Bug rtl-optimization/33642] unrecognizable insn for -frtl-abstract-sequences
- References: <bug-33642-4503@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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