Re: [doc, rfc] document __builtin_setjmp and __builtin_longjmp

2018-12-04 Thread Richard Sandiford
Sandra Loosemore writes: > I have written a new patch for PR 59039 to address more of the comments > there, as well as my own complaints about the draft patch attached to > the issue. I'd like to get some feedback on this one before I commit it. It's a long time since I've worked with these bu

Re: [doc, rfc] document __builtin_setjmp and __builtin_longjmp

2018-12-03 Thread Jeff Law
On 11/30/18 9:57 PM, Sandra Loosemore wrote: > I have written a new patch for PR 59039 to address more of the comments > there, as well as my own complaints about the draft patch attached to > the issue.  I'd like to get some feedback on this one before I commit it. It looks pretty good to me. It

Re: [doc, rfc] document __builtin_setjmp and __builtin_longjmp

2018-12-01 Thread Sandra Loosemore
On 12/1/18 2:27 AM, Andreas Schwab wrote: On Nov 30 2018, Sandra Loosemore wrote: +@code{__builtin_setjmp} and @code{__builtin_longjmp} use GCC's normal Please avoid starting the sentence with a non-capital. OK, I can fix that easily enough. I was really looking more for comments on focu

Re: [doc, rfc] document __builtin_setjmp and __builtin_longjmp

2018-12-01 Thread Andreas Schwab
On Nov 30 2018, Sandra Loosemore wrote: > +@code{__builtin_setjmp} and @code{__builtin_longjmp} use GCC's normal Please avoid starting the sentence with a non-capital. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "A

[doc, rfc] document __builtin_setjmp and __builtin_longjmp

2018-11-30 Thread Sandra Loosemore
I have written a new patch for PR 59039 to address more of the comments there, as well as my own complaints about the draft patch attached to the issue. I'd like to get some feedback on this one before I commit it. -Sandra 2018-11-30 Sandra Loosemore PR c/59039 gcc/ * doc/extend.texi (