[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
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)

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
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:

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
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

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
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

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
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!

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
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

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
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.