This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] doco tweak for REG_SETJMP,
- From: Roger Sayle <roger at eyesopen dot com>
- To: Ramana Radhakrishnan <ramana dot r at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 31 May 2005 09:18:55 -0600 (MDT)
- Subject: Re: [PATCH] doco tweak for REG_SETJMP,
On Tue, 31 May 2005, Ramana Radhakrishnan wrote:
> Realized that REG_SETJMP was not documented while NOTE_INSN_SETJMP is
> still documented.
It looks like you attached the wrong ChangeLog :) Thanks for catching
this, but I think that the comment that you moved needs to be slightly
reworded, to account for the difference between NOTE_ and REG_ notes.
-Appears following each call to @code{setjmp} or a related function.
+Appears attached to each @code{CALL_INSN} to @code{setjmp} or a related
function.
Could you repost a patch with that change and the correct ChangeLog
entry so we can confirm that everything's correctly formatted?
Thanks in advance,
Roger
--