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


On 11/27/07, Richard Guenther <richard.guenther@gmail.com> wrote:
> But then we ICE due to the assert.  Which is of course disabled with
> --disable-checking.  /me thinks that we should just remove the capability
> of disabling gcc_assert()s.

Or disable (or change them into warnings rather than errors)
unitialized warnings for --disable-checking case.

-- Pinski


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