From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C4F313858D28; Tue, 22 Aug 2023 08:57:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4F313858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692694644; bh=6K/XBjEmFO+t+BlFl/4HnlEsLBS7bdRnq5eg2F+/egw=; h=From:To:Subject:Date:From; b=YA7SADMYrZ/Y05HbkCed2uXk3YIj8WawdaRb8IJSXlfROuqtbIMd59iIIORgefyjj 8n8vV7tvL4wv3Eo51RMCMzJhbvOi+miBqSogUq6LnSNBHEWG0thlGTvGAUAZrsR43y /lCu6k/EFeW8y6Bwlcco11y1gAChgQ6Coyy91W5c= From: "alexey.lapshin at espressif dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/111099] New: -fanalyzer -Os segmentation fault Date: Tue, 22 Aug 2023 08:57:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexey.lapshin at espressif dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D111099 Bug ID: 111099 Summary: -fanalyzer -Os segmentation fault Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: alexey.lapshin at espressif dot com Target Milestone: --- Created attachment 55775 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55775&action=3Dedit reproducer.c To reproduce build the attached file with the command: $ gcc -fanalyzer -Os -c reproducer.c Observe issie on gcc 12.2.0 and gcc 13.2.0=