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: C++ PATCH to cp/decl.c: Timing name lookup


 > Andrew Pinski <pinskia@physics.uc.edu> writes:
 > 
 > | Your patch broke the bootstrap on an i696-pc-linux-gnu because it
 > 
 > That is curious because I completed a full bootstrap, can't understand
 > how I couldn't catch it. 
 > -- Gaby

I can imagine these scenarios:

1.  You bootstrapped on 3.3 and installed on both 3.3 and 3.4. (3.3
    doesn't have -Werror.)

2.  You bootstrapped on 3.3, but tested with "make all" instead of
    "make bootstrap" on your 3.4 test.  (-Werror is only active on
    stage2 or later, so you need to do a full bootstrap on 3.4.)

3.  Magic. :-)

		--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]