From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D5403894C30; Thu, 20 Jun 2024 23:49:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D5403894C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718927374; bh=EWO9gNLbXxoy1o7n3t+IHHJvHip5Vp96UD5AqGCWUio=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MJhTIJ3JmB1MbSW1jHtQE7LXmh/GfhJpSot8kY1th01bPpJXfIa2h2z7vuF5eUwkx RCrhyLJe2SSAdW9Zkuk8MaGMm/vke/bCJMoe2i8KnyPAA0SbNzjxvAme0OLVyz6vNt bPoeWnKb5LnQlWcl3zsR7Os9kx/CfgKEcNam36zg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/115563] Unnecessary brackets prevent fortran vectorisation Date: Thu, 20 Jun 2024 23:49:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 14.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D115563 --- Comment #4 from Andrew Pinski --- Note I have a fix for this which I attached to PR 68855 and will be submitt= ing it after the bootstrap/test finishes. Thanks again for the testcase and the decent bug report. It definitely was useful.=