public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Thomas Pinski <pinskia@gmail.com>
To: "gcc-bugzilla@gcc.gnu.org" <gcc-bugzilla@gcc.gnu.org>
Cc: "gcc-bugs@gcc.gnu.org" <gcc-bugs@gcc.gnu.org>
Subject: Re: [Bug middle-end/37293] [4.4 Regression] r139762 breaks libstdc++ build on darwin
Date: Sun, 31 Aug 2008 04:25:00 -0000	[thread overview]
Message-ID: <28973D02-9143-4CEA-BAFC-218A44C6C94E@gmail.com> (raw)
In-Reply-To: <20080831041844.20541.qmail@sourceware.org>



Sent from my iPhone

On Aug 30, 2008, at 21:18, "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla@gcc.gnu.org 
 > wrote:

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

I will see what I can do about this issue. Mostly we need to look at  
where we change from weak to non weak and then fix up those call  
statements. Honza, does that seem correct?

Thanks,
Andrew Pinski

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


  reply	other threads:[~2008-08-31  4:25 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
2008-08-31  4:25   ` Andrew Thomas Pinski [this message]
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=28973D02-9143-4CEA-BAFC-218A44C6C94E@gmail.com \
    --to=pinskia@gmail.com \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-bugzilla@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).