public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
@ 2005-01-21  0:50 hp at gcc dot gnu dot org
  2005-01-21  1:01 ` [Bug c++/19557] " hp at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-01-21  0:50 UTC (permalink / raw)
  To: gcc-bugs

With LAST_UPDATED: "Thu Jan 20 21:30:49 UTC 2005" I get:

/home/hp/combined/mmixware-sim/gcc/xgcc -shared-libgcc
-B/home/hp/combined/mmixware-sim/gcc/ -nostdinc++ -L/home/hp/combined/mmix\
ware-sim/mmix-knuth-mmixware/libstdc++-v3/src
-L/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/src/.libs
-nostdi\
nc -B/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/newlib/ -isystem
/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/newli\
b/targ-include -isystem /home/hp/combined/combined/newlib/libc/include
-B/usr/local/mmix-knuth-mmixware/bin/ -B/usr/local/mmix-kn\
uth-mmixware/lib/ -isystem /usr/local/mmix-knuth-mmixware/include -isystem
/usr/local/mmix-knuth-mmixware/sys-include -L/home/hp/\
combined/mmixware-sim/ld
-I/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/include/mmix-knuth-mmixware
-I/home/hp\
/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/include
-I/home/hp/combined/combined/libstdc++-v3/libsupc++ -g -O2 -fno-i\
mplicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -c /home/hp/combined/combined/libstd\
c++-v3/src/io-inst.cc -o io-inst.o
/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/include/bits/basic_ios.tcc:
In member function 'std::basic_ios<_C\
harT, _Traits>& std::basic_ios<_CharT, _Traits>::copyfmt(const
std::basic_ios<_CharT, _Traits>&) [with _CharT = char, _Traits = s\
td::char_traits<char>]':
/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/include/bits/basic_ios.tcc:111:
internal compiler error: Segmenta\
tion fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [io-inst.lo] Error 1
make[5]: Leaving directory
`/home/hp/combined/mmixware-sim/mmix-knuth-mmixware/libstdc++-v3/src'
make[4]: *** [all-recursive] Error 1

Build was last known to work with: "Thu Jan 20 13:25:46 UTC 2005".

-- 
           Summary: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-
                    v3/src/io-inst.cc
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mmix-knuth-mmixware


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
@ 2005-01-21  1:01 ` hp at gcc dot gnu dot org
  2005-01-21  1:41 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-01-21  1:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-01-21 01:01 -------
Ouch.  Recompiling cc1plus with CFLAGS=-g3 masks the bug.  Badness.

-- 


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
  2005-01-21  1:01 ` [Bug c++/19557] " hp at gcc dot gnu dot org
@ 2005-01-21  1:41 ` pinskia at gcc dot gnu dot org
  2005-01-21  1:52 ` hp at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21  1:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 01:41 -------
(In reply to comment #1)
> Ouch.  Recompiling cc1plus with CFLAGS=-g3 masks the bug.  Badness.

Then what gcc are you building since this is a cross?

-- 


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
  2005-01-21  1:01 ` [Bug c++/19557] " hp at gcc dot gnu dot org
  2005-01-21  1:41 ` pinskia at gcc dot gnu dot org
@ 2005-01-21  1:52 ` hp at gcc dot gnu dot org
  2005-01-21  1:56 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-01-21  1:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-01-21 01:52 -------
I don't understand comment #2.  Please be more specific with your implications.
I recompile cc1plus because with default options it's undebuggable with the gdb
in FC2.

-- 


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-21  1:52 ` hp at gcc dot gnu dot org
@ 2005-01-21  1:56 ` pinskia at gcc dot gnu dot org
  2005-01-21  1:58 ` hp at gcc dot gnu dot org
  2005-01-21  4:38 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21  1:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 01:55 -------
(In reply to comment #3)
> I don't understand comment #2.  Please be more specific with your implications.
> I recompile cc1plus because with default options it's undebuggable with the gdb
> in FC2.
If you recompile cc1plus, what version of gcc did you use to compile cc1plus with?


-- 


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-21  1:56 ` pinskia at gcc dot gnu dot org
@ 2005-01-21  1:58 ` hp at gcc dot gnu dot org
  2005-01-21  4:38 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-01-21  1:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-01-21 01:58 -------
The one in FC2: "gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)".
At present, I don't suspect the bug being there.

-- 


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


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

* [Bug c++/19557] mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc
  2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-01-21  1:58 ` hp at gcc dot gnu dot org
@ 2005-01-21  4:38 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-01-21  4:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-01-21 04:38 -------
I can't repeat the problem, using the exact same sources but recompiling cc1plus
or wiping the build directory and re-building.
(The bug was repeatable with that same cc1plus for every run of four runs.)

I don't know if it's particularly sane to close my own bug as WORKSFORME,
but I can't think of a more appropriate action. :-]


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2005-01-21  4:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-21  0:50 [Bug c++/19557] New: mmix-knuth-mmixware broken, ICE/SEGV libstdc++-v3/src/io-inst.cc hp at gcc dot gnu dot org
2005-01-21  1:01 ` [Bug c++/19557] " hp at gcc dot gnu dot org
2005-01-21  1:41 ` pinskia at gcc dot gnu dot org
2005-01-21  1:52 ` hp at gcc dot gnu dot org
2005-01-21  1:56 ` pinskia at gcc dot gnu dot org
2005-01-21  1:58 ` hp at gcc dot gnu dot org
2005-01-21  4:38 ` hp 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).