--enable-werror-always fails function.o for any non-pic target
DJ Delorie
dj@redhat.com
Sat Nov 5 01:18:00 GMT 2011
> Does it help if we change
> if (pic_offset_table_rtx)
> to
> if (PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM)
That seems to work.
More information about the Gcc
mailing list