Re: [PATCH libcpp] Use CPP() for Wendif-labels and other flags

2014-08-27 Thread Joseph S. Myers
On Mon, 25 Aug 2014, Manuel L?pez-Ib??ez wrote: > This patch is on top of > https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02244.html > > The main issue here is Wendif-labels, since we were not using the > correct CPP_W_* flag. The rest are straight-forward. > > libcpp/ChangeLog: > > 2014-08-25

[PATCH libcpp] Use CPP() for Wendif-labels and other flags

2014-08-25 Thread Manuel López-Ibáñez
This patch is on top of https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02244.html The main issue here is Wendif-labels, since we were not using the correct CPP_W_* flag. The rest are straight-forward. libcpp/ChangeLog: 2014-08-25 Manuel López-Ibáñez * directives.c (check_eol_1): New.