public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30018]  New: gcc trunk fails to bootstrap on x86_64-unknown-linux-gnu
@ 2006-11-29 17:58 burnus at gcc dot gnu dot org
  2006-11-30 11:06 ` [Bug bootstrap/30018] [4.3 Regression] gcc trunk fails as "make install" when bootstrapping with GCC before 4.2 pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: burnus at gcc dot gnu dot org @ 2006-11-29 17:58 UTC (permalink / raw)
  To: gcc-bugs

Building the trunk into an empty directoy with
"$GCCDIR/configure" --enable-languages=c,fortran 
   --prefix=/projects/tob/gcc-trunk && make && make install
on an openSUSE 10.2rc2 system fails with
'cc1: error: unrecognized command line option "-Wno-overlength-strings'.

This is with "make" since I had the feeling "make -j2".

Yesterdays build with r119277 was still ok, the error occurs with r119303 up to
r119311. Building GCC 4.2 on the same machine works.


gcc -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macr
os -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-Werror -fno-common   -DHAVE_CONFIG_H -I. -I. -I/home/tob/p
rojects/gcc/gcc -I/home/tob/projects/gcc/gcc/.
-I/home/tob/projects/gcc/gcc/../include
-I/home/tob/projects/gcc/gcc/../libcpp/include  -
I/home/tob/projects/gcc/gcc/../libdecnumber -I../libdecnumber   
/home/tob/projects/gcc/gcc/tree-ssanames.c -o tree-ssanames.o
cc1: error: unrecognized command line option "-Wno-overlength-strings"

There are three cc1:
./gcc/cc1
./stage1-gcc/cc1
./prev-gcc/cc1

And doing
./gcc/cc1 -quiet -Wno-overlength-strings < /dev/null
gives no error. (and no other cc1 is in the path.)

If I do now manually make, some files are compiled again, the compilation
succeeds but with make install I get immediately the "-Wno-overlength-strings"
error again.
which gcc returns:
   /usr/bin/gcc
which is 4.1.2 20061115 (prerelease) (SUSE Linux), which also happily accepts
"-Wno-overlength-strings".

I cannot reproduce it anymore at the moment, but I also had at some point
inbetween:
xgcc: error trying to exec 'cc1': execvp: No permission.

(No of pty is also ok: 7 vs. 4096)


-- 
           Summary: gcc trunk fails to bootstrap on x86_64-unknown-linux-gnu
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug bootstrap/30018] [4.3 Regression] gcc trunk fails as "make install" when bootstrapping with GCC before 4.2
  2006-11-29 17:58 [Bug bootstrap/30018] New: gcc trunk fails to bootstrap on x86_64-unknown-linux-gnu burnus at gcc dot gnu dot org
@ 2006-11-30 11:06 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-30 11:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-30 11:06 -------
This was fixed by:
2006-11-29  Daniel Berlin  <dberlin@dberlin.org>
            Steven Bosscher <stevenb.gcc@gmail.com>

        * Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h,
        since it no longer exists.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
  GCC build triplet|x86_64-unknown-linux-gnu    |
   GCC host triplet|x86_64-unknown-linux-gnu    |
 GCC target triplet|x86_64-unknown-linux-gnu    |
           Keywords|                            |build
         Resolution|                            |FIXED
            Summary|gcc trunk fails as "make    |[4.3 Regression] gcc trunk
                   |install" on x86_64-unknown- |fails as "make install" when
                   |linux-gnu                   |bootstrapping with GCC
                   |                            |before 4.2
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2006-11-30 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-29 17:58 [Bug bootstrap/30018] New: gcc trunk fails to bootstrap on x86_64-unknown-linux-gnu burnus at gcc dot gnu dot org
2006-11-30 11:06 ` [Bug bootstrap/30018] [4.3 Regression] gcc trunk fails as "make install" when bootstrapping with GCC before 4.2 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).