From: Joel Rosdahl Date: Mon, 11 Jul 2016 19:27:07 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.2.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e65c63d2d41a84f6e3df3acdf61725e18bd2f6;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 9877744f5..7d34701e1 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,9 @@ Bug fixes - Bail out on compiler option `-fstack-usage` since it creates a `.su` file which ccache currently doesn't handle. +- ccache now knows how to work around a glitch in the output of GCC 6's + preprocessor. + ccache 3.2.5 ------------