From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 534E93858CDB; Fri, 3 Mar 2023 15:04:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 534E93858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677855860; bh=nefFY/21PQZ8ZrJ7KkO5WJGBqfNE/2z3yu3iUaE3USM=; h=From:To:Subject:Date:From; b=WY0oiAafN1Blq8UfXpAQjOk3qI9IND65+AbExuta+YZijum4RyXx/yRGhe7QYx8bA ALjMomAlo/18CYLz4rcVOkllEuIr2AomubgrFmG/mho4ys4Z65w/wxNGYy3TxRyrqS C2X4c6npylXpHsJKomXA1wiuXS9l/Girark4aeUg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc/aoliva/heads/testme] link pthread_join from std::thread ctor X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: d82e731fc4e198b406bb8e8155a542caa409270d X-Git-Newrev: bfcd8e8222c9921482a48dc2c8f3390a3ac1275a Message-Id: <20230303150420.534E93858CDB@sourceware.org> Date: Fri, 3 Mar 2023 15:04:20 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: bfcd8e8222c... link pthread_join from std::thread ctor It previously pointed to: d82e731fc4e... link pthread_join from std::thread ctor Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- d82e731... link pthread_join from std::thread ctor Summary of changes (added commits): ----------------------------------- bfcd8e8... link pthread_join from std::thread ctor