public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS
@ 2004-06-22 15:20 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:21 ` [Bug libstdc++/16140] " James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-06-22 15:20 UTC (permalink / raw)
  To: gcc-bugs

Most of the suite passes, but I get errors like these:

/tmp/ccJOH1iG.o: In function `test01()':
/tmp/ccJOH1iG.o(.text._Z6test01v+0x6c): undefined reference to `typeinfo for
wchar_t'
/tmp/ccJOH1iG.o: In function `test01()':
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
collect2: ld returned 1 exit status


mushroom~...gcc-obj>uname -a
SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2

mushroom~...gcc-obj>alias CONFIGURECVS
setenv CC gcc ; /mnt/home3/utilities/gcc/configure --prefix=/mnt/home3/utilities
--verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --enable-languages=c++ |& tee clog

mushroom~...gcc-obj>alias BUILD
nice gmake CFLAGS='-O' BOOT_CFLAGS='-O' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O -fno-implicit-templates' bootstrap |& tee log

mushroom~...gcc-obj>g++ -v
Reading specs from /mnt/home3/utilities/lib/gcc/sparc-sun-solaris2.7/3.5.0/specs
Configured with: /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --enable-languages=c++
Thread model: posix
gcc version 3.5.0 20040621 (experimental)

-- 
           Summary: Errors in libstdc++ testsuite; recent CVS
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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


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

* [Bug libstdc++/16140] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-06-22 15:21 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:37 ` [Bug c++/16140] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-06-22 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-06-22 15:21 -------
Created an attachment (id=6604)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6604&action=view)
Log file from libstdc++ testsuite run


-- 


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:21 ` [Bug libstdc++/16140] " James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-06-22 15:37 ` pinskia at gcc dot gnu dot org
  2004-07-09  4:56 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-22 15:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-22 15:37 -------
For some reasons the symbols are not in libstdc++ when they should be.  I will look into this when I get 
some time.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|libstdc++                   |c++
           Keywords|                            |wrong-code
            Summary|Errors in libstdc++         |[3.5 Regression] Errors in
                   |testsuite; recent CVS       |libstdc++ testsuite; recent
                   |                            |CVS
   Target Milestone|---                         |3.5.0


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:21 ` [Bug libstdc++/16140] " James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-06-22 15:37 ` [Bug c++/16140] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-09  4:56 ` pinskia at gcc dot gnu dot org
  2004-07-12 15:14 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-09  4:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 04:56 -------
This is a dup of bug 4025, the problem is in the documention and nobody has fixed it yet.

*** This bug has been marked as a duplicate of 4025 ***

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


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-07-09  4:56 ` pinskia at gcc dot gnu dot org
@ 2004-07-12 15:14 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-07-12 15:16 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-07-12 15:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-07-12 15:14 -------
Even after removing no-implicit-template I still get errors. I will attach the
entire log, which has other errors, including ICEs. I have not yet checked to
see whether those other errors have been reported.


/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for long long'
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include/iostream:77:
undefined reference to `typeinfo for long'
/mnt/home3/utilities/gcc/libstdc++-v3/libsupc++/typeinfo:104: undefined
reference to `typeinfo for long long'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for long'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for int'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for int'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:50:
undefined reference to `typeinfo for wchar_t'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:50:
undefined reference to `typeinfo for wchar_t'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
collect2: ld returned 1 exit status


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


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (3 preceding siblings ...)
  2004-07-12 15:14 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-07-12 15:16 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-07-12 15:19 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-07-12 15:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-07-12 15:16 -------
Created an attachment (id=6733)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6733&action=view)
Zipped log file of libstdc++ test suite


-- 


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (4 preceding siblings ...)
  2004-07-12 15:16 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-07-12 15:19 ` pinskia at gcc dot gnu dot org
  2004-07-16 14:45 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-12 15:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-12 15:19 -------
Are you sure that you are building with a clean source because it looks like you must be doing 
something wrong as nobody else gets these.

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


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 preceding siblings ...)
  2004-07-12 15:19 ` pinskia at gcc dot gnu dot org
@ 2004-07-16 14:45 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-12 14:55 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-12 14:57 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-07-16 14:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-07-16 14:45 -------
I refetched everything from CVS and rebuilt. I get the same kinds of errors.
This is how I'm configuring and building:

nice gmake CFLAGS='' BOOT_CFLAGS='' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O' bootstrap |& tee log

setenv CC gcc ; /mnt/home3/utilities/gcc/configure --prefix=/mnt/home3/utilities
--verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --enable-languages=c++ |& tee clog

I build in a clean directory. I'm using binutils 2.13.2.


-- 


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (6 preceding siblings ...)
  2004-07-16 14:45 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-08-12 14:55 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-08-12 14:57 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-08-12 14:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-08-12 14:54 -------
I built yesterday and this bug seems to have disappeared.

-- 


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


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

* [Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS
  2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (7 preceding siblings ...)
  2004-08-12 14:55 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-08-12 14:57 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-12 14:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 14:57 -------
So closing as fixed.

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


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


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

end of thread, other threads:[~2004-08-12 14:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-22 15:20 [Bug libstdc++/16140] New: Errors in libstdc++ testsuite; recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
2004-06-22 15:21 ` [Bug libstdc++/16140] " James dot W dot Mckelvey at jpl dot nasa dot gov
2004-06-22 15:37 ` [Bug c++/16140] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-09  4:56 ` pinskia at gcc dot gnu dot org
2004-07-12 15:14 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-07-12 15:16 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-07-12 15:19 ` pinskia at gcc dot gnu dot org
2004-07-16 14:45 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-08-12 14:55 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-08-12 14:57 ` 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).