Bug to collect PIC-related problems with -frtl-abstract-sequences.

from PR33642, comment #22 (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33642#c22 ):

$ 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__ ("");
}


-- 
           Summary: PIC and -frtl-abstract-sequences
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36240

Reply via email to