This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
I have tried to compil the instrumended file monetary.ii (attached file), the error is also raised:
qualif@wfr-fr02test02:~/tmp/tmp/STLport-5.0-0409/src> c++ -c monetary.ii
../stlport/stl/_monetary.c: In member function `_InputIter
_STL::money_get<_CharT, _InputIter>::do_get(_InputIter, _InputIter, bool,
_STL::ios_base&, int&, _STL::basic_string<_CharT, _STL::char_traits<_CharT>,
_STL::allocator<_CharT> >&) const [with _CharT = wchar_t, _InputIter =
_STL::istreambuf_iterator<wchar_t, _STL::char_traits<wchar_t> >]':
monetary.cpp:137: instantiated from here
../stlport/stl/_monetary.c:296: Internal compiler error in expand_call, at
calls.c:3049
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
qualif@wfr-fr02test02:~/tmp/tmp/STLport-5.0-0409/src> gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2
qualif@wfr-fr02test02:~/tmp/tmp/STLport-5.0-0409/src> more /etc/SuSE-release
SuSE Linux 8.1 (i386)
VERSION = 8.1
Luc AUVRAY
_______________________________________________________
Luc Auvray
QA manager
Automated Software Quality Group (ASQG)
R a t i o n a l
the software development company
Phone : +33 5 62 88 21 44
Fax : +33 5 62 88 42 99
< mailto:lauvray@rational.com>
________________________________________________________
-----Message d'origine-----
De : bangerth@dealii.org [mailto:bangerth@dealii.org]
Envoye : lundi 25 novembre 2002 20:54
A : gcc-bugs@gcc.gnu.org; gcc-prs@gcc.gnu.org; lauvray@rational.com;
nobody@gcc.gnu.org
Objet : Re: c++/8701: Internal compiler error in expand_call, at
calls.c:3049
Synopsis: Internal compiler error in expand_call, at calls.c:3049
State-Changed-From-To: feedback->open
State-Changed-By: bangerth
State-Changed-When: Mon Nov 25 11:54:25 2002
State-Changed-Why:
Preprocessed sources provided.
Unfortunately, I cannot reproduce the crash, so maybe someone
else will have to look into this.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8701
Attachment:
Monetary.zip
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |