From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA438385DC33; Wed, 14 Feb 2024 14:40:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA438385DC33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707921632; bh=Qqb6rGmgjzPA9/SrEBiL5rzOS1IcJRJ2J/7VQJA1BTc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pPJ+zZbuNnC6yGKmEoc7oAMY34spz8IHnpij2rreQ2vYkKgOO9gdGEuLDnZiaArW6 2SvIVLgzFoNkMCQylrCPi5yZui53TUnujRGPreuQs6QkST/Ieb6hwbd268TmM3E/iO genEJfetETf/N+AWZhBHndcxNx9VyRD84qMUTubI= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/111441] [14 Regression] ICE generating access diagram, in fold_binary_loc, at fold-const.cc:11580 Date: Wed, 14 Feb 2024 14:40:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc everconfirmed cf_reconfirmed_on bug_status 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=3D111441 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|internal compiler error: in |[14 Regression] ICE |fold_binary_loc, at |generating access diagram, |fold-const.cc:11580 |in fold_binary_loc, at | |fold-const.cc:11580 Ever confirmed|0 |1 Last reconfirmed| |2024-02-14 Status|UNCONFIRMED |NEW --- Comment #5 from David Malcolm --- Thanks for filing this. Still affects trunk, though I had to add a "void" = to the return type of f to avoid :2:1: error: return type defaults to 'int' [-Wimplicit-int]: https://godbolt.org/z/WM8zbvrxf=