public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
@ 2020-12-28 23:00 seurer at gcc dot gnu.org
  2021-01-05 10:42 ` [Bug target/98468] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-12-28 23:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98468
           Summary: [9 regression] test case gcc.target/powerpc/rlwimi-2.c
                    fails starting with r9-3594
           Product: gcc
           Version: 9.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:8d2d39587d941a40f25ea0144cceb677df115040, r9-3594

This may have occurred earlier but it definitely started (maybe again) here. 
It currently occurs in gcc 9, 10, and trunk though only the first one still
occurs in gcc trunk/11.


make  -k check-gcc RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/rlwimi-2.c"
FAIL: gcc.target/powerpc/rlwimi-2.c scan-assembler-times (?n)^\\s+[a-z] 20217
FAIL: gcc.target/powerpc/rlwimi-2.c scan-assembler-times (?n)^\\s+rldicl 6728
FAIL: gcc.target/powerpc/rlwimi-2.c scan-assembler-times (?n)^\\s+rlwimi 1692
# of expected passes            4
# of unexpected failures        3

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
@ 2021-01-05 10:42 ` rguenth at gcc dot gnu.org
  2021-01-05 14:36 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-05 10:42 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |9.4

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
  2021-01-05 10:42 ` [Bug target/98468] " rguenth at gcc dot gnu.org
@ 2021-01-05 14:36 ` rguenth at gcc dot gnu.org
  2021-01-05 15:06 ` seurer at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-05 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2
      Known to fail|                            |9.1.0

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It's said that 9.1.0 FAILs, the report suggested only 9.3.1 does.

Please fill in known-to-work when you file regressions.

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
  2021-01-05 10:42 ` [Bug target/98468] " rguenth at gcc dot gnu.org
  2021-01-05 14:36 ` rguenth at gcc dot gnu.org
@ 2021-01-05 15:06 ` seurer at gcc dot gnu.org
  2021-02-12 23:12 ` segher at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-01-05 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from seurer at gcc dot gnu.org ---
I only noticed it when looking at some stuff with 9.3.1.  Is there a way to tie
specific git revisions to a specific release?

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-01-05 15:06 ` seurer at gcc dot gnu.org
@ 2021-02-12 23:12 ` segher at gcc dot gnu.org
  2021-06-01  8:19 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: segher at gcc dot gnu.org @ 2021-02-12 23:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
git tag -l 'releases*' --contains 8d2d39587d94

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-02-12 23:12 ` segher at gcc dot gnu.org
@ 2021-06-01  8:19 ` rguenth at gcc dot gnu.org
  2021-12-20  2:03 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:19 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-06-01  8:19 ` rguenth at gcc dot gnu.org
@ 2021-12-20  2:03 ` cvs-commit at gcc dot gnu.org
  2021-12-20  2:34 ` crazylht at gmail dot com
  2022-05-27  9:02 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-20  2:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:19dcecd963295b02b96c8cac57933657dbe3234a

commit r12-6071-g19dcecd963295b02b96c8cac57933657dbe3234a
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Dec 15 13:07:30 2021 +0800

    Optimize bit_and op1 float_vector_all_ones_operands to op1.

    gcc/ChangeLog:

            PR target/98468
            * config/i386/sse.md (*bit_and_float_vector_all_ones): New
            pre-reload splitter.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr98468.c: New test.

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-12-20  2:03 ` cvs-commit at gcc dot gnu.org
@ 2021-12-20  2:34 ` crazylht at gmail dot com
  2022-05-27  9:02 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: crazylht at gmail dot com @ 2021-12-20  2:34 UTC (permalink / raw)
  To: gcc-bugs

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

Hongtao.liu <crazylht at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crazylht at gmail dot com

--- Comment #6 from Hongtao.liu <crazylht at gmail dot com> ---
(In reply to CVS Commits from comment #5)
> The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:19dcecd963295b02b96c8cac57933657dbe3234a
> 
> commit r12-6071-g19dcecd963295b02b96c8cac57933657dbe3234a
> Author: liuhongt <hongtao.liu@intel.com>
> Date:   Wed Dec 15 13:07:30 2021 +0800
> 
>     Optimize bit_and op1 float_vector_all_ones_operands to op1.
>     
>     gcc/ChangeLog:
>     
>             PR target/98468
>             * config/i386/sse.md (*bit_and_float_vector_all_ones): New
>             pre-reload splitter.
>     
>     gcc/testsuite/ChangeLog:
>     
>             * gcc.target/i386/pr98468.c: New test.

Typo, it's for PR98648

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

* [Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594
  2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2021-12-20  2:34 ` crazylht at gmail dot com
@ 2022-05-27  9:02 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|9.5                         |10.0
         Resolution|---                         |FIXED

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed in GCC 10.

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

end of thread, other threads:[~2022-05-27  9:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 23:00 [Bug target/98468] New: [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594 seurer at gcc dot gnu.org
2021-01-05 10:42 ` [Bug target/98468] " rguenth at gcc dot gnu.org
2021-01-05 14:36 ` rguenth at gcc dot gnu.org
2021-01-05 15:06 ` seurer at gcc dot gnu.org
2021-02-12 23:12 ` segher at gcc dot gnu.org
2021-06-01  8:19 ` rguenth at gcc dot gnu.org
2021-12-20  2:03 ` cvs-commit at gcc dot gnu.org
2021-12-20  2:34 ` crazylht at gmail dot com
2022-05-27  9:02 ` rguenth 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).