diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-17 20:39:45 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-17 20:39:45 +0000 |
commit | 08511dc1e556f24d1f715bd503cc9a76342e183f (patch) | |
tree | 8a2a1f88d5029481be0a6ff7c8ffe3dd7ae55588 /gcc | |
parent | 84bb0cc529284a64b0de796589aea04ba30a28cf (diff) | |
download | ppe42-gcc-08511dc1e556f24d1f715bd503cc9a76342e183f.tar.gz ppe42-gcc-08511dc1e556f24d1f715bd503cc9a76342e183f.zip |
PR target/23424
* md.texi (Modifiers) <%>: Clarify that % doesn't work
after register allocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105517 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/md.texi | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bcd51c6428..ef2f059539c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-10-17 Hans-Peter Nilsson <hp@axis.com> + + PR target/23424 + * md.texi (Modifiers) <%>: Clarify that % doesn't work + after register allocation. + 2005-10-17 DJ Delorie <dj@redhat.com> * config/m32c/m32c.c (m32c_pushm_popm): Don't mark epilogue insns diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 8bbc2d889ae..36b02739070 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1552,7 +1552,10 @@ instruction is defined: GCC can only handle one commutative pair in an asm; if you use more, the compiler may fail. Note that you need not use the modifier if the two alternatives are strictly identical; this would only waste -time in the reload pass. +time in the reload pass. The modifier is not operational after +register allocation, so the result of @code{define_peephole2} +and @code{define_split}s performed after reload cannot rely on +@samp{%} to make the intended insn match. @cindex @samp{#} in constraint @item # |