http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
Jakub Jelinek changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #10 from Jonathan Wakely 2011-04-23
11:36:03 UTC ---
I get no error with gcc version 4.6.0 20110419 (Red Hat 4.6.0-5)
(I can't test vanilla 4.6 until I finish reinstalling my pc)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #9 from Kay Hayen 2011-04-23 11:24:54 UTC
---
On 4.6 it exists though, I pasted your code to a new file:
-
[~]> g++-4.6 -c --std=c++0x testcase.cpp -Wall -Werror
testcase.cpp:3:17: error: unterminated raw string
testcase.cpp:3:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #8 from Daniel Krügler
2011-04-23 11:14:01 UTC ---
(In reply to comment #7)
> Created attachment 24079 [details]
> Sorry for the typo, that's what you get for extracting test case. This one is
> better.
I cannot reproduce this warnin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #7 from Kay Hayen 2011-04-23 11:05:52 UTC
---
Created attachment 24079
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24079
Sorry for the typo, that's what you get for extracting test case. This one is
better.
With this one I ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #6 from Jonathan Wakely 2011-04-23
11:05:18 UTC ---
Oops! thanks, Jakub!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #5 from Daniel Krügler
2011-04-23 10:58:44 UTC ---
(In reply to comment #4)
> "raw(foo%sbar%sfred%sbob?)raw" is not a raw string literal,
> R"raw(foo%sbar%sfred%sbob?)raw" is, and that one doesn't warn or error and
> is handle
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
--- Comment #1 from Kay Hayen 2011-04-23 09:17:04 UTC
---
Just to note: I found this bug with 4.5.2 originally. I then used 4.6 only to
check that it wasn't solved in the mean time.
11 matches
Mail list logo