[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 emsr at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #6 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 05:30:34 2014 New Revision: 212188 URL: https://gcc.gnu.org/viewcvs?rev=212188&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net> P

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-30 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #5 from emsr at gcc dot gnu.org --- Author: emsr Date: Tue Jul 1 03:13:17 2014 New Revision: 212186 URL: https://gcc.gnu.org/viewcvs?rev=212186&root=gcc&view=rev Log: cp/ 2014-06-28 Edward Smith-Rowland <3dw...@verizon.net> P

[Bug c++/58781] Unicode strings broken in a strange way

2014-06-27 Thread 3dw4rd at verizon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #4 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Created attachment 33021 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33021&action=edit Patch 58781, 59867, 60249, .. I think I got it. Don't mess with the token stream

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Q; Is this a regression? A: No. See http://ideone.com/8JS3Yf This is gcc-4.8.1 (needed a space between "" and _s but still errors with this: -

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 Ed Smith-Rowland <3dw4rd at verizon dot net> changed: What|Removed |Added Attachment #31061|0 |1 is

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #1 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Created attachment 31061 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31061&action=edit Busybox showing that the passed in string to the operator is OK. When I run the bus