diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42e7d510592..5181e2eb2ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-10-31 Nathanael Nerode + + PR optimization/6162 + * doc/md.texi: Document restriction on commutative operand + specification. + 2002-10-31 Eric Christopher * explow.c (convert_memory_address): Use shallow_copy_rtx. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 0dbeb2b120c..c4501ee8895 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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 #