From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45182385735C; Wed, 10 May 2023 18:24:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45182385735C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683743048; bh=fFLzHF1UeLxZb/2eh/vpaKUV3q6oGEfzfjg1XW/4Oaw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z9l1z1ATqxKtjABq+DI0887D2UMEds4oLI2XO/GjFzf/IebnxYCBMTIlBTZUxE9ne sOLMucPFSfqI7+oZfYFyA9o2VloVtpjMGNkwW6unLiKqZqjApsbAl58rPE+sN0kt52 wVH+0qG/kl/cNeLvwsPUQ2NuW2d/YMBelmkRM26o= From: "alx at kernel dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/109802] [regression] during IPA pass: analyzer: internal compiler error (using dubious flexible arrays in unions) Date: Wed, 10 May 2023 18:24:07 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alx at kernel dot org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D109802 --- Comment #3 from Alejandro Colomar --- Hmm, I should have used offsetof(3) in a few placed to avoid issues due to padding, but I was lucky :).=