[Bug libstdc++/57808] New: operators == and != for regex_token_iterator need to be const

2013-07-03 Thread chasonr at newsguy dot com
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

[Bug c/57672] New: va_list fixinclude needed for AIX 5.3 sys/types.h

2013-06-21 Thread chasonr at newsguy dot com
: 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

[Bug c/41698] New: \uFFFF converts incorrectly to two-byte character

2009-10-13 Thread chasonr at newsguy dot com
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: chasonr at newsguy dot com GCC build triplet: x86_64-unknown-linux GCC host triplet: x86_64-unknown-linux GCC target triplet: x86_64-unknown-linux http://gcc.gnu.org/bugzilla

[Bug c/41698] \uFFFF converts incorrectly to two-byte character

2009-10-13 Thread chasonr at newsguy dot com
--- 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=18796action=view) Test case for this bug This test uses the built-in __CHAR16_TYPE__, so that it will demonstrate the bug even when

[Bug c/41698] \uFFFF converts incorrectly to two-byte character

2009-10-13 Thread chasonr at newsguy dot com
--- 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=18797action=view) Proposed patch for this bug This patch is against the GCC 4.4.1 distribution. The function altered