public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42768]  New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault
@ 2010-01-16 13:39 t66667 at gmail dot com
  2010-01-16 13:40 ` [Bug c++/42768] " t66667 at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: t66667 at gmail dot com @ 2010-01-16 13:39 UTC (permalink / raw)
  To: gcc-bugs

crashed while building g++


-- 
           Summary: libstdc++-v3/libsupc++/vec.cc:354: internal compiler
                    error: Segmentation fault
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: t66667 at gmail dot com
 GCC build triplet: x86_64-w64-mingw32
  GCC host triplet: x86_64-slackware-linux
GCC target triplet: x86_64-w64-mingw32


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


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

* [Bug c++/42768] libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault
  2010-01-16 13:39 [Bug c++/42768] New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault t66667 at gmail dot com
@ 2010-01-16 13:40 ` t66667 at gmail dot com
  2010-01-16 21:10 ` t66667 at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: t66667 at gmail dot com @ 2010-01-16 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from t66667 at gmail dot com  2010-01-16 13:39 -------
Created an attachment (id=19622)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19622&action=view)
saves


-- 


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


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

* [Bug c++/42768] libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault
  2010-01-16 13:39 [Bug c++/42768] New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault t66667 at gmail dot com
  2010-01-16 13:40 ` [Bug c++/42768] " t66667 at gmail dot com
@ 2010-01-16 21:10 ` t66667 at gmail dot com
  2010-01-25 18:42 ` [Bug c++/42768] ICE: libstdc++-v3/libsupc++/vec.cc:354 bangerth at gmail dot com
  2010-01-26 19:29 ` peter at empeg dot com
  3 siblings, 0 replies; 5+ messages in thread
From: t66667 at gmail dot com @ 2010-01-16 21:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from t66667 at gmail dot com  2010-01-16 21:09 -------
libstdc++-v3/libsupc++/vec.cc: In function 'void __cxxabiv1::T.60(void*,
size_t, size_t, __cxxabiv1::__cxa_cdtor_return_type (*)(void*))':
libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [vec.lo] Error 1


-- 


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


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

* [Bug c++/42768] ICE: libstdc++-v3/libsupc++/vec.cc:354
  2010-01-16 13:39 [Bug c++/42768] New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault t66667 at gmail dot com
  2010-01-16 13:40 ` [Bug c++/42768] " t66667 at gmail dot com
  2010-01-16 21:10 ` t66667 at gmail dot com
@ 2010-01-25 18:42 ` bangerth at gmail dot com
  2010-01-26 19:29 ` peter at empeg dot com
  3 siblings, 0 replies; 5+ messages in thread
From: bangerth at gmail dot com @ 2010-01-25 18:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bangerth at gmail dot com  2010-01-25 18:42 -------
Someone on a win64 machine may have to check this.
W.


-- 


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


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

* [Bug c++/42768] ICE: libstdc++-v3/libsupc++/vec.cc:354
  2010-01-16 13:39 [Bug c++/42768] New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault t66667 at gmail dot com
                   ` (2 preceding siblings ...)
  2010-01-25 18:42 ` [Bug c++/42768] ICE: libstdc++-v3/libsupc++/vec.cc:354 bangerth at gmail dot com
@ 2010-01-26 19:29 ` peter at empeg dot com
  3 siblings, 0 replies; 5+ messages in thread
From: peter at empeg dot com @ 2010-01-26 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from peter at empeg dot com  2010-01-26 19:29 -------
I get the same error on host=build=x86_64-linux, target=i586-mingw32. At least
in my case, this is a regression in 4.4.3, as 4.4.2 worked fine.


-- 

peter at empeg dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter at empeg dot com


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


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

end of thread, other threads:[~2010-01-26 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-16 13:39 [Bug c++/42768] New: libstdc++-v3/libsupc++/vec.cc:354: internal compiler error: Segmentation fault t66667 at gmail dot com
2010-01-16 13:40 ` [Bug c++/42768] " t66667 at gmail dot com
2010-01-16 21:10 ` t66667 at gmail dot com
2010-01-25 18:42 ` [Bug c++/42768] ICE: libstdc++-v3/libsupc++/vec.cc:354 bangerth at gmail dot com
2010-01-26 19:29 ` peter at empeg dot com

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