public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/8580: undefined references to std::char_traits
@ 2002-11-20 17:55 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2002-11-20 17:55 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hklunder, nobody

Synopsis: undefined references to std::char_traits

State-Changed-From-To: open->closed
State-Changed-By: gdr
State-Changed-When: Thu Nov 14 05:19:13 2002
State-Changed-Why:
    Not a but

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8580


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

* Re: libstdc++/8580: undefined references to std::char_traits
@ 2002-11-20 17:53 Gabriel Dos Reis
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel Dos Reis @ 2002-11-20 17:53 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/8580; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: hklunder@legato.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/8580: undefined references to std::char_traits
Date: 14 Nov 2002 14:14:58 +0100

 hklunder@legato.com writes:
 
 | Using a std::basic_string<short> causes undefined references to std::char_traits<short>::length(short const*) and to std::char_traits<short>::copy(short*, short const*, unsigned)
 
 This is not a bug.  
 
 There is no requirement that std::basic_string<short> should work just
 out of box.  See the FAQ.
 
 -- Gaby


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

* libstdc++/8580: undefined references to std::char_traits
@ 2002-11-20 14:46 hklunder
  0 siblings, 0 replies; 3+ messages in thread
From: hklunder @ 2002-11-20 14:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8580
>Category:       libstdc++
>Synopsis:       undefined references to std::char_traits
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 14 04:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     hklunder@legato.com
>Release:        3.2, and 3.3 20021113 (experimental) as well
>Organization:
>Environment:
RedHat Linux 7.3
intel Pentium
>Description:
Using a std::basic_string<short> causes undefined references to std::char_traits<short>::length(short const*) and to std::char_traits<short>::copy(short*, short const*, unsigned)
>How-To-Repeat:
compile undef.cpp using "g++ undef.cpp" and enjoy.
See readme.txt in the attached gzipped tar file for details.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-compressed; name="undef.tgz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="undef.tgz"

H4sIALGj0z0AA+2W32vbMBDH8zpD/oeDwZq0jWPZScO80ZcR1tAxSrOnjZEpsmKL2pInyW3K2P++
s5P+SEdX6EhHhz4PiRXdnU4XfXXWnCYF9+3StrZGQIJgNBy2ghV3v4MhiVpocDAYheQgOkB7MhwN
WxBsL6UbKmOpBmhppf5YgofmnykTYKooRc4TqGTCFz4rS6AygVRZsBkHrrXSUHBjaMoNCLm2wxPj
e58yYSCjZcmlgQthMzjn2gglIfLDJszNOIIwCEJCSAQdviy5FgWXlubdOgwHhb9QK2QK5tJYXsAF
NXDKkyNq4YOQ1RJGGGKBuQhpeQ4n6Cyqwvcab9xEUS+XC8kbo9Wu6nAYJ/bSvb2b/XnNsI4/r0Ru
m8Rjz/f7RrNE6D5TciHSSnPo9bik85z3bKZRKMYr6BmHOR4FYzUtV0Mh8Qjlufev/8pHcV2ULa7x
kP7JcK3/YRREpNF/5PT/NLwUkuVVwuEtnmiUy2Hba3uoMCiokJ1aa0B1yvaBZVim3V0cnEMXfrS9
F8YmcTynRrDZyvetyZS2hzA3naD7Bi00t5WWEODzz/bz1Mf/zvVlvsU1HtA/CUejq/4fjAZBrf/B
YOD0/xT0bVH2GVt+v3j/+shXMUwkLCrJbN20v90j8X1oJuorYYZ9UFizlv56AruhYtQqfXUjHG5G
+SJkr3ZO+ddOY4HtGpvo7n3uzeyr7k7s3Um346ey8rHNnynJ8C3Wn33+OJ1PzNQSciu7iRlPKX6M
35HxybE5PZ6S2V6wJFE3Xr0V4FtDApovuOYYB6xab/33HcZxzmVqs428uzt3E9teHWfTGVPl5ax2
Mqss6rptVnEjt7+uGok2Fh2fGCzidFiXMAwfU8I61j2pV9KIFENhSZnKc85sGENeR65bCS5BgC+F
xfpQWxnXUxwOh8PhcDgcDofD4XA4HA6Hw+FwOByO2/wCwQ9t2gAoAAA=


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

end of thread, other threads:[~2002-11-14 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-20 17:55 libstdc++/8580: undefined references to std::char_traits gdr
  -- strict thread matches above, loose matches on Subject: below --
2002-11-20 17:53 Gabriel Dos Reis
2002-11-20 14:46 hklunder

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