From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A7516385DC03; Wed, 1 Apr 2020 23:10:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7516385DC03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585782615; bh=JUG+11q1mEgsNrbOXAMYOMcQ3onuRvMV0CDQc2urgm4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D9vgXe4udzzJb4LUeQSkOYFXHwBtTdaDmTaHv8RArQRP4RLVHR13wX7OOn3y/N7ql DXh9FsffOpMozJ+0HKEjxBmnFgeM5kTaAz5ZqzdQ10myU/7B6l9KePQHmPQFRg/ZfN XWFGX5zJNDihyp1AyselMCZrV5Wtbg4LCJC/QkIo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94451] [10 Regression] April 1st 2020 GCC does not compile spec 2017 gcc_r benchmark with -O3 Date: Wed, 01 Apr 2020 23:10:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: critical X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component keywords target_milestone short_desc 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, 01 Apr 2020 23:10:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94451 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |tree-optimization Keywords| |ice-on-valid-code Target Milestone|--- |10.0 Summary|April 1st 2020 GCC does not |[10 Regression] April 1st |compile spec 2017 gcc_r |2020 GCC does not compile |benchmark with -O3 |spec 2017 gcc_r benchmark | |with -O3=