Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: chasonr at newsguy dot com
In libstdc++-v3/include/bits/regex.h, the methods operator== and operator!= for
regex_token_iterator are not declared const. This is not consistent with the
C
: c
Assignee: unassigned at gcc dot gnu.org
Reporter: chasonr at newsguy dot com
On AIX 5.3, the system file /usr/include/sys/types.h contains this declaration:
#ifndef_VA_LIST
#define _VA_LIST
typedef char *va_list;
#endif
This conflicts with the fixincluded
--- Comment #2 from chasonr at newsguy dot com 2009-10-13 21:08 ---
Created an attachment (id=18797)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18797&action=view)
Proposed patch for this bug
This patch is against the GCC 4.4.1 distribution. The function alt
--- Comment #1 from chasonr at newsguy dot com 2009-10-13 21:04 ---
Created an attachment (id=18796)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18796&action=view)
Test case for this bug
This test uses the built-in __CHAR16_TYPE__, so that it will demonstrate the
bug ev
ts incorrectly to two-byte character
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chasonr at newsguy dot com
GCC