public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260).
@ 2019-02-13  6:20 Martin Liška
  2019-02-13  9:48 ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Liška @ 2019-02-13  6:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Biener, Jan Hubicka

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

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  <mliska@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(-)



[-- Attachment #2: 0001-Bump-LTO_minor_version-on-GCC-8-branch-PR-lto-89260.patch --]
[-- Type: text/x-patch, Size: 399 bytes --]

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;
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260).
  2019-02-13  6:20 [PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260) Martin Liška
@ 2019-02-13  9:48 ` Richard Biener
  2019-02-13 14:42   ` Jan Hubicka
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Biener @ 2019-02-13  9:48 UTC (permalink / raw)
  To: Martin Liška, gcc-patches; +Cc: Jan Hubicka

On February 13, 2019 7:20:37 AM GMT+01:00, "Martin Liška" <mliska@suse.cz> wrote:
>As seen in the PR, bump would be needed due to r268698.
>
>Ready for GCC-8 branch?

OK. It's unfortunate we need to break streaming though. 

Richard. 

>Thanks,
>Martin
>
>gcc/ChangeLog:
>
>2019-02-13  Martin Liska  <mliska@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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260).
  2019-02-13  9:48 ` Richard Biener
@ 2019-02-13 14:42   ` Jan Hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Hubicka @ 2019-02-13 14:42 UTC (permalink / raw)
  To: Richard Biener; +Cc: Martin Liška, gcc-patches

> On February 13, 2019 7:20:37 AM GMT+01:00, "Martin Liška" <mliska@suse.cz> wrote:
> >As seen in the PR, bump would be needed due to r268698.
> >
> >Ready for GCC-8 branch?
> 
> OK. It's unfortunate we need to break streaming though. 

Yep, it was me breaking it for fix of PR88561 which is correctness
issue. I meant to bump up the version while backporting to release
branches. Thanks for noticing that I did not at the end!

Honza
> 
> Richard. 
> 
> >Thanks,
> >Martin
> >
> >gcc/ChangeLog:
> >
> >2019-02-13  Martin Liska  <mliska@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(-)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-13 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  6:20 [PATCH] Bump LTO_minor_version on GCC-8 branch (PR lto/89260) Martin Liška
2019-02-13  9:48 ` Richard Biener
2019-02-13 14:42   ` Jan Hubicka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).