From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id CEFA8386545E; Mon, 31 May 2021 14:23:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEFA8386545E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc/redhat/heads/gcc-11-branch] (89 commits) Merge commit 'r11-8492-g718a78fcfb03ca3c552800b510ef3eb085b X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-11-branch X-Git-Oldrev: 2274d6c6dc94803fb17a8466bace08a15b387509 X-Git-Newrev: e8a00355f6fd6fe219de22855d92c351911519da Message-Id: <20210531142308.CEFA8386545E@sourceware.org> Date: Mon, 31 May 2021 14:23:08 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 14:23:09 -0000 The branch 'redhat/heads/gcc-11-branch' was updated to point to: e8a00355f6f... Merge commit 'r11-8492-g718a78fcfb03ca3c552800b510ef3eb085b It previously pointed to: 2274d6c6dc9... Merge commit 'r11-8404-gb6ecd493886891f8150905a2fd3b7d54e88 Diff: Summary of changes (added commits): ----------------------------------- e8a0035... Merge commit 'r11-8492-g718a78fcfb03ca3c552800b510ef3eb085b 718a78f... c++: Avoid -Wunused-value false positives on nullptr passed (*) 742b4b7... c++tools: Include for exit [PR100731] (*) 3a2fa2e... libcpp: Fix up -fdirectives-only handling of // comments on (*) f4d6ea0... builtins: Fix ICE with unprototyped builtin call [PR100576] (*) 490ffb4... regcprop: Avoid DCE of asm goto [PR100590] (*) c4d64d1... function: Set dummy DECL_ASSEMBLER_NAME in push_dummy_funct (*) 81c2cd0... regcprop: Fix another cprop_hardreg bug [PR100342] (*) ef397f6... Daily bump. (*) 05f1016... Daily bump. (*) 6c84cc4... Daily bump. (*) 15c41a1... testuite: fix libtdc++ libatomic flags (*) 0be51ab... aix: TLS precompute register parameters (PR 94177) (*) 1e9e079... PR fortran/98411 - Pointless warning for static variables (*) 1cb4a0d... PR fortran/100656 - prevent ICE in gfc_conv_expr_present (*) cb5c89a... Fortran: Fix erroneous "pointer argument is not associated" (*) e1489a3... libstdc++: Implement P2328 changes to join_view (*) 49f369f... libstdc++: Fix iterator caching inside range adaptors [PR10 (*) 365deb8... c++: access for hidden friend of nested class template [PR1 (*) 3084317... Daily bump. (*) 0faee8b... arm: Remove use of opts_set in arm_configure_build_target [ (*) 4290ac9... arm: Avoid emitting bogus CFA adjusts for CMSE nonsecure ca (*) f9910ce... Daily bump. (*) 74c9a1e... Daily bump. (*) de55a48... Fortran: fix passing return value to class(*) dummy argumen (*) 6be2c12... i386: Fix split_double_mode with paradoxical subreg [PR1006 (*) 51274fd... fortran/intrinsic.texi: Fix copy'n'paste errors and typos (*) 41a5fc2... Fix typo and weird syntax in configure script (*) edd7bbe... tree-optimization/100519 - avoid reassociating asm goto def (*) d0a8a95... ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param (*) 3870fe2... middle-end/100509 - avoid folding constant to aggregate typ (*) 9b3852d... tree-optimization/100492 - avoid irreducible regions in loo (*) 90faf28... Daily bump. (*) 32d4fa7... arm: Fix wrong code with MVE V2DImode loads and stores [PR9 (*) afc5ae0... Daily bump. (*) 9ee61d2... fortran/intrinsic.texi: Use proper variable name (*) 1d62f73... Daily bump. (*) 907a70b... Daily bump. (*) 2bf34b9... libsanitizer: Remove cyclades from libsanitizer (*) 3538242... Fix internal error on locally derived bit-packed array type (*) 36a70e6... Always translate Is_Pure flag into pure in C sense (*) a9591c3... Fix segfault at run time on strict-alignment platforms (*) 5f78345... Fix incorrect SLOC on instruction (*) cc7fc16... Daily bump. (*) 0a10104... c++: designated init with anonymous union [PR100489] (*) e43f476... PR100281 C++: Fix SImode pointer handling (*) a470d05... Fix gnat.dg spurious failures on PowerPC64 LE (*) 5f772bd... libstdc++: Disable floating_to_chars.cc on 16 bit targets (*) 271fc1c... Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected v (*) b54e502... c++: _Complex template parameter [PR100634] (*) 8b7212e... c++: ICE with using and enum [PR100659] (*) c2e1b3d... Daily bump. (*) 11bdfd3... rs6000: Add ROP tests (*) 426241c... rs6000: Conditionally define __ROP_PROTECT__ (*) 7db5588... rs6000: Emit ROP-mitigation instructions in prologue and ep (*) 4ffe506... rs6000: Add -mrop-protect and -mprivileged flags (*) 3bdd3e4... c++: ICE with <=> fallback [PR100367] (*) b02eef7... doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ (*) c412100... arm/testsuite: Fix testcase for PR99977 (*) fff4826... c++: ICE with bad definition of decimal32 [PR100261] (*) 74ad555... c++: template template parm pack expansion [PR100372] (*) c2aee0b... Daily bump. (*) 6384e94... c++: "perfect" implicitly deleted move [PR100644] (*) b786daf... c++: constant expressions are evaluated [PR93314] (*) ba165ed... gcc-changelog: Remove use of non-strict mode (*) efb6bda... OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORK (*) 0d9e251... Daily bump. (*) 7d91dd2... openmp: Notify team barrier of pending tasks in omp_fulfill (*) f8d2cef... libstdc++: Fix filesystem::path constraints for volatile [P (*) 2b57186... libstdc++: Fix wrong thread waking on notify [PR100334] (*) c28df71... arm: Fix ICEs with compare-and-swap and -march=armv8-m.base (*) a16952d... IBM Z: Avoid bash-specific substitution in configure (*) da1f324... Fortran/OpenMP: Handle implicit SAVE for variables in main (*) ca205a8... Update mpfr version to 3.1.6 (*) 72b9eac... Daily bump. (*) 77add0e... Daily bump. (*) 3f3bcc1... Daily bump. (*) 3196faf... gcc-changelog: sync scripts. (*) b59973c... testsuite: Add testcase for already fixed PR [PR88872] (*) 919dcbb... opts: add Warning keyword for 2 options (*) 0757946... Daily bump. (*) 211a923... OpenMP: detach - fix firstprivate handling (*) e218c29... libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFly (*) 4415051... PR c/100550 - ICE: in fold_convert_loc with function call V (*) ac5bab2... arm: Remove duplicate definitions from arm_mve.h (pr100419) (*) ecfb865... arm: correctly handle inequality comparisons against max co (*) 3aac287... Daily bump. (*) e3c9eb8... libstdc++: Implement P2367 changes to avoid some list-initi (*) ce3c70e... tree-optimization/100566 - fix another predication issue in (*) (*) This commit already exists in another branch. Because the reference `refs/vendors/redhat/heads/gcc-11-branch' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.