> I opened a bug
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34144
Thanks!
--
Eric Botcazou
On Sun, Nov 18, 2007 at 06:59:03PM +0100, Eric Botcazou wrote:
> > 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.
>
> Not sure what you call the "asse
> 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.
Not sure what you call the "assertion noise", (reasonable) assertions in a
compiler are a feature, --dis
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
On Sat, 17 Nov 2007, Jonathan Wakely wrote:
> On 17/11/2007, Eric Botcazou <[EMAIL PROTECTED]> 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
> >
On 17/11/2007, Eric Botcazou <[EMAIL PROTECTED]> 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=rele
> 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.
--
Eric Botcazou
On 09/11/2007, Andreas Tobler <[EMAIL PROTECTED]> wrote:
> >
> > Builds today fail during stage2 when compiling 'reg-stack.c'
> >
> > $ make bootstrap-lean ...
> > { ... lots of stuff snipped ... }
> > cc1: warnings being treated as errors
> > /export/home/arth/gnu/gcc.git/gcc/reg-stack.c: In funct
Art Haas wrote:
Hi.
My builds have been failing since about last night on my i386-pc-solaris2.10
system. I was able to build successfully yesterday - the compiler configuration
info is below:
$ gcc -v
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: /export/home/arth/gnu/gcc.g