This is the mail archive of the libstdc++@sourceware.cygnus.com 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: ICE when bootstrapping CVS 20000705 with libstdc++-v3 enabled


On 05 Jul 2000 at 17:35 (+0200), Matthias Klose wrote:
Content-Description: message body text
| gcc configured for i386-linux, glibc-2.1.3:
| 
| /export/swt-dev/users/doko/packages/gcc/gcc-snapshot-20000705/build/gcc/g++ -B/export/swt-dev/users/doko/packages/gcc/gcc-snapshot-20000705/build/gcc/ -B/usr/lib/gcc-ss/i386-linux/bin/ -DHAVE_CONFIG_H -I. -I../../../../src/libstdc++-v3/src -I.. -nostdinc++ -I../../../../src/libstdc++-v3 -I../libio -I../../../../src/libstdc++-v3/libio -I../../../../src/libstdc++-v3/config/cpu/i386 -I../../../../src/libstdc++-v3/config/gnu-linux -I/usr/lib/gcc-ss/include -g -O2 -fvtable-thunks -D_GNU_SOURCE -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -Werror -Wno-unknown-pragmas -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -Wl,--gc-sections -g -fimplicit-templates -c  -fPIC -DPIC ../../../../src/libstdc++-v3/src/locale-inst.cc -o .libs/locale-inst.lo
| In file included from ../../../../src/libstdc++-v3/bits/locale_facets.tcc:201:
| ../../../../src/libstdc++-v3/bits/basic_string.h: In instantiation of `std::_For
| mat_cache<_CharT>::_M_populate (std::ios_base &) [with _CharT = __wchar_t]':
| ../../../../src/libstdc++-v3/src/locale-inst.cc:78:   instantiated from here
| ../../../../src/libstdc++-v3/bits/basic_string.h:341: Internal compiler error.
| ../../../../src/libstdc++-v3/bits/basic_string.h:341: Please submit a full bug r
| eport.
| ../../../../src/libstdc++-v3/bits/basic_string.h:341: See
| <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
| make[6]: *** [locale-inst.lo] Error 1
| 

 ran into this same problem. it can be worked around by specifying
 -O1 for the compile comand.

 hth.
  Brent

-- 
Damon Brent Verner                        o      _     _         _
Cracker Jack? Surprise Certified  _o     /\_   _ \\o  (_)\__/o  (_)
brent@rcfile.org                _< \_   _>(_) (_)/<_    \_| \   _|/' \/
brent@linux1.org               (_)>(_) (_)        (_)   (_)    (_)'  _\o_

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