This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-24 07:53 -------
Hmm, interesting.
'flag_unsafe_math_optimizations' should be defined in options.h which is built each time.  Can you 
attach the full log?  I am going to try this myself to see if something goes wrong here.

I see that you are using -j12, maybe there is dependancies problem.
And it really does look that way:
bootstrap-lean : clean_s1 clean_s2 stage3_build


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|make bootstrap-lean fails:  |[4.0 Regression] make
                   |insn-conditions.c:189:      |bootstrap-lean fails: insn-
                   |error:                      |conditions.c:189: error:
                   |`flag_unsafe_math_optimizati|`flag_unsafe_math_optimizati
                   |ons' undeclared             |ons' undeclared
   Target Milestone|---                         |4.0.0


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


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