Re: [PATCH] Fix -traditional-cpp preprocessing ICE (PR preprocessor/69869)

2018-01-30 Thread Joseph Myers
On Tue, 30 Jan 2018, Jakub Jelinek wrote: > Hi! > > This restores GCC 3.3 behavior on this testcase, before 3.4 started ICEing > on it when it started to use the common block comment skipping code for > -traditional-cpp and just a simple function for macro block comments has > been added. Even t

[PATCH] Fix -traditional-cpp preprocessing ICE (PR preprocessor/69869)

2018-01-30 Thread Jakub Jelinek
Hi! This restores GCC 3.3 behavior on this testcase, before 3.4 started ICEing on it when it started to use the common block comment skipping code for -traditional-cpp and just a simple function for macro block comments has been added. Even the macro block comments can be not properly terminated