[Bug c++/58155] -Wliteral-suffix warns about tokens which are skipped by preprocessor

2014-07-09 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 --- Comment #2 from emsr at gcc dot gnu.org --- Author: emsr Date: Wed Jul 9 13:33:58 2014 New Revision: 212392 URL: https://gcc.gnu.org/viewcvs?rev=212392root=gccview=rev Log: libcpp/ 2014-07-09 Edward Smith-Rowland 3dw...@verizon.net

[Bug c++/58155] -Wliteral-suffix warns about tokens which are skipped by preprocessor

2014-07-09 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 --- Comment #3 from emsr at gcc dot gnu.org --- Author: emsr Date: Wed Jul 9 15:10:43 2014 New Revision: 212393 URL: https://gcc.gnu.org/viewcvs?rev=212393root=gccview=rev Log: libcpp/ 2014-07-09 Edward Smith-Rowland 3dw...@verizon.net

[Bug c++/58155] -Wliteral-suffix warns about tokens which are skipped by preprocessor

2014-07-09 Thread emsr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 emsr at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/58155] -Wliteral-suffix warns about tokens which are skipped by preprocessor

2014-07-02 Thread 3dw4rd at verizon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155 --- Comment #1 from Ed Smith-Rowland 3dw4rd at verizon dot net --- Created attachment 33053 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33053action=edit Patch to not warn if skipping. I still need a testcase or two. 2014-07-02 Edward