From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A1A73858011; Tue, 25 Oct 2022 04:24:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A1A73858011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666671863; bh=bbmTdbqwX2IPcZGotjRhkk9hxCmWC7mO2UM+pF19WpA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uq7/iul93V8aR3lg7J6DQc5C1y8hXOpwrIlfERFsnTqU0urKp5bgbdbQHtXQk0Tek 2y2PyxrWDiLwfD3/lvelH4R1vviy5r9mrJjAbiDskxytBL5Hr3CkU3hrBm8Llhi57b FsUQ2A6cGmF9yN+jYdswxrSOueiSGy6foZKNcXK4= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107364] [10/11/12 Regression] ICE on Via Nehemiah with --march=native Date: Tue, 25 Oct 2022 04:24:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D107364 --- Comment #15 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:f3f000b7689ce9eb6364808072025672af1e4e1b commit r13-3472-gf3f000b7689ce9eb6364808072025672af1e4e1b Author: Martin Liska Date: Tue Oct 25 06:16:03 2022 +0200 i386: fix pedantic warning PR target/107364 gcc/ChangeLog: * common/config/i386/i386-cpuinfo.h (enum processor_vendor): Fix pedantic warning.=