From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2109) id 5762939D9C3E; Tue, 1 Jun 2021 15:04:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5762939D9C3E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stam Markianos-Wright To: gcc-cvs@gcc.gnu.org Subject: [gcc/ARM/heads/arm-10] (104 commits) Enable -fcode-hoisting with -Os. X-Act-Checkin: gcc X-Git-Author: Stam Markianos-Wright X-Git-Refname: refs/vendors/ARM/heads/arm-10 X-Git-Oldrev: 7d5aac7385bf1895678aafcca7e58c43625df340 X-Git-Newrev: 9ad1a6b4c5b9f8f35a2b8ae19933cef8136547e3 Message-Id: <20210601150447.5762939D9C3E@sourceware.org> Date: Tue, 1 Jun 2021 15:04:47 +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: Tue, 01 Jun 2021 15:04:47 -0000 The branch 'ARM/heads/arm-10' was updated to point to: 9ad1a6b4c5b... Enable -fcode-hoisting with -Os. It previously pointed to: 7d5aac7385b... Enable -fcode-hoisting with -Os. Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 7d5aac7... Enable -fcode-hoisting with -Os. Summary of changes (added commits): ----------------------------------- 9ad1a6b... Enable -fcode-hoisting with -Os. 969d518... Daily bump. (*) 4cfb938... Daily bump. (*) c571dbf... Daily bump. (*) 0c57b4f... Daily bump. (*) 799cf16... PR fortran/98411 - Pointless warning for static variables (*) 4350d43... Daily bump. (*) 4ec0307... Daily bump. (*) 4c035ae... Daily bump. (*) 59eb00c... arm: Fix wrong code with MVE V2DImode loads and stores [PR9 (*) bc59a99... Daily bump. (*) 09026b9... Daily bump. (*) 7bc4ec5... Daily bump. (*) 5cfbfb1... Daily bump. (*) a7e72b2... libsanitizer: Remove cyclades from libsanitizer (*) ef06093... Fix internal error on locally derived bit-packed array type (*) 79bab52... Always translate Is_Pure flag into pure in C sense (*) f32045f... Fix incorrect SLOC on instruction (*) 31473de... Daily bump. (*) a335afe... c++: designated init with anonymous union [PR100489] (*) 75c5c4a... c++: constexpr and volatile member function [PR80456] (*) fe0f9ef... c++: generic lambda in template fn with DMI [PR100054] (*) d83c30e... c++: alias template equivalence and cv-quals [PR100032] (*) 59d821d... c++: constexpr, inheritance, and local class [PR91933] (*) 92e9b2a... c++: deduction guide using alias [PR99180] (*) e41d610... c++: friend with redundant qualification [PR41723] (*) de47fb3... c++: base template friend [PR52625] (*) decd38f... c++: using overloaded with local decl [PR92918] (*) e206f71... c++: access checking in aggregate initialization [PR96673] (*) 5b68416... c++: C++17 constexpr static data member linkage [PR99901] (*) 8909ed5... c++: -Wunused, constant, and generic lambda [PR96311] (*) ff24ef6... c++: lambda in DMI in class template [PR95870] (*) 7c365bb... c++: constexpr if and nested generic lambda [PR99201] (*) dce71e0... c++: array new initialized from a call [PR99643] (*) b13ac26... c++: PMF template parm and noexcept [PR90664] (*) a12ae58... c++: NRV in lambda in template [PR91217] (*) 5e78018... c++: lambda pack init-capture within generic lambda (*) a4b3683... Fix gnat.dg spurious failures on PowerPC64 LE (*) 0a193c9... arm: Fix ICEs with compare-and-swap and -march=armv8-m.base (*) 56ffc39... Daily bump. (*) b8f791b... doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ (*) 9af26b4... Daily bump. (*) f12013a... gcc-changelog: Remove use of non-strict mode (*) e6cd786... Daily bump. (*) 47d3815... rtl-optimization/80960 - avoid creating garbage RTL in DSE (*) 4cd69a5... libstdc++: Fix filesystem::path constraints for volatile [P (*) c060d1d... libstdc++: Fix find_type helper to work consistently (*) 0ba727f... Update mpfr version to 3.1.6 (*) 9ddc622... tree-optimization/100566 - fix another predication issue in (*) a6fac60... Daily bump. (*) 6f68f2b... Daily bump. (*) 84eb12c... Daily bump. (*) a0368f8... gcc-changelog: sync scripts. (*) 0c6fe93... Daily bump. (*) 788f9c8... arm: Remove duplicate definitions from arm_mve.h (pr100419) (*) 1d1a690... arm: correctly handle inequality comparisons against max co (*) be80f3e... Daily bump. (*) 0d1e402... PR middle-end/100571 - bogus -Wstringop-overflow with VLA o (*) 419c243... aarch64: Avoid duplicating bti j insns for jump tables [PR9 (*) 28bb5c4... Daily bump. (*) ee359d8... RISC-V: For '-march' and '-mabi' options, add 'Negative' pr (*) e45df7a... Daily bump. (*) 5f665c1... rs6000: Fix cpu selection w/ isel (PR100108) (*) a21d28d... Daily bump. (*) 291931b... Daily bump. (*) bea76e5... Daily bump. (*) d7c8e62... libcpp: Fix up pragma preprocessing [PR100450] (*) 8430391... Daily bump. (*) 9c4797e... modulo-sched: skip loops with strange register defs [PR1002 (*) d218fed... arm: Fix testisms introduced with fix for pr target/95646 (*) f1370bf... arm: Do not clobber callee saved registers with CMSE. (*) f3c73cb... Daily bump. (*) e3abcc5... Fix PR target/100402 (*) 92fef3f... PR fortran/100274 - ICE in gfc_conv_procedure_call, at fort (*) 0df3ba9... libstdc++: Implement LWG 3517/3520 for join_view/transform_ (*) a3a6a7f... PR rtl-optimization/100263: Ensure register can change mode (*) 329f730... tree-optimization/98786 - fix issue with phiopt and abnorma (*) bd475d1... tree-optimization/100278 - handle mismatched code in TBAA a (*) fea9741... Daily bump. (*) 4134c3e... libstdc++: Implement proposed resolution for LWG 3532 (*) 1cb3994... libstdc++: Implement P2259R1 changes [PR95983] (*) a0f9800... nvptx: Fix up nvptx build against latest libstdc++ [PR10037 (*) 42ba897... aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100 (*) 5a79a90... cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat (*) 14786c8... vmsdbgout: Remove useless register keywords (*) 9225a49... early-remat.c: Fix new/delete mismatch [PR100230] (*) 1f354d6... Daily bump. (*) b81834e... libstdc++: Fix up lambda in join_view::_Iterator::operator+ (*) b52e1d7... Daily bump. (*) de8473c... Daily bump. (*) b5aeeb8... Daily bump. (*) 0244ef4... libstdc++: Fix inconsistent feature test macro (*) 1781e8f... aix: Alias -m64 to -maix64 and -m32 to -maix32. (*) 1e54e82... c++/98032 - add testcase (*) e1a39b7... tree-optimization/96513 - rewrite hybrid SLP detection (*) eeaaeb8... Daily bump. (*) 9b6fecd... libstdc++: Add missing 'inline' specifiers to net::ip funct (*) 8cfa990... libstdc++: Define __cpp_lib_constexpr_string macro (*) d0ae39c... arm: fix UB due to missing mode check [PR100311] (*) 6cf529b... Fortran/OpenMP: Fix var-list expr parsing with array/dt (*) cd0c562... Daily bump. (*) 39e8bfe... i386: Fix atomic FP peepholes [PR100182] (*) 83ee799... Daily bump. (*) e06c762... PR fortran/100154 - ICE in gfc_conv_procedure_call, at fort (*) (*) This commit already exists in another branch. Because the reference `refs/vendors/ARM/heads/arm-10' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.