From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id C6571386CE5C; Thu, 16 Jun 2022 21:44:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6571386CE5C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc/meissner/heads/work091] (78 commits) Merge commit 'refs/users/meissner/heads/work091' of git+ssh X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work091 X-Git-Oldrev: ebc4e92b5f3104ba86cdba5915d8d360cfb3e589 X-Git-Newrev: 16390065719eabd5f981d5edc2014f0ee8d01fbe Message-Id: <20220616214431.C6571386CE5C@sourceware.org> Date: Thu, 16 Jun 2022 21:44:31 +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: Thu, 16 Jun 2022 21:44:31 -0000 The branch 'meissner/heads/work091' was updated to point to: 16390065719... Merge commit 'refs/users/meissner/heads/work091' of git+ssh It previously pointed to: ebc4e92b5f3... Update ChangeLog.meissner. Diff: Summary of changes (added commits): ----------------------------------- 1639006... Merge commit 'refs/users/meissner/heads/work091' of git+ssh a4792f4... Update ChangeLog.meissner. 08f097d... Add ChangeLog.meissner and REVISION. f737d9d... Update ChangeLog.meissner. 0946f8c... Add ChangeLog.meissner and REVISION. f443024... analyzer: associate -Wanalyzer-va-list-exhausted with CWE-6 (*) 065d191... analyzer: associate -Wanalyzer-double-fclose with CWE-1341 (*) 753aaa9... opts: fix opts_set->x_flag_sanitize (*) d89e64d... flags: add comment (*) b2aaa44... compiler: don't generate stubs for ambiguous direct interfa (*) 98a0d72... libstdc++: Support constexpr global std::string for size < (*) 51309d1... libstdc++: Apply r13-1096-g6abe341558abec change to vstring (*) 9ca05d5... c++: Elide inactive initializer fns from init array (*) 6c849e2... Clear invariant bit for inferred ranges. (*) 5b1594d... Propagator should call value_of_stmt. (*) 9642d07... match.pd: Improve y == MIN || x < y optimization [PR105983] (*) 74e6a40... match.pd: Fix up __builtin_mul_overflow_p signed type optim (*) 6a27c43... expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951 (*) 8d1c6e7... rs6000: add V1TI into vector comparison expand [PR103316] (*) 4285832... clang: fix -Wunused-parameter warning (*) 4a0aad8... gengtype: do not skip char after escape sequnce (*) ab66fd0... opts: improve option suggestion (*) b18e5d7... RISC-V/testsuite: Fix pr105666.c under rv32 (*) 1089d08... Simplify (B * v + C) * D -> BD* v + CD when B,C,D are all I (*) 499b9c5... Daily bump. (*) ce3867d... xtensa: Eliminate [DS]Cmode hard register clobber that is i (*) cfad485... xtensa: Eliminate unwanted reg-reg moves during DFmode inpu (*) c95e307... xtensa: Add some dedicated patterns that correspond to GIMP (*) 43b0c56... xtensa: Add support for sibling call optimization (*) 96518f7... xtensa: Document new -mextra-l32r-costs= Xtensa-specific op (*) 63c0731... analyzer: fix up paths for inlining (PR analyzer/105962) (*) b06b84d... value-relation.h: add 'final' and 'override' to relation_or (*) c540077... analyzer: show saved diagnostics as nodes in .eg.dot dumps (*) 44681d4... analyzer: add more uninit test coverage (*) 90f2a11... d: Add `@no_sanitize' attribute to compiler and library. (*) dc9b92f... libstdc++: [_Hashtable] Insert range of types convertible t (*) 636b01a... d: Add `@visibility' and `@hidden' attributes. (*) 49d14a8... testsuite: AIX operator new (*) 9d2fe6d... Revert recent internal-fn changes [PR105975] (*) 8aaa948... arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981] (*) 052d895... c++: Use better module partition naming (*) dc8071d... arm: fix thinko in arm_bfi_1_p() [PR105974] (*) 57b2ada... d: Set TYPE_ARTIFICIAL on internal TypeInfo types (*) 8c2733e... tree-optimization/105971 - less surprising refs_may_alias_p (*) edb9330... tree-optimization/105969 - FPE with array diagnostics (*) f4c3ce3... d: Delay completing aggregate and enum types until after at (*) 2636660... aarch64: Revert bogus fix for PR105254 (*) 183a4f3... gen: Allow unspec numbers in .md attributes (*) 7bfb3f4... openmp: Fix up get-mapped-ptr-1.{c,f90} tests (*) acb1e6f... Fold truncations of left shifts in match.pd (*) 4b1a827... Fix ICE in extract_insn, at recog.cc:2791 (*) 4adc535... Daily bump. (*) cf79b11... syscall: gofmt (*) 6abe341... libstdc++: Check lengths first in operator== for basic_stri (*) 1b65779... libstdc++: Inline all basic_string::compare overloads [PR59 (*) 29da017... libstdc++: Fix indentation in allocator base classes (*) 0a9af7b... libstdc++: Check for size overflow in constexpr allocation (*) 3e16b43... regrename: Fix -fcompare-debug issue in check_new_reg_p [PR (*) e0e3ce6... rs6000: Delete VS_scalar (*) e860976... c++: Elide calls to NOP module initializers (*) 8f6c317... Fix ipa-cp wrt volatile loads (*) 0247ad3... RISC-V: Split slli+sh[123]add.uw opportunities to avoid zex (*) 4bf0dcb... RISC-V: add consecutive_bits_operand predicate (*) e07a876... tree-optimization/105946 - avoid accessing excess args from (*) 90467f0... middle-end/105965 - add missing v_c_e <{ el }> simplificati (*) be66762... Restore bootstrap on ARM (*) f907cf4... vect: Move suggested_unroll_factor applying [PR105940] (*) 0774389... xtensa: Optimize bitwise AND operation with some specific f (*) 70ce04c... xtensa: Make use of BALL/BNALL instructions (*) e1b193c... xtensa: Simplify conditional branch/move insn patterns (*) 1c68ec1... xtensa: Improve shift operations more (*) c364227... Daily bump. (*) 4f19e07... libphobos: Check in missing core.sync package module (*) 2c11662... ubsan: -Wreturn-type and ubsan trap-on-error (*) 72b1851... RISC-V: Reset the length to the default of 4 for FP compari (*) 751f306... x86: Require AVX for F16C and VAES (*) 254e88b... libstdc++: Rename __null_terminated to avoid collision with (*) 30cc1b6... libstdc++: Use type_identity_t for non-deducible std::atomi (*) (*) This commit already exists in another branch. Because the reference `refs/users/meissner/heads/work091' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.