From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id D2443385829F; Sun, 16 Oct 2022 00:28:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2443385829F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665880114; bh=2YnjC/iCchgLRWA2tNhsWEELkVr5t7gNFFDoW7JAH9c=; h=From:To:Subject:Date:From; b=L+XerhobHaZGJLr/oO6IkxSZ0aohZqBFPxamLKZX2d3GHUMXiRmeLxePKen2ozOjl 2cp9MWaMqf3XScuYiqmG+f2C24aaXo4vRA2tMCn8ObRxenaidm8m+o9A6tN+Ok7qf6 IHg4J0H9jPUmqqRibdyTPnzVFrTl0xzSvgHhLFDQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc/microsoft/heads/main] (132 commits) Merge commit 'baeec7cc83b19b46d1c73523f06efa7ea2b30390' int X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 2f3630bdb24ecc79ac8a3722ebe95448bf8dff73 X-Git-Newrev: 5450112e15d6c82c29dcde947acfb1c12944825e Message-Id: <20221016002834.D2443385829F@sourceware.org> Date: Sun, 16 Oct 2022 00:28:34 +0000 (GMT) List-Id: The branch 'microsoft/heads/main' was updated to point to: 5450112e15d... Merge commit 'baeec7cc83b19b46d1c73523f06efa7ea2b30390' int It previously pointed to: 2f3630bdb24... Merge commit '570eb458c64a15d33817994f8e4640b63c81d6d4' int Diff: Summary of changes (added commits): ----------------------------------- 5450112... Merge commit 'baeec7cc83b19b46d1c73523f06efa7ea2b30390' int a5f865d... Update xfail with new failures baeec7c... Daily bump. (*) 36d20fa... preprocessor: C2x identifier rules (*) 89f20c9... Fortran: fix check of polymorphic elements in data transfer (*) b4a4c63... Implement distinction between HONOR_SIGNED_ZEROS and MODE_H (*) 8efc383... Implement range-op entry for __builtin_copysign. (*) 3760dd5... gfortran.dg/c-interop/deferred-character-2.f90: Fix dg-do (*) 3dfeda0... Check rvc_normal in real_isdenormal. (*) 0dd9dd1... libstdc++: Disable all emergency EH pool code if obj-count (*) cf0b7e9... libstdc++: Simplify print_raw function for debug assertions (*) 823e909... Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN. (*) 464f050... Normalize ranges over the range for both bounds when -ffini (*) 2e252f5... Drop -0.0 in frange::set() for !HONOR_SIGNED_ZEROS. (*) d6a488f... c++ modules: ICE with dynamic_cast [PR106304] (*) a75e9be... Add cases for CFN_BUILT_IN_SIGNBIT[FL]. (*) 9ed4a84... tree-optimization/107254 - check and support live lanes fro (*) e39b170... Fix PR target/107248 (*) 6e8ce5d... libstdc++: Use markdown in Doxygen comment (*) 98fef35... gcov: test line count for label in then/else block (*) 4b04292... gcov: test switch/break line counts (*) c2565a3... middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 a (*) 16ec267... c++: Excess precision for ? int : float or int == float [PR (*) 98e3411... c++: Implement excess precision support for C++ [PR107097, (*) 1898163... c: C2x storage class specifiers in compound literals (*) 621a911... Daily bump. (*) c26d335... Fix bogus -Wstringop-overflow warning (*) 537e08c... c++: trivial formatting cleanups (*) 99da523... analyzer: fix ICE introduced in r13-3168 [PR107210] (*) ab8477a... libgomp: Add Fortran testcases for omp_in_explicit_task (*) c853d65... Fix emit_group_store regression on big-endian (*) fc748d4... use proper DECL_INITIAL for VTV (*) 6cc3394... propagate partial equivs in the cache. (*) d75be7e... Add partial equivalence recognition to cast and bitwise and (*) aa05838... Add equivalence iterator to relation oracle. (*) b556341... Add partial equivalence support to the relation oracle. (*) 3130e70... c++: ICE with VEC_INIT_EXPR and defarg [PR106925] (*) e5139d1... tree-optimization/107247 - reduce SLP reduction accumulator (*) 4b79661... machmode: Introduce GET_MODE_NEXT_MODE with previous GET_MO (*) 1cccf64... [AArch64] Improve bit tests [PR105773] (*) 5cbaf84... tree-optimization/107160 - avoid reusing multiple accumulat (*) 5364b42... Add op1_op2_relation for float operands. (*) 786e4c0... diagnose return statement in match.pd (with { ... } express (*) 9f0d4ad... ifcvt: Fix bitpos calculation in bitfield lowering [PR10722 (*) 6f653a2... LoongArch: implement count_{leading,trailing}_zeros (*) 7f9a746... vect: Don't pattern match BITFIELD_REF's of non-integrals [ (*) 7c05988... LoongArch: Fixed a bug in the loongarch architecture of lib (*) e867f6b... c: Do not use *_IS_IEC_60559 == 2 (*) 781f477... Daily bump. (*) ddb7f0a... preprocessor: Fix tracking of system header state [PR60014, (*) f77281b... libstdc++: Add __gnu_debug::basic_string<>::compare overloa (*) bc0d700... c++: Remove maybe-rvalue OR in implicit move (*) a0c1a05... Add range-op entry for floating point NEGATE_EXPR. (*) 7858368... Fortran: check types of operands of arithmetic binary opera (*) caf9db5... libgomp: Fix up OpenMP 5.2 feature bullet (*) 0ec4e93... libgomp: Add omp_in_explicit_task support (*) a58a965... libgomp: Fix up creation of artificial teams (*) 9bf7408... c++: defer all consteval in default args [DR2631] (*) bfcd9f8... libstdc++: Implement ranges::repeat_view from P2474R2 (*) fbf4233... RISC-V: Remove TUPLE size macro define. [NFC] (*) 0af2b2f... RISC-V: Apply clang-format for riscv-vector-builtins.* [NFC (*) ef0d797... RISC-V: Refine register_builtin_types function. [NFC] (*) fcb94f5... RISC-V: Move function place to make it looks better. [NFC] (*) 11c72f2... Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDS (*) 80077ae... MAINTAINERS: Add myself for write after approval (*) a9c83fb... gcov: rename gcov_write_summary (*) 6d2294a... regenerate configure files (*) 1c0670c... Add stubs for floating point range-op tests. (*) 658788f... Add method to query the sign of a NAN. (*) 6ce0823... Disable tree to bool conversion in frange::update_nan. (*) a901343... Add an frange(type) constructor analogous to the irange ver (*) bb00d09... Add default relation_kind to floating point range-op entrie (*) 9d9e793... Libvtv-test: Fix bug that scansarif.exp cannot be found in (*) ab332cd... Daily bump. (*) 2c328e5... Enable support for atomic primitives on SPARC/Linux (*) 5395528... Fortran: check types of source expressions before conversio (*) 23c3cba... libstdc++: Fix bootstrap for --disable-threads build [PR107 (*) 9736a42... c++ modules: ICE with templated friend and std namespace [P (*) 2ceb4d5... c++ modules: lazy loading from within template [PR99377] (*) 637e366... libstdc++: Allow emergency EH alloc pool size to be tuned [ (*) 576d524... Avoid calling tracer.trailer() twice. (*) b65945e... i386: Fix up RTL checking ICE [PR107185] (*) 706d858... Implement ABS_EXPR operator for frange. (*) fe7371e... Implement op1_range operators for unordered comparisons. (*) 4cbc312... Share common ordered comparison code with UN*_EXPR. (*) ad7cff6... Move TRUE case first in range-op.cc. (*) 0fa35c7... libiberty: Demangling 'M' prefixes (*) ee46764... tree-optimization/107212 - SLP reduction of reduction paths (*) bd9a055... amdgcn: vector testsuite tweaks (*) bf6b5c7... amdgcn: Add vector integer negate insn (*) 769a10d... amdgcn: vec_init for multiple vector sizes (*) 5cfe085... amdgcn: Add vec_extract for partial vectors (*) 0d8753c... amdgcn: Resolve insn conditions at compile time (*) 45381d6... amdgcn: add multiple vector sizes (*) 25413fd... vect: Teach vectorizer how to handle bitfield accesses (*) 498ad73... Add define_insn_and_split to support general version of "kx (*) c4d15dd... [PR107195] Set range to zero when nonzero mask is 0. (*) 0ecd0f1... Generic configury support for shared libs on VxWorks (*) 46325c1... Tigthen the addition of -lgcc_eh to vxworks_libgcc_spec (*) 70d81e3... ranger: add override keyword (*) 80f414e... Fix PR107193. (*) b88adba... Optimize nested permutation to single VEC_PERM_EXPR [PR5434 (*) db24bdc... [PR rtl-optimization/107182] Clear EDGE_CROSSING for jump-> (*) d2efb10... RISC-V: move struct vector_type_info from *.h to *.cc and c (*) 1627d05... RISC-V: Add missing vsetvl instruction type. (*) 27bfe54... Daily bump. (*) 7af6a80... Add cpplib ro.po (*) c7cb239... c++: Lambda context mangling (*) 29b0fe3... compiler: treat S("") as a string constant (*) 0f6efd3... compiler: only build thunk struct type when it is needed (*) 1d2f07e... libstdc++: Revert addition of constraints to make_signed/ma (*) 67efffe... c-family: ICE with [[gnu::nocf_check]] [PR106937] (*) 248c8ae... Don't ICE running selftests if errors were raised [PR99723] (*) d0bbecb... RISC-V: Add riscv_vector.h wrapper in testsuite to prevent (*) 99e9796... RISC-V: Adjust testcase for rvv/base/user-1.c (*) 684d238... RISC-V: Add newline to the end of file [NFC] (*) 80cb09d... Make range-op-float entries public. (*) e23f7da... Add frange::maybe_isnan (bool sign). (*) 69988cd... The true side of x != x should set NAN. (*) 58fa216... x UNORD x should set NAN on the TRUE side (and !NAN on the (*) 8b6bced... Return non-legacy ranges in range.h. (*) 2bd112d... libstdc++: std::make_signed_t should be ill-formed (*) a99f511... Require fgraphite effective target for pr107153.c test [PR1 (*) 98ad452... Add op1_range for __builtin_signbit. (*) 9b8520f... Fix unrecognizable insn of cvtss2si. (*) 70f66a4... openmp, fortran: Fix up IFN_ASSUME call (*) 59d2785... arc: Remove obsolete mRcq and mRcw options. (*) e8f5074... arc: Remove Rcq constraint. (*) 5ebbdf9... arc: Remove Rcw constraint (*) af681e9... arc: Remove Rcr constraint (*) 5e81df8... arc: Use negative enter pattern instruction's offsets (*) decbb5b... libgfortran: Use `__gthread_t` instead of `pthread_t` (*) (*) This commit already exists in another branch. Because the reference `refs/vendors/microsoft/heads/main' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.