public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/14043] New: error compiling new version.
@ 2004-02-06  8:46 caffeen at caffeen dot org
  2004-02-06 13:40 ` [Bug libstdc++/14043] " bangerth at dealii dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: caffeen at caffeen dot org @ 2004-02-06  8:46 UTC (permalink / raw)
  To: gcc-bugs

Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.2 [FreeBSD] 20030205 (release)

FreeBSD caffeen-1.caffeen.org 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #13: Sun 
Dec 28 21:03:53 EST 2003     root@caffeen-
1.caffeen.org:/usr/obj/usr/src/sys/CAFFEEN-SMP  i386

problem occured while running make buildworld. 




c++ -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -
I/usr/src/gnu/lib/libstdc++ -
I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -
I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc  -fno-implicit-templates -
ffunction-sections -fdata-sections -Wno-deprecated -
c /usr/src/contrib/libstdc++/src/wstring-inst.cc -o wstring-inst.o
/usr/obj/usr/src/i386/usr/include/g++/bits/basic_string.h: In member function
   `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
   _Traits, _Alloc>::erase(_Alloc::size_type, _Alloc::size_type) [with _CharT =
   wchar_t, _Traits = std::char_traits<wchar_t>, _Alloc =
   std::allocator<wchar_t>]':
/usr/obj/usr/src/i386/usr/include/g++/bits/basic_string.tcc:497:   
instantiated from `void std::basic_string<_CharT, _Traits, _Alloc>::resize
(_Alloc::size_type, _CharT) [with _CharT = wchar_t, _Traits = 
std::char_traits<wchar_t>, _Alloc = std::allocator<wchar_t>]'
/usr/src/contrib/libstdc++/src/string-inst.cc:49:   instantiated from here
/usr/obj/usr/src/i386/usr/include/g++/bits/basic_string.h:608: Internal
   compiler error in ggc_recalculate_in_use_p, at ggc-page.c:1178
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: error compiling new version.
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: caffeen at caffeen dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/14043] error compiling new version.
  2004-02-06  8:46 [Bug libstdc++/14043] New: error compiling new version caffeen at caffeen dot org
@ 2004-02-06 13:40 ` bangerth at dealii dot org
  2004-02-07  2:06 ` caffeen at caffeen dot org
  2004-02-07  2:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bangerth at dealii dot org @ 2004-02-06 13:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-02-06 13:39 -------
gcc 3.2.x is no longer maintained -- would you mind trying out gcc3.3.x? 
Also, if we should fix this, we need a testcase, please see 
  http://gcc.gnu.org/bugs.html 
 
Thanks 
  W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/14043] error compiling new version.
  2004-02-06  8:46 [Bug libstdc++/14043] New: error compiling new version caffeen at caffeen dot org
  2004-02-06 13:40 ` [Bug libstdc++/14043] " bangerth at dealii dot org
@ 2004-02-07  2:06 ` caffeen at caffeen dot org
  2004-02-07  2:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: caffeen at caffeen dot org @ 2004-02-07  2:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From caffeen at caffeen dot org  2004-02-07 02:06 -------
This Error occured while compiling/updating the new version from one of your 
old version. So I hope that someone might be able to give me assistance in 
this matter.



-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/14043] error compiling new version.
  2004-02-06  8:46 [Bug libstdc++/14043] New: error compiling new version caffeen at caffeen dot org
  2004-02-06 13:40 ` [Bug libstdc++/14043] " bangerth at dealii dot org
  2004-02-07  2:06 ` caffeen at caffeen dot org
@ 2004-02-07  2:26 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-07  2:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-07 02:26 -------
Sounds like you have a hardware problem, make sure that you have good hardware.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-07  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-06  8:46 [Bug libstdc++/14043] New: error compiling new version caffeen at caffeen dot org
2004-02-06 13:40 ` [Bug libstdc++/14043] " bangerth at dealii dot org
2004-02-07  2:06 ` caffeen at caffeen dot org
2004-02-07  2:26 ` pinskia at gcc dot gnu dot org

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