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: [PATCH] Fix PTA with lots of SFTs


Andrew Pinski wrote:
> On 11/27/07, Mark Mitchell <mark@codesourcery.com> wrote:
>> Then, let's just turn off -Werror in that case.  People who don't care
>> about run-time assertions probably don't want compile-time errors
>> either.  Damn the torpedoes, full speed ahead!
> 
> How above even better doing in system.h:
> #pragma GCC diagnostic warning (-Wunitialized)
> 
> if assert checking is off?

Seems reasonable to me, but I'd like to make sure Eric and Richard are
OK with that solution.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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