From: GCC Administrator Date: Sun, 25 Oct 2020 00:16:26 +0000 (+0000) Subject: Daily bump. X-Git-Tag: upstream/12.2.0~12615 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7ddd287ca76e87f431f43687de6d8cc48e52543;p=platform%2Fupstream%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95aa1b5..a049252 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,38 @@ +2020-10-24 H.J. Lu + + PR bootstrap/97451 + * configure.ac (HAVE_AS_WORKING_DWARF_4_FLAG): Renamed to ... + (HAVE_AS_WORKING_DWARF_N_FLAG): This. Don't define if there is + an extra assembly input file in debug info. Replace success + with dwarf4_success in the 32-bit --gdwarf-4 check. + * dwarf2out.c (asm_outputs_debug_line_str): Check + HAVE_AS_WORKING_DWARF_N_FLAG instead of + HAVE_AS_WORKING_DWARF_4_FLAG. + * gcc.c (ASM_DEBUG_SPEC): Likewise. + (ASM_DEBUG_OPTION_SPEC): Likewise. + * config.in: Regenerated. + * configure: Likewise. + +2020-10-24 Aldy Hernandez + + PR tree-optimization/97538 + * calls.c (get_size_range): Handle undefined ranges. + +2020-10-24 Martin Liska + + * cgraph.c (cgraph_node::former_thunk_p): Move out of CHECKING_P + macro. + +2020-10-24 Alan Modra + + * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Limit + AND addressing to just lvx/stvx style addresses. + +2020-10-24 Alan Modra + + * config/rs6000/rs6000.md (cstore4): Don't call + rs6000_emit_int_cmove for power10 when -mno-isel. + 2020-10-23 Jan Hubicka * Makefile.in: Add symtab-thunks.o diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b858c4c..49d6a92 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201024 +20201025 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 67cbc42..3fe4931 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2020-10-24 Marek Polacek + + PR c++/96241 + * constexpr.c (cxx_eval_array_reference): Set up ctx->ctor if we + are initializing an aggregate. Call free_constructor on the new + CONSTRUCTOR if it isn't returned from cxx_eval_constant_expression. + 2020-10-23 Marek Polacek PR c++/91741 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 78166d2..cc13418 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2020-10-24 Marek Polacek + + PR c++/96241 + * g++.dg/cpp0x/constexpr-96241.C: New test. + * g++.dg/cpp1y/constexpr-96241.C: New test. + +2020-10-24 Aldy Hernandez + + * g++.dg/pr97538.C: New test. + 2020-10-23 Marek Polacek * c-c++-common/Wsizeof-array-div1.c: Expect certain warnings on