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] use cfglayout mode for instatiate_virtual_regs


On Thu, Mar 24, 2011 at 9:11 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Thu, Mar 24, 2011 at 4:47 AM, Nathan Froyd <froydnj@codesourcery.com> wrote:
>> As $SUBJECT suggests. ?The patch looks much bigger than it actually is
>> due to re-indentation.
>>
>> Tested on x86_64-unknown-linux-gnu. ?OK to commit?

Did you run -m32 tests on Linux/x86-64? Many 32bit tests failed on Linux/x86-64:

http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02419.html

>>
>> -Nathan
>>
>> ? ? ? ?* function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
>> ? ? ? ?FOR_BB_INSNS_SAFE to iterate through insns. ?Re-indent.
>> ? ? ? ?* passes.c (init_optimization_passes): Move
>> ? ? ? ?pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
>>
>
> This caused:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48282
>

-- 
H.J.


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