[RS6000] PR 40473, parameter debug location lists

David Edelsohn dje.gcc@gmail.com
Tue Sep 22 12:37:00 GMT 2009


On Mon, Sep 21, 2009 at 7:22 PM, Alan Modra <amodra@bigpond.net.au> wrote:
> On Mon, Sep 21, 2009 at 11:54:29AM -0400, David Edelsohn wrote:
>> If the call to final() is changed to emit_insn_before_noloc(), then
>> the instructions no longer are emitted and instead are generated as
>> part of the function, which means they are scheduled.  Your patch
>> seems to make the -mno-sched-prolog flag useless.
>
> No, we are well past scheduling.   rs6000_output_function_prologue is
> called from rest_of_handle_final via final_start_function.

Okay, the patch is fine.

Thanks, David



More information about the Gcc-patches mailing list