From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5FED385DC10; Tue, 14 Apr 2020 06:56:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5FED385DC10 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586847416; bh=MJuijq7trSqAA47CTT93FJQfGdPX2yCN3ofseJ6X10k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n1OY9FuL2um+NjwCIBgNpD5tq7d7Z0hVIPlgtdV6DURCbAdK4tyGCOwMceqLRX+gf ED0uMJjQzf4clKdQ7dFD+j7PNtNToVxNjtmec+o1qQ7sxOuGwl0Jitl5GWxoJ/Fiqc J5+sfv/7eYBnAMpotg+Q+bJkrlVwRIjBHgWLS15M= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/94579] OVS compiled with gcc10 with -fanalyzer since r10-7502-ga96f1c38a787fbc8 Date: Tue, 14 Apr 2020 06:56:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cc cf_known_to_fail target_milestone assigned_to short_desc bug_status cf_reconfirmed_on 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: Tue, 14 Apr 2020 06:56:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94579 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |marxin at gcc dot gnu.org Known to fail| |10.0 Target Milestone|--- |10.0 Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot= gnu.org Summary|OVS compiled with gcc10 |OVS compiled with gcc10 |with -fanalyzer |with -fanalyzer since | |r10-7502-ga96f1c38a787fbc8 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2020-04-14 --- Comment #3 from Martin Li=C5=A1ka --- Thank you for the report. Confirmed, started with r10-7502-ga96f1c38a787fbc8 $ cat pr94579.i struct a *c; struct a { int b; } d() { } void e() { *c =3D d(); }=