From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80A763857039; Wed, 16 Sep 2020 23:30:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80A763857039 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600299006; bh=XmnjzcGpzXGJhdjELD+Ql9WkIRBJhnORcczTbM8THi0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eaknL3xgC26P4sy0r/jqnj2lL61ZmZB0LUqIB3ZuneSDCucDqizAZVU0tik6umIwn 1HOOY9/bBNPi9Zn4pupdhA2nCGr744rPGiM/gE84wHyIlC+EzQwDisWFe8bFBL84ul eR/hy/dzIOGxsOg8SBCY3lGbmFCahZonN+Y+/DHA= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/96653] -Wanalyzer-too-complex on very large switch statement Date: Wed, 16 Sep 2020 23:30:06 +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: 11.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 23:30:06 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96653 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from David Malcolm --- (In reply to David Malcolm from comment #3) > The compile-time/memory blow-up should be fixed by above commit. >=20 > However, I had to add -Wno-analyzer-too-complex to the testcase. Keeping > this bug open to track that (updating bug title accordingly). This is fixed by r11-3247-gfd111c419d146ee47c7df9a36a535e8d843d4802; markin= g as resolved.=