This is the mail archive of the gcc@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: Bootstrap failure on i386-pc-solaris2.10


On 11/17/07 09:16, Eric Botcazou wrote:
I'm still seeing the same failure on x86_64-unknown-linux-gnu, is this
going to get fixed?

You're not supposed to configure the compiler with --disable-checking as this disables the internal assertions, use --enable-checking=release instead.

No, that's not correct. Configuring with --disable-checking is perfectly reasonable in some circumstances. For instance, when testing the effect of a patch without the assertion noise.


--disable-checking will also uncover heisenbugs masked by asserts, as it seems to be this case.


Diego.



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