This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch i386]: Fix for PR/35842


On Sun, Apr 6, 2008 at 9:07 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
> Hi,
>
>  This fixes the second ICE related to PR/35842. In
>  legitimize_pic_address a case for dllimported variables was not
>  completly implemented.
>
>  2008-04-06  Kai Tietz  <kai.tietz@onevision.com>
>
>         PR/35842
>         * config/i386/i386.c (legitimize_pic_address): Add treating
>         of dllimport SYM_REF's.
>         (legitimize_dllimport_symbol): Add prototype.
>
>  It was tested on i686-unknown-linux without regressions.
>  Is this patch ok for apply?

Ok if you add the reduced C testcase to gcc.c-torture/compile/

Thanks,
Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]