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: [dataflow]: PATCH COMMITTED to make arm-elf work.


Paolo Bonzini wrote:
> Kenneth Zadeck wrote:
>> The arm-elf is now regression free on the dataflow branch.  This patch
>> has been bootstrapped and regression tested on x86-64, x86-32, ppc and
>> ia-64 linux.
>>
>> Most of the changes to make the arm work were not actually in the arm
>> port.
>>
>> 1) ASM_INPUT with no parameters is no longer a acceptable substitute for
>> gen_blockage.  Gen_blockage, with no parameters is now required on all
>> platforms.
>
> Does this affect user code too?  Would it make sense to expand asm("")
> as a blockage instruction?
>
> Thanks,
>
> Paolo
We did not make any changes that would effect user code.   However, dce
will delete asms if they are not volatile and have no outputs, i.e, they
are just like any other insn.
This could be a bug.  I only did what stevenb and rhyolite suggested. 

kenny


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