Commit 9efb4cb6 by Nathanael Nerode

re PR inline-asm/6162 (i386 asm reloader ice in reload_cse_simplify_operands)



	PR optimization/6162
	* md.texi: Document restriction on commutative operand
	specification.

From-SVN: r58705
parent 75fe3383
2002-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
PR optimization/6162
* doc/md.texi: Document restriction on commutative operand
specification.
2002-10-31 Eric Christopher <echristo@redhat.com>
* explow.c (convert_memory_address): Use shallow_copy_rtx.
......
......@@ -1256,6 +1256,8 @@ instruction is defined:
@dots{})
@end smallexample
@end ifset
GCC can only handle one commutative pair in an asm; if you use more,
the compiler may fail.
@cindex @samp{#} in constraint
@item #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment