diff gcc/tree-streamer.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/tree-streamer.c	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/tree-streamer.c	Thu Feb 13 11:34:05 2020 +0900
@@ -1,7 +1,7 @@
 /* Miscellaneous utilities for tree streaming.  Things that are used
    in both input and output are here.
 
-   Copyright (C) 2011-2018 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@google.com>
 
 This file is part of GCC.
@@ -377,6 +377,9 @@
 	&& i != TI_TARGET_OPTION_CURRENT
 	&& i != TI_CURRENT_TARGET_PRAGMA
 	&& i != TI_CURRENT_OPTIMIZE_PRAGMA
+	/* SCEV state shouldn't reach the IL.  */
+	&& i != TI_CHREC_DONT_KNOW
+	&& i != TI_CHREC_KNOWN
 	/* Skip va_list* related nodes if offloading.  For native LTO
 	   we want them to be merged for the stdarg pass, for offloading
 	   they might not be identical between host and offloading target.  */