From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BEA523858D1E; Wed, 4 Jan 2023 09:12:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEA523858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672823525; bh=G7E1+nU6TACcGdwzpHmMlQdHPlG8tF4HnW0I03CfXEQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YuULWPnxzSO6Yi4dhf94j+Z7jVBHjdUjR/Mstp13R18r7N4d9sSemtpJS83uw45Ig SFPDg2MRdH6NKjHJJd2jYE5KUGqnojLRlpJH4mMfMWRrivJ1+QhYgMvEB95icV5vKc S52QGIdWqDXBYxwrpEAwG5dYYYE7mQZJfU2/sH6o= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108278] [13 Regression] runtime error with -O1 -Wall Date: Wed, 04 Jan 2023 09:12:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108278 --- Comment #5 from David Binderman --- Another runtime bug, probably related: ../../trunk.d1/gcc/expmed.cc:3282:26: runtime error: signed integer overflo= w: -9223372036854775808 - 1 cannot be represented in type 'long int' I am not sure if this one should be a separate bug report or not.=