From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id AB7643892002; Wed, 9 Dec 2020 09:50:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB7643892002 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain Buclaw To: gcc-cvs@gcc.gnu.org Subject: [gcc/ibuclaw/heads/darwin] (89 commits) libphobos: Fix broken ucontext implementation, and other sm X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/users/ibuclaw/heads/darwin X-Git-Oldrev: 928e0e3d4c8da3e0d854847dd19b25d0ac8f181f X-Git-Newrev: d9c274c762d1d77c5979b5f896396006965d103f Message-Id: <20201209095033.AB7643892002@sourceware.org> Date: Wed, 9 Dec 2020 09:50:33 +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: Wed, 09 Dec 2020 09:50:33 -0000 The branch 'ibuclaw/heads/darwin' was updated to point to: d9c274c762d... libphobos: Fix broken ucontext implementation, and other sm It previously pointed to: 928e0e3d4c8... dwarf2: Revert 2086c85db16 in darwin, fix strict DWARF2 ICE Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 928e0e3... dwarf2: Revert 2086c85db16 in darwin, fix strict DWARF2 ICE 49887c1... libphobos: Fix mcontext_t definitions for Darwin a09e8e1... libphobos: Align interface of gcc.sections.osx with gcc.sec 05db5d9... libphobos: Add more uses of getTargetInfo(osxVersionMin). 5feb46e... darwin: Implement osxVersionMin for getTargetInfo 65f94d9... d: Implement __traits(getTargetInfo) fb6adbe... d: Don't emit normal functions and declarations when compil 5c17109... libphobos: Use raw byte sequence instead of xgetbv 548f1a3... libphobos: Move getdelim declaration to druntime, fix stdio b91f0e9... d: Add dubious extraneous changes, but leave them commented 2086c85... darwin: Don't set dwarf_strict for D front-end 64d5fb2... libphobos: Checkpoint in darwin runtime support Summary of changes (added commits): ----------------------------------- d9c274c... libphobos: Fix broken ucontext implementation, and other sm 5ba7ae6... dwarf2: Revert 2086c85db16 in darwin, fix strict DWARF2 ICE 83c0c86... libphobos: Fix mcontext_t definitions for Darwin 9cdebb4... libphobos: Align interface of gcc.sections.osx with gcc.sec 2d77ec3... libphobos: Add more uses of getTargetInfo(osxVersionMin). 1868509... darwin: Implement osxVersionMin for getTargetInfo 7518645... d: Implement __traits(getTargetInfo) 684dd9c... d: Don't emit normal functions and declarations when compil bba9ec1... libphobos: Use raw byte sequence instead of xgetbv 8d94b94... libphobos: Move getdelim declaration to druntime, fix stdio f642b8c... d: Add dubious extraneous changes, but leave them commented 598dd5e... darwin: Don't set dwarf_strict for D front-end f796c95... libphobos: Checkpoint in darwin runtime support 1cb2d1d... gfortran.dg/gomp/reduction4.f90: Fix testcase (*) 0673fc6... fold-const: Fix native_encode_initializer bitfield handling (*) 4164e58... fold-const: Fix up native_encode_initializer missing field (*) c3a63fb... c++: Avoid [[nodiscard]] warning in requires-expr [PR98019] (*) 4eb2848... c++: Don't require accessible dtors for some forms of new [ (*) f6e8e27... Daily bump. (*) ab3a5ff... testsuite: Fix up testcase for ia32 [PR98191] (*) 0221c65... c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [P (*) 5ea350d... libgo: update to 1.15.6 release (*) 570c312... c++: Originating and instantiating module (*) 4ed1dc1... c++: Fix defaulted <=> fallback to < and == [PR96299] (*) a988a39... c++: Distinguish ambiguity from no valid candidate (*) 447f99b... Avoid atomic for guard acquire when that is expensive (*) f7251a2... if-to-switch: fix matching of negative conditions (*) dded5f7... c++: template and clone fns for modules (*) 5312fa0... Raw tree accessors (*) f1b6e17... compiler: use correct location for iota errors (*) f41dd93... libgcc: block signals when releasing split-stack memory (*) c0ed52d... arm: Replace calls to __builtin_vmvn* by ~ in vmvn intrinsi (*) d04f3df... c++: Named module global initializers (*) 005cff4... Fortran: Add 'omp scan' support of OpenMP 5.0 (*) e401db7... i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR9444 (*) 0bd4fec... c++: Fix MODULE_VERSION breakage (*) 210d143... c++: Mangling for modules (*) edbbf73... libstdc++: Adjust whitespace in documentation (*) 76a1719... c++: module directive FSM (*) 0f2da02... c++: Add module includes (*) 6a789a9... testsuite: i386: Require avx512vpopcntdq in two tests (*) 4fdbd24... testsuite: i386: Require ifunc support in gcc.target/i386/p (*) 1746681... tree-optimization/98192 - fix double free in SLP (*) 3a008b1... testsuite/95900 - fix gcc.dg/vect/bb-slp-pr95866.c target r (*) 5b17c3c... contrib: filter more in filter-clang-warnings.py (*) 4c6a47c... testsuite: Avoid strict aliasing violations in some avx512 (*) 19c1ef8... contrib: modernize filter-clang-warnings.py (*) 3100709... openmp: -fopenmp-simd fixes [PR98187] (*) c2c198b... tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vect (*) a294e63... tree-optimization/97559 - fix sinking in irreducible region (*) 3a6e3ad... gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872] (*) e844c04... tree-optimization/98180 - fix BIT_INSERT_EXPR sequence vect (*) c1370f8... Fix PR target/96470 (*) ffd961f... PR tree-optimization/96344 (*) 4aaf337... PR target/98152: Checking python is available before using (*) 9121f80... syscall: don't use AF_LINK on hurd (*) bc8a701... Daily bump. (*) a19a242... C: Fix atomic loads. [PR97981] (*) b737b70... builtins: Avoid ICE with __builtin_clear_padding on POINTER (*) c3a1b3e... compiler: type of string index expression is byte (*) 7482d5a... c++: ICE with switch and scoped enum bit-fields [PR98043] (*) 16a2a45... go-test.exp: don't quote already-quoted parentheses (*) e910477... compiler: don't name type descriptor for alias type (*) 1cac89d... c-family: Fix hang with -Wsequence-point [PR98126] (*) ffb268f... c++: Adjust array type construction (*) 9d0eb0a... c++: check alias match for specializations [PR98116] (*) 92e563d... Fix location info in ipa_param_body_adjustments::modify_cal (*) 7243907... doc: "used" attribute saves decls from linker garbage colle (*) ebdfd16... tree-optimization/98113 - vectorize a sequence of BIT_INSER (*) cdcbef3... tree-optimization/98117 - fix range set by vectorization on (*) f8fb01f... Housekeeping work in gigi (*) 67c4d1c... Fix internal error on library-level type extended locally (*) 6a1e04b... Fix assembler name collision (*) 6fb8da7... Fix oversight in earlier change (*) 02221be... Fix corner case issue with discriminated record type (*) 090abb0... Fix problematic conversion to boolean type (*) bf615bf... IBM Z: Change Pmode to word_mode for stack probes (*) ad9c120... Fix PR ada/97504 for mips*-linux (*) a6a0db7... ipa-cp: Avoid unwanted multiple propagations (PR 97816) (*) 8441545... Don't build insn-extract.o with rtl checking (*) 7b4ea28... tree-optimization/98137 - enhance split_constant_offset ran (*) 0e49145... Daily bump. (*) 9da3382... doc: Remove -mcet (*) 6643ca0... x86: Check mode of pseudo register push (*) 8c23434... [PATCH] phiopt: Handle bool in two_value_replacement [PR796 (*) 9e12b8b... match.pd: Improve conditional_replacement for x ? 0 : -1 [P (*) bd0f024... Upper cobound is determined by num_images(), not this_image (*) 1fab57f... Re: testsuite: Adjust target requirements for sad-vectorize (*) 6e1edf4... Daily bump. (*) (*) This commit already exists in another branch. Because the reference `refs/users/ibuclaw/heads/darwin' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.