public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
@ 2023-07-31 14:32 carlos.seo at linaro dot org
  2023-07-31 21:44 ` [Bug testsuite/110858] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: carlos.seo at linaro dot org @ 2023-07-31 14:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110858
           Summary: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: carlos.seo at linaro dot org
  Target Milestone: ---

Commit a7d4310aed539b04345894ebafb49ca364780653 caused a new UNRESOLVED test
output on trunk:

UNRESOLVED: gcc.dg/unroll-1.c scan-rtl-dump-not loop2_unroll "Invalid sum"

Confirmed on arm linux, found by the precommit CI -
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-precommit/2405/artifact/artifacts/artifacts.precommit/

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
@ 2023-07-31 21:44 ` pinskia at gcc dot gnu.org
  2023-07-31 23:07 ` seurer at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-31 21:44 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2023-07-31
          Component|c                           |testsuite
           Keywords|                            |testsuite-fail
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
  2023-07-31 21:44 ` [Bug testsuite/110858] " pinskia at gcc dot gnu.org
@ 2023-07-31 23:07 ` seurer at gcc dot gnu.org
  2023-07-31 23:12 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-07-31 23:07 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Build|                            |powerpc64le-linux-gnu
               Host|                            |powerpc64le-linux-gnu
             Target|                            |powerpc64le-linux-gnu
                 CC|                            |seurer at gcc dot gnu.org

--- Comment #2 from seurer at gcc dot gnu.org ---
Also seen on powerpc64

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
  2023-07-31 21:44 ` [Bug testsuite/110858] " pinskia at gcc dot gnu.org
  2023-07-31 23:07 ` seurer at gcc dot gnu.org
@ 2023-07-31 23:12 ` pinskia at gcc dot gnu.org
  2023-07-31 23:14 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-31 23:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64le-linux-gnu       |
               Host|powerpc64le-linux-gnu       |
              Build|powerpc64le-linux-gnu       |

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to seurer from comment #2)
> Also seen on powerpc64

And on x86_64.

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
                   ` (2 preceding siblings ...)
  2023-07-31 23:12 ` pinskia at gcc dot gnu.org
@ 2023-07-31 23:14 ` pinskia at gcc dot gnu.org
  2023-08-02  7:13 ` rguenth at gcc dot gnu.org
  2023-08-03  2:19 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-31 23:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The scan-rtl-dump-not should be only testing for `{ target { { i?86-*-*
x86_64-*-* } && ia32 } }` I think.  So this is a just a testsuite issue ...

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
                   ` (3 preceding siblings ...)
  2023-07-31 23:14 ` pinskia at gcc dot gnu.org
@ 2023-08-02  7:13 ` rguenth at gcc dot gnu.org
  2023-08-03  2:19 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-08-02  7:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
             Target|                            |x86_64-*-*
   Target Milestone|---                         |14.0

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

* [Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
  2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
                   ` (4 preceding siblings ...)
  2023-08-02  7:13 ` rguenth at gcc dot gnu.org
@ 2023-08-03  2:19 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-08-03  2:19 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed by r14-2922-gb278d3080ef23835438ec625b984 .

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

end of thread, other threads:[~2023-08-03  2:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 14:32 [Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED carlos.seo at linaro dot org
2023-07-31 21:44 ` [Bug testsuite/110858] " pinskia at gcc dot gnu.org
2023-07-31 23:07 ` seurer at gcc dot gnu.org
2023-07-31 23:12 ` pinskia at gcc dot gnu.org
2023-07-31 23:14 ` pinskia at gcc dot gnu.org
2023-08-02  7:13 ` rguenth at gcc dot gnu.org
2023-08-03  2:19 ` pinskia 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).