From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 7210F3858401; Thu, 1 Sep 2022 08:00:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7210F3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662019258; bh=iXkB2dWV4FL64yabZMoJPg0Da6HxAjC3rEqLVkOCDuw=; h=From:To:Subject:Date:From; b=gkWzeT/o+ci9ilycTLGTpM7q+i5LQr1aifLzz0/cUqFJbQLVo8SwAfYJ4DiNwq5SY nSbUMh6bwhWbQ5y7Ex/vl1onsDgpsn3LPjog2UVHHK4lDYIhTLqLKVbATClXrpbBiP wYHuDpnM9wEjw5EqPEB+zEibC2+DqWPhBX5j8myE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/marxin/heads/stabs-removal-v3] (39 commits) pdp11: no debugging info X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/stabs-removal-v3 X-Git-Oldrev: 83af292026a71c4eecf5e4797afb2c6dbc4ee160 X-Git-Newrev: 3d383c32e64c578a2d6c2daf122489bac25f1045 Message-Id: <20220901080058.7210F3858401@sourceware.org> Date: Thu, 1 Sep 2022 08:00:58 +0000 (GMT) List-Id: The branch 'marxin/heads/stabs-removal-v3' was updated to point to: 3d383c32e64... pdp11: no debugging info It previously pointed to: 83af292026a... pdp11: no debugging info Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 83af292... pdp11: no debugging info 71e3a3e... rename DBX_REGISTER_NUMBER to DEBUGGER_REGISTER_NUMBER 27eff82... STABS: remove -gstabs and -gxcoff functionality Summary of changes (added commits): ----------------------------------- 3d383c3... pdp11: no debugging info a7282b6... rename DBX_REGISTER_NUMBER to DEBUGGER_REGISTER_NUMBER 1dd607b... STABS: remove -gstabs and -gxcoff functionality bdfe0d1... Make frange selftests work on !HONOR_NANS systems. (*) ca8f4e8... middle-end: Add MULT_EXPR recognition for cond scalar reduc (*) 023c5b3... rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR10668 (*) 2985049... rs6000: Don't ICE when we disassemble an MMA variable [PR10 (*) e8c83ab... RISC-V: Add vector registers in TARGET_CONDITIONAL_REGISTER (*) 8fe7514... RISC-V: Add csrr vlenb instruction. (*) e8089af... RISC-V: Add RVV constraints. (*) 45f1287... RISC-V: Fix comment in riscv.h (*) e9f827d... RISC-V: Fix riscv_vector_chunks configuration according to (*) 542c60c... Daily bump. (*) 2eca4ff... c: C2x attributes fixes and updates (*) 26aafae... libstdc++: A few more minor cleanups (*) ad8428c... hpux removal: regenerate configure files (*) dc832fb... 32-bit PA-RISC with HP-UX: remove deprecated ports (*) 2dbe280... testsuite: Fix warning regression due to std::string change (*) be9dd80... Support --disable-fixincludes. (*) 5f932c9... libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagno (*) f956cad... libstdc++: Implement ranges::adjacent_view from P2321R2 (*) 4d56609... libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on dem (*) de9805c... aarch64: Update sizeless tests for recent GNU C changes (*) a8ebd27... Avoid fatal fails in predicate::init_from_control_deps (*) caaf9e6... libstdc++: Add test for std::con/disjunction's short circui (*) e47df5e... libstdc++: Add noexcept-specifier to std::reference_wrapper (*) 5d27fcd... libstdc++: Improve comments in std::reference_wrapper tests (*) 88f29a8... tree-optimization/90994 - fix uninit diagnostics with EH (*) 25dd276... Stream out endpoints for frange. (*) 217ba2c... remove unused function (*) 048d3ad... fix clang warnings (-Winconsistent-missing-override) (*) cc95bca... fix -Winconsistent-missing-override clang warning (*) 40f3478... tree-optimization/65244 - include asserts in predicates for (*) 0cf7365... tree-optimization/73550 - more switch handling improvements (*) b911ca4... libstdc++: Add [[nodiscard]] attribute to and