aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-24 00:17:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-24 00:17:47 +0000
commit8761284fd7862fbd9665237145f3a0d8de79c265 (patch)
treefa594f1b724c0b1c42dbe5486293a244dc087d46 /gcc
parent603af25815523ba9e39e9b441cde5308423a9238 (diff)
downloadgcc-8761284fd7862fbd9665237145f3a0d8de79c265.zip
gcc-8761284fd7862fbd9665237145f3a0d8de79c265.tar.gz
gcc-8761284fd7862fbd9665237145f3a0d8de79c265.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog74
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/c-family/ChangeLog13
-rw-r--r--gcc/d/ChangeLog15
-rw-r--r--gcc/fortran/ChangeLog6
-rw-r--r--gcc/testsuite/ChangeLog16
6 files changed, 125 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4e377b4..68acec7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,77 @@
+2022-11-23 Ramana Radhakrishnan <ramana.gcc@gmail.com>
+
+ * config/arm/types.md: Update comment.
+ (is_neon_type): Add neon_fcmla, neon_fcadd.
+
+2022-11-23 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/invoke.texi (C++ Dialect Options): Recommend using
+ -Wdelete-non-virtual-dtor instead of -Wnon-virtual-dtor.
+
+2022-11-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/107722
+ * diagnostic.cc (test_diagnostic_get_location_text): Test
+ special_fname_builtin () rather than "<built-in>" and expect
+ special_fname_builtin () concatenated with ":" for it.
+
+2022-11-23 Martin Liska <mliska@suse.cz>
+
+ * Makefile.in: Set DO_LINK_MUTEX.
+
+2022-11-23 Lulu Cheng <chenglulu@loongson.cn>
+ xujiahao <xujiahao@loongson.cn>
+
+ * config/loongarch/constraints.md (ZD): New constraint.
+ * config/loongarch/loongarch-def.c: Initial number of parallel prefetch.
+ * config/loongarch/loongarch-tune.h (struct loongarch_cache):
+ Define number of parallel prefetch.
+ * config/loongarch/loongarch.cc (loongarch_option_override_internal):
+ Set up parameters to be used in prefetching algorithm.
+ * config/loongarch/loongarch.md (prefetch): New template.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ Revert:
+ 2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * Makefile.in: Set LD_PICFLAG. Use it. Set enable_host_pie.
+ Remove NO_PIE_CFLAGS and NO_PIE_FLAG. Pass LD_PICFLAG to
+ ALL_LINKERFLAGS. Use the "pic" build of libiberty if --enable-host-pie.
+ * configure.ac (--enable-host-shared): Don't set PICFLAG here.
+ (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this
+ check.
+ * configure: Regenerate.
+ * doc/install.texi: Document --enable-host-pie.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ Revert:
+ 2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * configure.ac (--enable-host-bind-now): New check. Add
+ -Wl,-z,now to LD_PICFLAG if --enable-host-bind-now.
+ * configure: Regenerate.
+ * doc/install.texi: Document --enable-host-bind-now.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * configure.ac (--enable-host-bind-now): New check. Add
+ -Wl,-z,now to LD_PICFLAG if --enable-host-bind-now.
+ * configure: Regenerate.
+ * doc/install.texi: Document --enable-host-bind-now.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * Makefile.in: Set LD_PICFLAG. Use it. Set enable_host_pie.
+ Remove NO_PIE_CFLAGS and NO_PIE_FLAG. Pass LD_PICFLAG to
+ ALL_LINKERFLAGS. Use the "pic" build of libiberty if --enable-host-pie.
+ * configure.ac (--enable-host-shared): Don't set PICFLAG here.
+ (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this
+ check.
+ * configure: Regenerate.
+ * doc/install.texi: Document --enable-host-pie.
+
2022-11-22 Jeff Law <jlaw@ventanamicro.com>
* tree-ssa-dom.cc (record_edge_info): Fix thinko in last commit.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e3e7816..059dd7f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221123
+20221124
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 886680d..39d6a1a 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,16 @@
+2022-11-23 Andrew Pinski <apinski@marvell.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR c/107127
+ * c-gimplify.cc (c_genericize): Use walk_tree_without_duplicates
+ instead of walk_tree for c_genericize_control_r.
+
+2022-11-23 Jakub Jelinek <jakub@redhat.com>
+
+ * c.opt (fcontract-assumption-mode=, fcontract-continuation-mode=,
+ fcontract-role=, fcontract-semantic=): Add RejectNegative.
+ (fcontract-build-level=): Terminate description with dot.
+
2022-11-19 Jakub Jelinek <jakub@redhat.com>
* c-cppbuiltin.cc (c_cpp_builtins): Bump __cpp_constexpr
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 3f6d177..6691a43 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,18 @@
+2022-11-23 Martin Liska <mliska@suse.cz>
+
+ * Make-lang.in: Use it as $DO_LINK_MUTEX.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ Revert:
+ 2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * Make-lang.in: Remove NO_PIE_CFLAGS.
+
+2022-11-23 Marek Polacek <polacek@redhat.com>
+
+ * Make-lang.in: Remove NO_PIE_CFLAGS.
+
2022-11-14 Martin Liska <mliska@suse.cz>
Revert:
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bacf198..069f2e5 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-23 Steve Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/107577
+ * resolve.cc (find_array_spec): Choose appropriate locus either of
+ bad array reference or of non-array entity in error message.
+
2022-11-18 Harald Anlauf <anlauf@gmx.de>
PR fortran/107576
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 792dd07..6fc29d2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2022-11-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * gcc.dg/analyzer/call-summaries-2.c (uses_alloca): Use
+ __builtin_alloca instead of alloca.
+
+2022-11-23 Steve Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/107577
+ * gfortran.dg/pr107577.f90: New test.
+
+2022-11-23 Andrew Pinski <apinski@marvell.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR c/107127
+ * gcc.dg/pr107127.c: New test.
+
2022-11-22 Siddhesh Poyarekar <siddhesh@gotplt.org>
* gcc.dg/builtin-dynamic-object-size-0.c (test_strdup,