From: GCC Administrator Date: Sat, 1 Aug 2020 00:16:58 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~1107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e25dc10c1ef5d379baeaac9682df738b63310f;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8062bbcc9b66..1d9e1ba8c4b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2020-07-31 Martin Liska + + Backported from master: + 2020-07-31 Martin Liska + + * cgraph.h: Remove leading empty lines. + * cgraphunit.c (enum cgraph_order_sort_kind): Remove + ORDER_UNDEFINED. + (struct cgraph_order_sort): Add constructors. + (cgraph_order_sort::process): New. + (cgraph_order_cmp): New. + (output_in_order): Simplify and push nodes to vector. + 2020-07-30 Martin Liska Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 675c0b9e6b08..b4bc243c22b0 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200731 +20200801