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] Temporarily enable ac_fold_checking for --enable-checking=yes.


On Fri, 22 Jun 2007, Andrew Pinski wrote:

> I rather vote for always enabling fold/df/rtl checking in the stage1
> bootstrap compiler.
>
> What about this patch which enables fold, df, and rtl checking for
> stage1 gcc instead:

Note checking only activates if you compile with gcc >= 2.7.  Some people
use cc for stage1 to make sure gcc-isms don't creep into the stage1 code,
so for those users (like me) this will have no effect.

It's better than nothing, but realize that someone could introduce a
checking checking failure and not realize it even though they did a full
regtest.

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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