public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs
@ 2022-03-01 10:34 ro at gcc dot gnu.org
  2022-03-01 10:36 ` [Bug tree-optimization/104730] " ro at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104730
           Summary: gcc.dg/vect/complex/pr102819-9.c FAILs
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: tnfchris at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc*-sun-solaris2.11

The new gcc.dg/vect/complex/pr102819-9.c test FAILs on SPARC (both 32 and
64-bit)
since its introduction:

+FAIL: gcc.dg/vect/complex/pr102819-9.c -flto -ffat-lto-objects  scan-tree-dump
vect "Found COMPLEX_FMS"
+FAIL: gcc.dg/vect/complex/pr102819-9.c scan-tree-dump vect "Found COMPLEX_FMS"

I'm attaching the dump.

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

* [Bug tree-optimization/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
@ 2022-03-01 10:36 ` ro at gcc dot gnu.org
  2022-03-01 10:36 ` ro at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Created attachment 52533
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52533&action=edit
32-bit sparc-sun-solaris2.11 pr102819-9.c.172t.vect

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

* [Bug tree-optimization/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
  2022-03-01 10:36 ` [Bug tree-optimization/104730] " ro at gcc dot gnu.org
@ 2022-03-01 10:36 ` ro at gcc dot gnu.org
  2022-03-01 10:40 ` [Bug testsuite/104730] " tnfchris at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
  2022-03-01 10:36 ` [Bug tree-optimization/104730] " ro at gcc dot gnu.org
  2022-03-01 10:36 ` ro at gcc dot gnu.org
@ 2022-03-01 10:40 ` tnfchris at gcc dot gnu.org
  2022-03-01 13:58 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2022-03-01 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |tnfchris at gcc dot gnu.org
          Component|tree-optimization           |testsuite

--- Comment #2 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Thanks,

Just a testsism, need to disable test for targets that can't vectorize floats.

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

* [Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-03-01 10:40 ` [Bug testsuite/104730] " tnfchris at gcc dot gnu.org
@ 2022-03-01 13:58 ` rguenth at gcc dot gnu.org
  2022-03-02 12:51 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-01 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
dg-require-effective-target vect_float

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

* [Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-03-01 13:58 ` rguenth at gcc dot gnu.org
@ 2022-03-02 12:51 ` cvs-commit at gcc dot gnu.org
  2022-03-02 12:55 ` cvs-commit at gcc dot gnu.org
  2022-03-02 12:57 ` tnfchris at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-02 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfchris@gcc.gnu.org>:

https://gcc.gnu.org/g:ced22c51baaa3fe84d14d5baef60c4440a35b4be

commit r12-7450-gced22c51baaa3fe84d14d5baef60c4440a35b4be
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Wed Mar 2 12:49:57 2022 +0000

    vect: add vect_float to pr102819 tests

    This adds a vect_float requirements to this tests to stop them from running
on
    targets that don't support float vectorization.

    gcc/testsuite/ChangeLog:

            PR testsuite/104730
            * gcc.dg/vect/complex/pr102819-1.c: Add vect_float.
            * gcc.dg/vect/complex/pr102819-2.c: Likewise.
            * gcc.dg/vect/complex/pr102819-3.c: Likewise.
            * gcc.dg/vect/complex/pr102819-4.c: Likewise.
            * gcc.dg/vect/complex/pr102819-5.c: Likewise.
            * gcc.dg/vect/complex/pr102819-6.c: Likewise.
            * gcc.dg/vect/complex/pr102819-7.c: Likewise.
            * gcc.dg/vect/complex/pr102819-8.c: Likewise.
            * gcc.dg/vect/complex/pr102819-9.c: Likewise.

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

* [Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-03-02 12:51 ` cvs-commit at gcc dot gnu.org
@ 2022-03-02 12:55 ` cvs-commit at gcc dot gnu.org
  2022-03-02 12:57 ` tnfchris at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-02 12:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Tamar Christina
<tnfchris@gcc.gnu.org>:

https://gcc.gnu.org/g:8eb36ce5576817c54ad1f8061d2232774fc0d093

commit r11-9635-g8eb36ce5576817c54ad1f8061d2232774fc0d093
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Wed Mar 2 12:49:57 2022 +0000

    vect: add vect_float to pr102819 tests

    This adds a vect_float requirements to this tests to stop them from running
on
    targets that don't support float vectorization.

    gcc/testsuite/ChangeLog:

            PR testsuite/104730
            * gcc.dg/vect/complex/pr102819-1.c: Add vect_float.
            * gcc.dg/vect/complex/pr102819-2.c: Likewise.
            * gcc.dg/vect/complex/pr102819-3.c: Likewise.
            * gcc.dg/vect/complex/pr102819-4.c: Likewise.
            * gcc.dg/vect/complex/pr102819-5.c: Likewise.
            * gcc.dg/vect/complex/pr102819-6.c: Likewise.
            * gcc.dg/vect/complex/pr102819-7.c: Likewise.
            * gcc.dg/vect/complex/pr102819-8.c: Likewise.
            * gcc.dg/vect/complex/pr102819-9.c: Likewise.

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

* [Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs
  2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-03-02 12:55 ` cvs-commit at gcc dot gnu.org
@ 2022-03-02 12:57 ` tnfchris at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2022-03-02 12:57 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

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

--- Comment #6 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
fixed on master and branch

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

end of thread, other threads:[~2022-03-02 12:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 10:34 [Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs ro at gcc dot gnu.org
2022-03-01 10:36 ` [Bug tree-optimization/104730] " ro at gcc dot gnu.org
2022-03-01 10:36 ` ro at gcc dot gnu.org
2022-03-01 10:40 ` [Bug testsuite/104730] " tnfchris at gcc dot gnu.org
2022-03-01 13:58 ` rguenth at gcc dot gnu.org
2022-03-02 12:51 ` cvs-commit at gcc dot gnu.org
2022-03-02 12:55 ` cvs-commit at gcc dot gnu.org
2022-03-02 12:57 ` tnfchris 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).