Re: RFQ: -R remark options

2020-08-26 Thread Martin Sebor via Gcc-patches
On 8/26/20 7:37 AM, Nathan Sidwell wrote: Hi, I had a need to add a new type of informative message on the modules branch, with an option to enable it.  The message is not a warning or an error, but just 'hey, you asked if X happens.  It happens just here'. This is emitted as a note.  I chose

Re: RFQ: -R remark options

2020-08-26 Thread Nathan Sidwell
On 8/26/20 9:40 AM, Richard Biener wrote: On Wed, Aug 26, 2020 at 3:37 PM Nathan Sidwell wrote: Hi, I had a need to add a new type of informative message on the modules branch, with an option to enable it. The message is not a warning or an error, but just 'hey, you asked if X happens. It ha

Re: RFQ: -R remark options

2020-08-26 Thread Nathan Sidwell
On 8/26/20 9:50 AM, Rainer Orth wrote: Hi Nathan, Hi, I had a need to add a new type of informative message on the modules branch, with an option to enable it. The message is not a warning or an error, but just 'hey, you asked if X happens. It happens just here'. This is emitted as a note. I

Re: RFQ: -R remark options

2020-08-26 Thread Rainer Orth
Hi Nathan, > Hi, > I had a need to add a new type of informative message on the modules > branch, with an option to enable it. The message is not a warning or an > error, but just 'hey, you asked if X happens. It happens just here'. This > is emitted as a note. I chose -fnote-$NAME for the opti

Re: RFQ: -R remark options

2020-08-26 Thread David Malcolm via Gcc-patches
On Wed, 2020-08-26 at 09:37 -0400, Nathan Sidwell wrote: > Hi, > I had a need to add a new type of informative message on the modules > branch, with an option to enable it. The message is not a warning or > an > error, but just 'hey, you asked if X happens. It happens just > here'. > This is e

Re: RFQ: -R remark options

2020-08-26 Thread Richard Biener via Gcc-patches
On Wed, Aug 26, 2020 at 3:37 PM Nathan Sidwell wrote: > > Hi, > I had a need to add a new type of informative message on the modules > branch, with an option to enable it. The message is not a warning or an > error, but just 'hey, you asked if X happens. It happens just here'. > This is emitted

RFQ: -R remark options

2020-08-26 Thread Nathan Sidwell
Hi, I had a need to add a new type of informative message on the modules branch, with an option to enable it. The message is not a warning or an error, but just 'hey, you asked if X happens. It happens just here'. This is emitted as a note. I chose -fnote-$NAME for the option, but that wasn