[Bug bootstrap/30853] warnings about traditional.c during bootstrap with -O3, leading to internal error

2007-02-23 Thread sdack at gmx dot de


--- Comment #2 from sdack at gmx dot de  2007-02-23 13:03 ---
Subject: Re:  warnings about traditional.c during
 bootstrap with -O3, leading to internal error

 --enable-bootstrap
 
 Don't use that option for 4.1.x.
 
 Can you try again without that option?

  I have, and together with alot of other options. I then compiled multiple
packages (bash, binutils, bison, bzip2, coreutils, cpio, ... sed, tar, texinfo)
with the resulting gcc and ran the regression tests of those packages. It does
not seem to do any harm after all.

  Still, I find it a bit scary installing gcc without first bootstrapping it. I
trust the result more than without it.

Sven


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30853



[Bug bootstrap/30853] warnings about traditional.c during bootstrap with -O3, leading to internal error

2007-02-23 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2007-02-23 14:30 ---
   Still, I find it a bit scary installing gcc without first bootstrapping it. 
 I
 trust the result more than without it.

--enable-bootstrap is not the flag which enables bootstrap but instead it
enables toplevel bootstrap which is not supported in 4.1.x.

make bootstrap without --enable-bootstrap will do a normal bootstrap and
should just work.

So closing as invalid.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30853



[Bug bootstrap/30853] warnings about traditional.c during bootstrap with -O3, leading to internal error

2007-02-23 Thread sdack at gmx dot de


--- Comment #4 from sdack at gmx dot de  2007-02-23 15:52 ---
Subject: Re:  warnings about traditional.c during
 bootstrap with -O3, leading to internal error

Still, I find it a bit scary installing gcc without first
 bootstrapping it. I
  trust the result more than without it.
 
 --enable-bootstrap is not the flag which enables bootstrap but instead it
 enables toplevel bootstrap which is not supported in 4.1.x.
 
 make bootstrap without --enable-bootstrap will do a normal bootstrap and
 should just work.
 
 So closing as invalid.

Of course I ran make with bootstrap and with profiledbootstrap. It still
fails to compile with a BOOT_CFLAGS set to -O3.

Since this is the section for reporting bugs and problems with bootstrap,
please explain to me why you changed the severity from major to minor. When you
tell me not to use the option at all I consider it to be broken and that is
surely not a minor problem!

I still fail to bootstrap with -O3.

Please explain why you close the report as being invalid.

Sven


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30853



[Bug bootstrap/30853] warnings about traditional.c during bootstrap with -O3, leading to internal error

2007-02-22 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2007-02-23 00:11 ---
--enable-bootstrap

Don't use that option for 4.1.x.

Can you try again without that option?


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30853