This is the mail archive of the
libstdc++-prs@sources.redhat.com
mailing list for the libstdc++ project.
libstdc++/83: <cctype>
- To: libstdc++-gnats at sourceware dot cygnus dot com
- Subject: libstdc++/83: <cctype>
- From: kunert at physik dot tu-dresden dot de
- Date: 25 Aug 2000 12:29:24 -0000
- Reply-To: kunert at physik dot tu-dresden dot de
- Resent-Cc: libstdc++-prs at sourceware dot cygnus dot com
- Resent-Reply-To: libstdc++-gnats@sourceware.cygnus.com, kunert@physik.tu-dresden.de
>Number: 83
>Category: libstdc++
>Synopsis: <cctype>
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Aug 25 05:37:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Thomas Kunert
>Release: gcc version 2.96 20000824, libstdc++-v3
>Organization:
>Environment:
Linux-686
>Description:
This code does not compile:
#include <cctype>
using namespace std;
int main()
{
toupper('a');
}
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: