This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc-ss-20010521 is now available


On Tue, May 22, 2001 at 06:37:31PM -0700, Benjamin Kosnik wrote:
> 
> > Hmm, when I run 'make' in /usr/src/gcc/gcc-objdir-3.0/i686-pc-linux-gnu/libstdc++-v3/src
> > the resulting library crashed, but after running 'make' once in
> > /usr/src/gcc/gcc-objdir-3.0/i686-pc-linux-gnu/libstdc++-v3, and then
> > again in libstdc++-v3/src it DOES work using CXXFLAGS = -O0 (in src/Makefile).
> 
> FYI I cannot reproduce this problem with either gcc-3 branch or sunday's 
> gcc 3.1 sources.
> 
> from looking at gcc-testresults, it looks like I'm not the only one...
> 
> -benjamin

Try adding "-O -fomit-frame-pointer" to the compilation flags of locale.cc
in libstdc++/src.  See my previous post on this subject (and see PR libstdc++/2907).

-- 
Carlo Wood <carlo@alinoe.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]