aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-09-12 00:16:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-09-12 00:16:18 +0000
commitd71126eeea5c324115c8825b3cec55e5c2fd1627 (patch)
tree24c057bc34a118a5ba008bec34e20cf410e22c60 /gcc
parent79513dc0b2d980bfd1b109d0d502de487c02b894 (diff)
downloadgcc-d71126eeea5c324115c8825b3cec55e5c2fd1627.zip
gcc-d71126eeea5c324115c8825b3cec55e5c2fd1627.tar.gz
gcc-d71126eeea5c324115c8825b3cec55e5c2fd1627.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog52
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog18
3 files changed, 71 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6bdd137..84db68f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,55 @@
+2021-09-11 Aldy Hernandez <aldyh@redhat.com>
+
+ * tree-ssa-threadbackward.c (class back_threader_registry): Use
+ back_jt_path_registry.
+ * tree-ssa-threadedge.c (jump_threader::jump_threader): Use
+ fwd_jt_path_registry.
+ * tree-ssa-threadedge.h (class jump_threader): Same..
+ * tree-ssa-threadupdate.c
+ (jump_thread_path_registry::jump_thread_path_registry): Rename...
+ (jt_path_registry::jt_path_registry): ...to this.
+ (jump_thread_path_registry::~jump_thread_path_registry): Rename...
+ (jt_path_registry::~jt_path_registry): ...this.
+ (fwd_jt_path_registry::fwd_jt_path_registry): New.
+ (fwd_jt_path_registry::~fwd_jt_path_registry): New.
+ (jump_thread_path_registry::allocate_thread_edge): Rename...
+ (jt_path_registry::allocate_thread_edge): ...to this.
+ (jump_thread_path_registry::allocate_thread_path): Rename...
+ (jt_path_registry::allocate_thread_path): ...to this.
+ (jump_thread_path_registry::lookup_redirection_data): Rename...
+ (fwd_jt_path_registry::lookup_redirection_data): ...to this.
+ (jump_thread_path_registry::thread_block_1): Rename...
+ (fwd_jt_path_registry::thread_block_1): ...to this.
+ (jump_thread_path_registry::thread_block): Rename...
+ (fwd_jt_path_registry::thread_block): ...to this.
+ (jt_path_registry::thread_through_loop_header): Rename...
+ (fwd_jt_path_registry::thread_through_loop_header): ...to this.
+ (jump_thread_path_registry::mark_threaded_blocks): Rename...
+ (fwd_jt_path_registry::mark_threaded_blocks): ...to this.
+ (jump_thread_path_registry::debug_path): Rename...
+ (jt_path_registry::debug_path): ...to this.
+ (jump_thread_path_registry::dump): Rename...
+ (jt_path_registry::debug): ...to this.
+ (jump_thread_path_registry::rewire_first_differing_edge): Rename...
+ (back_jt_path_registry::rewire_first_differing_edge): ...to this.
+ (jump_thread_path_registry::adjust_paths_after_duplication): Rename...
+ (back_jt_path_registry::adjust_paths_after_duplication): ...to this.
+ (jump_thread_path_registry::duplicate_thread_path): Rename...
+ (back_jt_path_registry::duplicate_thread_path): ...to this. Also,
+ drop ill-formed candidates.
+ (jump_thread_path_registry::remove_jump_threads_including): Rename...
+ (fwd_jt_path_registry::remove_jump_threads_including): ...to this.
+ (jt_path_registry::thread_through_all_blocks): New.
+ (back_jt_path_registry::update_cfg): New.
+ (fwd_jt_path_registry::update_cfg): New.
+ (jump_thread_path_registry::register_jump_thread): Rename...
+ (jt_path_registry::register_jump_thread): ...to this.
+ * tree-ssa-threadupdate.h (class jump_thread_path_registry):
+ Abstract to...
+ (class jt_path_registry): ...here.
+ (class fwd_jt_path_registry): New.
+ (class back_jt_path_registry): New.
+
2021-09-10 liuhongt <hongtao.liu@intel.com>
Revert:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6edcec5..95cff16 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210911
+20210912
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 896582a..a3b6f13f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,21 @@
+2021-09-11 Jakub Jelinek <jakub@redhat.com>
+
+ * c-c++-common/auto-init-1.c: Enable test only on ilp32 or lp64
+ targets, expect different long and pointer sizes between ilp32 and
+ lp64.
+ * c-c++-common/auto-init-2.c: Likewise.
+ * c-c++-common/auto-init-3.c: Expect one of the common long double
+ sizes (8/12/16 bytes) instead of hardcoding 16 bytes.
+ * c-c++-common/auto-init-4.c: Likewise.
+ * c-c++-common/auto-init-5.c: Expect one of the common
+ _Complex long double sizes (16/24/32 bytes) instead of hardcoding 32
+ bytes.
+ * c-c++-common/auto-init-6.c: Likewise.
+ * c-c++-common/auto-init-padding-1.c: Enable test only on ilp32 or lp64
+ targets.
+ (struct test_small_hole): Change type of four to unsigned long long
+ and add aligned attribute.
+
2021-09-10 Petter Tomner <tomner@kth.se>
* jit.dg/test-error-array-bounds.c: Array is not unsigned