[Bug libstdc++/59530] Incorrect check on string_view operator[]

2014-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59530 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/59530] Incorrect check on string_view operator[]

2014-01-24 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59530 --- Comment #2 from emsr at gcc dot gnu.org --- Author: emsr Date: Fri Jan 24 20:15:00 2014 New Revision: 207060 URL: http://gcc.gnu.org/viewcvs?rev=207060&root=gcc&view=rev Log: 2014-01-24 Ed Smith-Rowland <3dw...@verizon.net> PR libstdc++

[Bug libstdc++/59530] Incorrect check on string_view operator[]

2013-12-18 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59530 --- Comment #1 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- I mistakenly took cases for string which must be null terminated. I think we'll just remove those lines from the testcases.