public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
@ 2005-01-24  7:15 olh at suse dot de
  2005-01-24  7:53 ` [Bug bootstrap/19601] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: olh at suse dot de @ 2005-01-24  7:15 UTC (permalink / raw)
  To: gcc-bugs

make bootstrap-lean fails for native powerpc64-linux since a week.

 mkdir obj-powerpc64-linux-minimal
 cd obj-powerpc64-linux-minimal/
 CFLAGS='-O2 -fsigned-char -fmessage-length=0 -Wall' /tmp/gcc-head/configure --enable-threads=posix   --enable-languages=c,c++,objc,f95,java --enable-checking  --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind powerpc64-suse-linux &>log
 /usr/bin/time make bootstrap-lean 'BOOT_CFLAGS=-O2 -fsigned-char -fmessage-length=0 -Wall' -j12 &>mlog ; echo $?

insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared here

-- 
           Summary: make bootstrap-lean fails: insn-conditions.c:189: error:
                    `flag_unsafe_math_optimizations' undeclared
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olh at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc64-linux
  GCC host triplet: powerpc64-linux
GCC target triplet: powerpc64-linux


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
@ 2005-01-24  7:53 ` pinskia at gcc dot gnu dot org
  2005-01-24  9:01 ` olh at suse dot de
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-24  7:53 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
  2005-01-24  7:53 ` [Bug bootstrap/19601] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-01-24  9:01 ` olh at suse dot de
  2005-01-24 13:50 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: olh at suse dot de @ 2005-01-24  9:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olh at suse dot de  2005-01-24 09:01 -------
Created an attachment (id=8050)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8050&action=view)
gccbug19601.tar.bz2

make without -jN doesnt fix it.


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
  2005-01-24  7:53 ` [Bug bootstrap/19601] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2005-01-24  9:01 ` olh at suse dot de
@ 2005-01-24 13:50 ` pinskia at gcc dot gnu dot org
  2005-01-27  0:15 ` rth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-24 13:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-24 13:50 -------
I tried it last night on powerpc-darwin but I did not reproduce it.
Some else will have to look into this.

-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
                   ` (2 preceding siblings ...)
  2005-01-24 13:50 ` pinskia at gcc dot gnu dot org
@ 2005-01-27  0:15 ` rth at gcc dot gnu dot org
  2005-01-27  7:51 ` olh at suse dot de
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-01-27  0:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-01-27 00:14 -------
I don't replicate this on powerpc64-linux.  We don't completely bootstrap in
64-bit mode either (PR19645), but I get farther than your log indicates.

-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
                   ` (3 preceding siblings ...)
  2005-01-27  0:15 ` rth at gcc dot gnu dot org
@ 2005-01-27  7:51 ` olh at suse dot de
  2005-01-30 14:34 ` olh at suse dot de
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: olh at suse dot de @ 2005-01-27  7:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olh at suse dot de  2005-01-27 07:50 -------
Did you use recent binutils? Looks like that makes a difference.
A gcc4 snapshot from last year doesnt build anymore, but it certainly did last year.


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
                   ` (4 preceding siblings ...)
  2005-01-27  7:51 ` olh at suse dot de
@ 2005-01-30 14:34 ` olh at suse dot de
  2005-01-30 15:22 ` olh at suse dot de
  2005-04-21 12:54 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: olh at suse dot de @ 2005-01-30 14:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olh at suse dot de  2005-01-30 14:34 -------
gcc/options.h is empty in a native sles9-ppc64 enviroment,
perhaps the app generating that file dies.
Looking ...


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
                   ` (5 preceding siblings ...)
  2005-01-30 14:34 ` olh at suse dot de
@ 2005-01-30 15:22 ` olh at suse dot de
  2005-04-21 12:54 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: olh at suse dot de @ 2005-01-30 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From olh at suse dot de  2005-01-30 15:22 -------
It looks like a misbehaving gawk:

pomegranate:~$ echo > foo
pomegranate:~$ gawk -f foo -f opth-gen.awk < foo  | head
pomegranate:~$ gawk  -f opth-gen.awk < foo  | head
gawk: foo

opth-gen.awk:/* This file is auto-generated by opts.sh.  */

#ifndef OPTIONS_H


therefore I'm closing this as $"not a gcc bug"


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared
  2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
                   ` (6 preceding siblings ...)
  2005-01-30 15:22 ` olh at suse dot de
@ 2005-04-21 12:54 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-21 12:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-21 12:54 -------
*** Bug 21145 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |v dot haisman at sh dot cvut
                   |                            |dot cz


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-04-21 12:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-24  7:15 [Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared olh at suse dot de
2005-01-24  7:53 ` [Bug bootstrap/19601] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-24  9:01 ` olh at suse dot de
2005-01-24 13:50 ` pinskia at gcc dot gnu dot org
2005-01-27  0:15 ` rth at gcc dot gnu dot org
2005-01-27  7:51 ` olh at suse dot de
2005-01-30 14:34 ` olh at suse dot de
2005-01-30 15:22 ` olh at suse dot de
2005-04-21 12:54 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).