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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #47 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Fixed by revision 201086

Author:    iains
Date:    Sat Jul 20 16:22:59 2013 UTC (6 days ago)
Changed paths:    5
Log Message:    
gcc/

    PR target/51784
    * config/i386/i386.c (output_set_got) [TARGET_MACHO]: Adjust to emit a
    second label for nonlocal goto receivers. Don't output pic base labels
    unless we're producing PIC; mark that action unreachable().
    (ix86_save_reg): If the function contains a nonlocal label, save the
    PIC base reg.
    * config/darwin-protos.h (machopic_should_output_picbase_label): New.
    * gcc/config/darwin.c (emitted_pic_label_num): New GTY. 
    (update_pic_label_number_if_needed): New.
    (machopic_output_function_base_name): Adjust for nonlocal receiver
    case.
    (machopic_should_output_picbase_label): New.
    * config/i386/i386.md (enum unspecv): UNSPECV_NLGR: New.
    (nonlocal_goto_receiver): New insn and split.

Thanks for the fix.

Reply via email to