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.



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.

To clarify, ASM_INPUT("foo") is the same as the user code asm("foo"). Hence my question.


Paolo


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