public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/37293] [4.4 Regression] r139762 breaks libstdc++ build on darwin
Date: Sun, 31 Aug 2008 04:19:00 -0000	[thread overview]
Message-ID: <20080831041844.20541.qmail@sourceware.org> (raw)
In-Reply-To: <bug-37293-11113@http.gcc.gnu.org/bugzilla/>



------- Comment #7 from howarth at nitro dot med dot uc dot edu  2008-08-31 04:18 -------
The proposed patch changes the previous compilation failure into...

/bin/sh ../libtool --tag CXX --mode=compile
/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src
-L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include 
-I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20080830/gcc-4.4-20080830/libstdc++-v3/libsupc++
-I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
 -fdiagnostics-show-location=once -fvisibility-inlines-hidden
-ffunction-sections -fdata-sections  -g -O2    -c -o bitmap_allocator.lo
../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc
libtool: compile: 
/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src
-L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include
-I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20080830/gcc-4.4-20080830/libstdc++-v3/libsupc++
-I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -fvisibility-inlines-hidden
-ffunction-sections -fdata-sections -g -O2 -c
../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc  -fno-common
-DPIC -o .libs/bitmap_allocator.o
../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc: In member
function 'void
__gnu_cxx::bitmap_allocator<_Tp>::_M_deallocate_single_object(_Tp*) [with _Tp =
wchar_t]':
../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc:126: error:
statement marked for throw, but doesn't
T.292 (__diff_74);

../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc:126: internal
compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


  parent reply	other threads:[~2008-08-31  4:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30 23:37 [Bug c++/37293] New: " howarth at nitro dot med dot uc dot edu
2008-08-30 23:40 ` [Bug middle-end/37293] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-08-31  0:53 ` pinskia at gcc dot gnu dot org
2008-08-31  0:56 ` pinskia at gcc dot gnu dot org
2008-08-31  1:58 ` pinskia at gcc dot gnu dot org
2008-08-31  2:01 ` pinskia at gcc dot gnu dot org
2008-08-31  2:26 ` pinskia at gcc dot gnu dot org
2008-08-31  2:40 ` howarth at nitro dot med dot uc dot edu
2008-08-31  4:19 ` howarth at nitro dot med dot uc dot edu [this message]
2008-08-31  4:25   ` Andrew Thomas Pinski
2008-08-31  4:26 ` pinskia at gmail dot com
2008-08-31  4:26 ` howarth at nitro dot med dot uc dot edu
2008-08-31  4:27 ` howarth at nitro dot med dot uc dot edu
2008-08-31  9:39 ` jh at suse dot cz
2008-09-01 16:58 ` howarth at nitro dot med dot uc dot edu
2008-09-02  3:15 ` pinskia at gcc dot gnu dot org
2008-09-02  3:54 ` pinskia at gcc dot gnu dot org
2008-09-02  9:22 ` dominiq at lps dot ens dot fr
2008-09-02 17:03 ` hjl dot tools at gmail dot com
2008-09-02 17:06 ` hjl dot tools at gmail dot com
2008-09-02 20:29 ` pinskia at gcc dot gnu dot org
2008-09-03 18:50 ` pinskia at gcc dot gnu dot org
2008-09-03 18:51 ` pinskia 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=20080831041844.20541.qmail@sourceware.org \
    --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).