From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12B22383E809; Sun, 28 Jun 2020 10:49:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12B22383E809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593341341; bh=FGzygrGEjxK9oUBU9bnNKjZP71D9h03vdvaFdsKQQwE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UTsFqykpK8UzJVDW2tQLuA9+RMeQnLt6M0c2aSieKdQzsHA6Nfi+isP2IFlxXOlGm onRSs6kmXo3Gk/CQc9qeIgAekGMKUbn3Bm7i1ZfCAu3/52IUQemK3/J1fRVr7nH00V FgMNpR80n1lyPfZ6QH+FTRXgZarjUtz61aKxlG1Y= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/53957] Polyhedron 11 benchmark: MP_PROP_DESIGN twice as long as other compiler Date: Sun, 28 Jun 2020 10:49:00 +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: 4.8.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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 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: Sun, 28 Jun 2020 10:49:01 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53957 --- Comment #20 from Thomas Koenig --- I looked at the output of=20 gfortran -Ofast -funroll-loops -march=3Dnative -mtune=3Dnative -fopt-info-v= ec mp_prop_design.f90 2>&1 | wc -l in the Polyhedron testsuite, and I can confirm it really shows much more vectorization than before. So, I'm glad that part seems to be fixed. Regarding auto-parallelization: I can confirm your observation under Linux, it doesn't do any more than on Windows. I think I will open up meta-PR and make this PR depend on it.=