--- Comment #9 from bonzini at gnu dot org 2006-12-29 17:47 ---
committed
--
bonzini at gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from bonzini at gnu dot org 2006-12-29 17:47 ---
Subject: Bug 29544
Author: bonzini
Date: Fri Dec 29 17:47:06 2006
New Revision: 120272
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120272
Log:
2006-12-29 Paolo Bonzini <[EMAIL PROTECTED]>
PR bootstrap/
--- Comment #6 from bonzini at gnu dot org 2006-10-23 22:41 ---
ok, mine then.
--
bonzini at gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-23 15:44 ---
(In reply to comment #4)
> Like this?
Actually thinking about it some more, that will cause stage1 not to be build
with the more checking if the user wanted it to be, ie
--enable-checking=yes,rtl,gcac when configurin
--- Comment #4 from bonzini at gnu dot org 2006-10-23 10:11 ---
Like this?
Index: /Users/bonzinip/cvs/gcc/Makefile.def
===
--- /Users/bonzinip/cvs/gcc/Makefile.def(revision 116745)
+++ /Users/bonzinip/cvs/gcc/Makefi
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-22 03:01 ---
I am going to fix it via the configure option, for the mainline I am going to
recommend to also add rtl checking for stage1.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-22 02:40 ---
I think there are two ways of fixing this is do --enable-checking=yes for
stage1 gcc configuring or the way 4.1 does it via CFLAGS.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29544
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-22 02:29 ---
In 4.2 and above:
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||bonzini at gnu dot org
Target Milestone|---