Re: [PATCH] libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics

2024-10-11 Thread Joseph Myers
On Fri, 13 Sep 2024, Jakub Jelinek wrote: > @@ -1533,7 +1536,7 @@ do_linemarker (cpp_reader *pfile) >/* Unlike #line, there does not seem to be a way to get an EOF >here. So, it should be safe to always spell the token. */ >cpp_error (pfile, CPP_DL_ERROR, > -

Re: [PATCH] libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics

2024-09-13 Thread Jakub Jelinek
On Fri, Sep 13, 2024 at 01:19:02PM +0200, Richard Biener wrote: > The genmatch.cc parts are OK - I wonder how much the new dependences > push gimple-match* and generic-match* compilation to the end? Only time will tell. Looking at my past 3 x86_64-linux bootstraps (-j32) but I'm doing i686-linux b