mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
Daily bump.
This commit is contained in:
parent
603af25815
commit
8761284fd7
23
ChangeLog
23
ChangeLog
@ -1,3 +1,26 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
|
||||
isl.
|
||||
* Makefile.in: Regenerate.
|
||||
* Makefile.tpl: Set PICFLAG.
|
||||
* configure.ac (--enable-host-pie): New check. Set PICFLAG after this
|
||||
check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
|
||||
isl.
|
||||
* Makefile.in: Regenerate.
|
||||
* Makefile.tpl: Set PICFLAG.
|
||||
* configure.ac (--enable-host-pie): New check. Set PICFLAG after this
|
||||
check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-14 Martin Liska <mliska@suse.cz>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,35 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Rename PIEFLAG to PICFLAG. Set LD_PICFLAG. Use it.
|
||||
Use pic/libiberty.a if PICFLAG is set.
|
||||
* configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
|
||||
(--enable-host-pie): New check.
|
||||
* configure: Regenerate.
|
||||
|
||||
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.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-bind-now): New check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Rename PIEFLAG to PICFLAG. Set LD_PICFLAG. Use it.
|
||||
Use pic/libiberty.a if PICFLAG is set.
|
||||
* configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
|
||||
(--enable-host-pie): New check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* server.cc (accept_from): Use "1" as the dummy port number.
|
||||
|
@ -1,3 +1,20 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Set and use PICFLAG and LD_PICFLAG. Use the "pic"
|
||||
build of libiberty if PICFLAG is set.
|
||||
* configure.ac:
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Set and use PICFLAG and LD_PICFLAG. Use the "pic"
|
||||
build of libiberty if PICFLAG is set.
|
||||
* configure.ac:
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-10-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR bootstrap/107059
|
||||
|
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
20221123
|
||||
20221124
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -1,3 +1,20 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Use @PICFLAG@ in COMPILE as well.
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Use @PICFLAG@ in COMPILE as well.
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-11-29 Eric Gallager <egallager@gcc.gnu.org>
|
||||
|
||||
PR other/103021
|
||||
|
@ -1,3 +1,22 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Pass LD_PICFLAG to LDFLAGS.
|
||||
* 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.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* Makefile.in: Pass LD_PICFLAG to LDFLAGS.
|
||||
* 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.
|
||||
|
||||
2022-06-03 Alexandre Oliva <oliva@adacore.com>
|
||||
|
||||
* Makefile.in (revision.stamp): Replace $() and += with more
|
||||
|
@ -1,3 +1,18 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-21 Lewis Hyatt <lhyatt@gmail.com>
|
||||
|
||||
* directives.cc (do_pragma): Fix memory leak in token buffer. Fix
|
||||
|
@ -1,3 +1,18 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-10-07 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* dpd/decimal64.c (decDigitsToDPD): Remove unused variable.
|
||||
|
@ -1,3 +1,16 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac: Also set shared when enable_host_pie.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac: Also set shared when enable_host_pie.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-15 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* cp-demangle.c (struct d_print_info): Rename is_lambda_arg to
|
||||
|
@ -1,3 +1,16 @@
|
||||
2022-11-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR libstdc++/107811
|
||||
* src/c++17/floating_from_chars.cc (__floating_from_chars_hex): Guard
|
||||
fast_float uses with #if USE_LIB_FAST_FLOAT and for mantissa_bits and
|
||||
exponent_bits provide a fallback.
|
||||
|
||||
2022-11-23 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/107814
|
||||
* testsuite/experimental/filesystem/iterators/error_reporting.cc:
|
||||
Use a static buffer with space after it.
|
||||
|
||||
2022-11-22 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/107817
|
||||
|
@ -1,3 +1,18 @@
|
||||
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. Link with
|
||||
-z,now.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-bind-now): New check. Link with
|
||||
-z,now.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-10-12 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2022-11-23 Sam James <sam@gentoo.org>
|
||||
|
||||
* gcc_release (XZ): Add -T0.
|
||||
|
||||
2022-11-14 Martin Liska <mliska@suse.cz>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,18 @@
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* configure.ac (--enable-host-shared): Don't set PICFLAG here.
|
||||
(--enable-host-pie): New check. Set PICFLAG after this check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2022-10-12 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user