This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add a __nowarn__ keyword


On Fri, 10 Aug 2007, DJ Delorie wrote:

| I think you want "undo", which undoes the most recent #pragma. 

Yes, that is right.

| We can
| add this along with the push/pop, but we're back to the original
| question: Where/when does the state chain start?  Currently, we don't
| start a chain until we see a push, so that if we don't use push/pop we
| don't have to traverse the chain for every reported diagnostic.

OK; I believe you convinced me to go with push/pop now.

Thanks,

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]