public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens dot fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/34780]  New: Bootstrapping libstdc++-v3 failed
Date: Mon, 14 Jan 2008 12:06:00 -0000	[thread overview]
Message-ID: <bug-34780-12313@http.gcc.gnu.org/bugzilla/> (raw)

Bootstrapping libstdc++-v3 at revision 131520 failed with:

...
Making all in libsupc++
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile
/opt/gcc/i686-darwin/./gcc/xgcc -shared-libgcc -B/opt/gcc/i686-darwin/./gcc
-nostdinc++ -L/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/src
-L/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/src/.libs
-B/opt/gcc/gcc4.3w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.3w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.3w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.3w/i686-apple-darwin9/sys-include
-I/opt/gcc/gcc-4.3-work/libstdc++-v3/../gcc
-I/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/include
-I/opt/gcc/gcc-4.3-work/libstdc++-v3/libsupc++  -fno-implicit-templates
-prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual -Werror
-fdiagnostics-show-location=once -fvisibility-inlines-hidden
-ffunction-sections -fdata-sections  -O2 -g -g -O2    -c -o eh_call.lo
../../../../gcc-4.3-work/libstdc++-v3/libsupc++/eh_call.cc
libtool: compile:  /opt/gcc/i686-darwin/./gcc/xgcc -shared-libgcc
-B/opt/gcc/i686-darwin/./gcc -nostdinc++
-L/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/src
-L/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/src/.libs
-B/opt/gcc/gcc4.3w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.3w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.3w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.3w/i686-apple-darwin9/sys-include
-I/opt/gcc/gcc-4.3-work/libstdc++-v3/../gcc
-I/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/include
-I/opt/gcc/gcc-4.3-work/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall
-Wextra -Wwrite-strings -Wcast-qual -Werror -fdiagnostics-show-location=once
-fvisibility-inlines-hidden -ffunction-sections -fdata-sections -O2 -g -g -O2
-c ../../../../gcc-4.3-work/libstdc++-v3/libsupc++/eh_call.cc  -fno-common
-DPIC -o eh_call.o
cc1plus: warnings being treated as errors
/opt/gcc/gcc-4.3-work/libstdc++-v3/../gcc/unwind-pe.h:74: error: 'unsigned int
size_of_encoded_value(unsigned char)' defined but not used
make[4]: *** [eh_call.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [all] Error 2

Does anyone understand why

static unsigned int
size_of_encoded_value (unsigned char encoding)

is read as 'unsigned int size_of_encoded_value(unsigned char)'?


-- 
           Summary: Bootstrapping libstdc++-v3 failed
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


             reply	other threads:[~2008-01-14 11:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-14 12:06 dominiq at lps dot ens dot fr [this message]
2008-01-14 12:18 ` [Bug target/34780] " pinskia at gcc dot gnu dot org
2008-01-14 12:20 ` pinskia at gcc dot gnu dot org
2008-01-14 15:20 ` dominiq at lps dot ens dot fr
2008-01-14 15:43 ` dominiq at lps dot ens dot fr
2008-01-14 16:45 ` dominiq at lps dot ens dot fr
2008-01-14 17:17 ` dominiq at lps dot ens dot fr
2008-02-11 17:50 ` hunor at cs dot bme dot hu
2008-07-06  9:48 ` rwild at gcc dot gnu dot org
2008-07-07 18:17 ` rwild at gcc dot gnu dot org
2008-07-07 18:18 ` rwild at gcc dot gnu dot org
2008-07-07 18:55 ` rwild at gcc dot gnu dot org
2008-12-03 23:26 ` tkoenig at gcc dot gnu dot org
2009-04-12  8:17 ` dominiq at lps dot ens dot fr
2009-04-14 21:51 ` Ralf dot Wildenhues at gmx dot de
2009-04-14 22:04 ` dominiq at lps dot ens dot fr

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-34780-12313@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).