This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Register Allocation Bug?
Kasper Bonne <kbonne@gmail.com> writes:
> In my example the compiler should be able to figure out that the
> register is not available for output (because it is used as input in
> the following line), so if this behavior is not a bug, it should
> be. IMO.
This thread should really be on gcc-help@gcc.gnu.org, not
gcc@gcc.gnu.org. Please take any followups to gcc-help.
The string in an asm statement is just that: a string. The compiler
does not analyze or parse it in any way, other than to process %
substitutions.
Ian