[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-06 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-04-06 07:47 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-06 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2010-04-06 07:03 --- Subject: Bug 43642 Author: jakub Date: Tue Apr 6 07:02:40 2010 New Revision: 157979 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157979 Log: PR preprocessor/43642 * lex.c (lex_raw_string): C

[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-05 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2010-04-05 16:14 --- The patch is OK if it passes testing. Though you might use "uchar" rather than "unsigned char". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43642

[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-05 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2010-04-05 16:00 --- Note that a few lines before that is if (_cpp_trigraph_map[note->type]) and _cpp_trigraph_map is [UCHAR_MAX + 1] sized array, so note->type surely must be an unsigned char and nothing else (well, it will be only one of

[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-05 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-04-05 15:57 --- Created an attachment (id=20311) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20311&action=view) gcc45-pr43642.patch Untested fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43642

[Bug preprocessor/43642] FAIL: c-c++-common/raw-string-1.c

2010-04-05 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org