This is the mail archive of the libstdc++-prs@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/83: <cctype>



>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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]