From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B9F23858C60; Thu, 27 Apr 2023 22:52:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B9F23858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682635974; bh=Vbh5K1gK5Tw5mlzF5f4wyp71Cuu/Uy8LK4XrqI1T96Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TSeVzUVbf83zJJK6S3BpfMAMDkp3EqrPK5fbKJ2kjcxtOKrGO/tUquA0ESjm31rin VW1/wx91Rj7WVXv5b2Lznnldi0GGvY1iq8yehRbTLjmatK0vUpXLxTXDeiF4gIe/2s IxsYUdpOdTIS9r7r5xUlqYxKFTXwnKP9VD7Vlec8= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/109656] [14 regression] 26_numerics/random/random_device/cons/token.cc fails after r14-289-gf9412cedd6c0e7 Date: Thu, 27 Apr 2023 22:52:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109656 --- Comment #1 from Jonathan Wakely --- (In reply to seurer from comment #0) > Do these test cases need to be updated? They shouldn't need to be. The util/testsuite_random.h header was changed to catch the new exception type that should be thrown from the library. If the= y're failing it implies the library wasn't rebuilt so is still throwing the old exception type. Odd.=