As seen in the PR, bump would be needed due to r268698. Ready for GCC-8 branch? Thanks, Martin
gcc/ChangeLog: 2019-02-13 Martin Liska <mli...@suse.cz> PR lto/89260 * lto-streamer.h (LTO_minor_version): Bump version due to r268698. --- gcc/lto-streamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index d5873f7dabf..11d9888dafb 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -121,7 +121,7 @@ along with GCC; see the file COPYING3. If not see form followed by the data for the string. */ #define LTO_major_version 7 -#define LTO_minor_version 0 +#define LTO_minor_version 1 typedef unsigned char lto_decl_flags_t;