public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
@ 2020-03-30 11:25 marxin at gcc dot gnu.org
  2020-03-30 11:27 ` [Bug testsuite/94402] " marxin at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 11:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

            Bug ID: 94402
           Summary: FAIL: gfortran.dg/vect/vect-8.f90   -O
                    scan-tree-dump-times vect "vectorized 22 loops" 1
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: rguenth at gcc dot gnu.org, rsandifo at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-linux-gnu
            Target: x86_64-linux-gnu

The test-case fails for quite some time. One can see it for instance here:
https://gcc.gnu.org/pipermail/gcc-testresults/2020-March/557495.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
@ 2020-03-30 11:27 ` marxin at gcc dot gnu.org
  2020-03-30 11:27 ` marxin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 11:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Created attachment 48144
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48144&action=edit
vect-8.f90.161t.vect dump file

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
  2020-03-30 11:27 ` [Bug testsuite/94402] " marxin at gcc dot gnu.org
@ 2020-03-30 11:27 ` marxin at gcc dot gnu.org
  2020-03-30 11:37 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 11:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Target Milestone|---                         |10.0
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-03-30

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
  2020-03-30 11:27 ` [Bug testsuite/94402] " marxin at gcc dot gnu.org
  2020-03-30 11:27 ` marxin at gcc dot gnu.org
@ 2020-03-30 11:37 ` rguenth at gcc dot gnu.org
  2020-03-30 12:03 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-03-30 11:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
It only fails on systems with the libmvec enablement and vectorizes one more
loop.  Not sure how to "fix" the testcase (split out the offending function,
add some dg-target looking for libmvec enablement?)?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-03-30 11:37 ` rguenth at gcc dot gnu.org
@ 2020-03-30 12:03 ` marxin at gcc dot gnu.org
  2020-03-30 13:38 ` rguenther at suse dot de
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 12:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Or scan for vectorized 22-23 loops?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-03-30 12:03 ` marxin at gcc dot gnu.org
@ 2020-03-30 13:38 ` rguenther at suse dot de
  2020-03-30 13:39 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenther at suse dot de @ 2020-03-30 13:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

--- Comment #4 from rguenther at suse dot de <rguenther at suse dot de> ---
On Mon, 30 Mar 2020, marxin at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402
> 
> --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
> Or scan for vectorized 22-23 loops?

Works for me as well but then you don't catch 23->22 regression when
it's not that single loop.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-03-30 13:38 ` rguenther at suse dot de
@ 2020-03-30 13:39 ` marxin at gcc dot gnu.org
  2020-03-30 15:49 ` cvs-commit at gcc dot gnu.org
  2020-03-30 15:49 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 13:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
That will catch testers that will newly have only 21 loops vectorized.
I'm going to send a patch for this.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2020-03-30 13:39 ` marxin at gcc dot gnu.org
@ 2020-03-30 15:49 ` cvs-commit at gcc dot gnu.org
  2020-03-30 15:49 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-30 15:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:3a9db91bee496712656e0f8aecf55f39cffd8413

commit r10-7458-g3a9db91bee496712656e0f8aecf55f39cffd8413
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 30 17:49:10 2020 +0200

    Fix scan pattern of vect-8.f90 dump.

            PR testsuite/94402
            * gfortran.dg/vect/vect-8.f90: Allow 22 or 23 loops
            to be vectorized (based on libmvec presence).

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug testsuite/94402] FAIL: gfortran.dg/vect/vect-8.f90   -O   scan-tree-dump-times vect "vectorized 22 loops" 1
  2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2020-03-30 15:49 ` cvs-commit at gcc dot gnu.org
@ 2020-03-30 15:49 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-30 15:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94402

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed on master.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-30 15:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 11:25 [Bug testsuite/94402] New: FAIL: gfortran.dg/vect/vect-8.f90 -O scan-tree-dump-times vect "vectorized 22 loops" 1 marxin at gcc dot gnu.org
2020-03-30 11:27 ` [Bug testsuite/94402] " marxin at gcc dot gnu.org
2020-03-30 11:27 ` marxin at gcc dot gnu.org
2020-03-30 11:37 ` rguenth at gcc dot gnu.org
2020-03-30 12:03 ` marxin at gcc dot gnu.org
2020-03-30 13:38 ` rguenther at suse dot de
2020-03-30 13:39 ` marxin at gcc dot gnu.org
2020-03-30 15:49 ` cvs-commit at gcc dot gnu.org
2020-03-30 15:49 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).