[Bug preprocessor/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 #13 from Kay Hayen 2011-04-23 15:10:32 UTC --- Oh, it occured to me something that I could test: [~]> g++-4.6 -c --std=c++0x testcase.cpp -Wall -Werror testcase.cpp:3:17: error: unterminated raw string testcase.cpp:3:15: error: expec

[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 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 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.

[Bug c++/48740] New: 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 Summary: Raw C++0x strings and trigraphs mix badly Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...

[Bug c++/45399] [C++0x] Warning for \0 in raw strings

2010-11-08 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45399 --- Comment #5 from Kay Hayen 2010-11-08 17:43:23 UTC --- (In reply to comment #4) > The motivating examples in the original raw strings proposal are for > simplifying regular expressions and HTML markup, there's no mention of binary > blobs. > h

[Bug c++/45399] [C++0x] Warning for \0 in raw strings

2010-11-08 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45399 --- Comment #2 from Kay Hayen 2010-11-08 11:03:31 UTC --- Created attachment 22319 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22319 Warning for \0 in raw strings test case Well, here it is. Use like this: g++ -c -std=c++0x raw.c++ Bes

[Bug c++/45399] New: Warning for \0 in C++0x raw strings

2010-08-24 Thread kayhayen at gmx dot de
us: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kayhayen at gmx dot de GCC build triplet: x86_64-linux-gnu GCC host triplet: 86_64-linux-gnu GCC target triplet: x86_64-linux-gnu htt

[Bug ada/39502] Unexpected uninitialized warning

2009-10-08 Thread kayhayen at gmx dot de
--- Comment #6 from kayhayen at gmx dot de 2009-10-08 15:02 --- Hello, is there anything else we can do to help with this bug? Yours, Kay Hayen -- kayhayen at gmx dot de changed: What|Removed |Added

[Bug ada/33688] Ada package Gnat.Sockets missing constant for IP_PKTINFO (patch)

2007-12-09 Thread kayhayen at gmx dot de
--- Comment #3 from kayhayen at gmx dot de 2007-12-09 08:28 --- This is to confirm that the patch cleanly applied to a couple of snapshots since, the last one I tested was "gcc-snapshot-20071202" as found in the Ubuntu Hardy archives. Would it be possible to apply it? And n

[Bug ada/33688] Ada package Gnat.Sockets missing constant for IP_PKTINFO (patch)

2007-10-08 Thread kayhayen at gmx dot de
--- Comment #1 from kayhayen at gmx dot de 2007-10-08 09:03 --- Created an attachment (id=14321) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14321&action=view) Patch adding IP_PKTINFO constand and implementation changes to Gnat.Sockets I can also make it in a patch form

[Bug ada/33688] New: Ada package Gnat.Sockets missing constant for IP_PKTINFO (patch)

2007-10-08 Thread kayhayen at gmx dot de
: minor Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kayhayen at gmx dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33688