From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B763E3858CDB; Mon, 10 Jun 2024 14:40:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B763E3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718030407; bh=s3vYudJTERXe3VL7gZCO1D/1QoWMi1y42CUrM2V1Tos=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OHbDtxUQq2T9l2EAtwEFA5TIBtsY84v5QNry3bdJ84DAxZkE6IV25DfTIEAV67SFt /uW+EoDhUrrlNOGtuAGzKwdoW5p81AcZB/blcDgH5jzxaKB5Em3nL9Yl3ph0u1Apw3 WpGUrqjWW7Sk/69Xf79qi4eJ2N+Kykujwncsxhzo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/115415] New test case gcc.dg/torture/pr115388.c in r15-1163-g818e760528d436 hangs Date: Mon, 10 Jun 2024 14:40:07 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component everconfirmed bug_status cf_reconfirmed_on 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=3D115415 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|other |testsuite Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2024-06-10 --- Comment #1 from Andrew Pinski --- Mine. It is a testcase issue. A simple s/char/signed char/ should fix it.=