public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl dot tools at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/36331]  New: [4.4 Regression]: Gcc failed to bootstrap
Date: Mon, 26 May 2008 02:07:00 -0000	[thread overview]
Message-ID: <bug-36331-682@http.gcc.gnu.org/bugzilla/> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3125 bytes --]

On Linux/ia32, Linux/Intel64 and Linux/ia64, when configured with

--enable-clocale=gnu --with-system-zlib --enable-decimal-float=bid
--with-demangler-in-ld --enable-shared --enable-threads=posix --enable-haifa
--enable-checking=assert --prefix=/usr/gcc-4.4 --with-local-prefix=/usr/local

revision 135884 gave me

[hjl@gnu-26 libjava]$
/export/build/gnu/gcc/build-x86_64-linux/./gcc/xgcc -shared-libgcc
-B/export/build/gnu/gcc/build-x86_64-linux/./gcc -nostdinc++
-L/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libstdc++-v3/src
-L/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-B/usr/gcc-4.4/x86_64-unknown-linux-gnu/bin/
-B/usr/gcc-4.4/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/gcc-4.4/x86_64-unknown-linux-gnu/include -isystem
/usr/gcc-4.4/x86_64-unknown-linux-gnu/sys-include -m32 -DHAVE_CONFIG_H
-I. -I/net/gnu-13/export/gnu/src/gcc/gcc/libjava -I./include -I./gcj
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava -Iinclude
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/include
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/classpath/include
-Iclasspath/include
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/classpath/native/fdlibm
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/../boehm-gc/include
-I../boehm-gc/include
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/libltdl
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/libltdl
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/.././libjava/../gcc
-I/net/gnu-13/export/gnu/src/gcc/gcc/libjava/../libffi/include
-I../libffi/include -fno-rtti -fnon-call-exceptions
-fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64
-ffloat-store -fomit-frame-pointer -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/usr/gcc-4.4\" -DTOOLEXECLIBDIR=\"/usr/gcc-4.4/lib/../lib\"
-DJAVA_HOME=\"/usr/gcc-4.4\"
-DBOOT_CLASS_PATH=\"/usr/gcc-4.4/share/java/libgcj-4.4.0.jar\"
-DJAVA_EXT_DIRS=\"/usr/gcc-4.4/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/usr/gcc-4.4/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/usr/gcc-4.4/lib/../lib/gcj-4.4.0-9\"
-DPATH_SEPARATOR=\":\"
-DECJ_JAR_FILE=\"/usr/gcc-4.4/share/java/ecj.jar\"
-DLIBGCJ_DEFAULT_DATABASE=\"/usr/gcc-4.4/lib/../lib/gcj-4.4.0-9/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.4.0/classmap.db\" -g -O2
-D_GNU_SOURCE -m32 -MT java/net/natVMInetAddress.lo -MD -MP -MF
java/net/.deps/natVMInetAddress.Tpo -c java/net/natVMInetAddress.cc
-fPIC -DPIC -o java/net/.libs/natVMInetAddress.o
In file included from java/net/natVMInetAddress.cc:29:
/usr/include/netdb.h:661: error: expected â,â or â...â before â__listâ
[hjl@gnu-26 libjava]$

Revision 135878 is OK. Has anyone else seen it? The Fortran CPP patch

http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01267.html

may be the cause.


-- 
           Summary: [4.4 Regression]: Gcc failed to bootstrap
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


             reply	other threads:[~2008-05-26  2:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-26  2:07 hjl dot tools at gmail dot com [this message]
2008-05-26  6:53 ` [Bug bootstrap/36331] " dfranke at gcc dot gnu dot org
2008-05-26  6:58 ` hjl dot tools at gmail dot com
2008-05-26  7:16 ` dfranke at gcc dot gnu dot org
2008-05-26  7:17 ` hjl dot tools at gmail dot com
2008-05-26  7:21 ` dfranke at gcc dot gnu dot org
2008-05-26  7:44 ` dfranke at gcc dot gnu dot org
2008-05-26 10:23 ` dfranke at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-36331-682@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).