Re: [PATCH] Fix error level of warning about C++ style comments

2018-07-17 Thread Jakub Jelinek
On Tue, Jul 17, 2018 at 08:39:30AM -0700, Jason Franklin wrote: > Thanks so much for the review! Below is an updated ChangeLog entry and > patch. Thanks. I've fixed some formatting issues and testsuite (3 tests started FAILing), plus added one more test, bootstrapped/regtested on x86_64-linux an

Re: [PATCH] Fix error level of warning about C++ style comments

2018-07-17 Thread Jason Franklin
Jakub, Thanks so much for the review! Below is an updated ChangeLog entry and patch. 2018-07-17 Jason Franklin * lex.c (_cpp_lex_direct): Fix error level for note following warning about the use of C++ style comments. >From 1380d73031d76be76019e67f203cb7d98fb5ee60 Mon Sep

Re: [PATCH] Fix error level of warning about C++ style comments

2018-07-17 Thread Jakub Jelinek
On Tue, Jul 17, 2018 at 07:51:42AM -0700, Jason Franklin wrote: > Greetings, > > Below is a simple patch for fixing the error level of an additional note > that follows a warning about using C++ style comments. The ChangeLog > entry is below, followed by the patch. > > Tried to figure out how

[PATCH] Fix error level of warning about C++ style comments

2018-07-17 Thread Jason Franklin
Greetings, Below is a simple patch for fixing the error level of an additional note that follows a warning about using C++ style comments. The ChangeLog entry is below, followed by the patch. Tried to figure out how to run the tests, but not sure if it's necessary for something so simple... w