public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets
@ 2024-02-29 21:51 pinskia at gcc dot gnu.org
  2024-04-17 19:55 ` [Bug testsuite/114177] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-29 21:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114177
           Summary: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed
                    for LLP64 targets
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-mingw

I noticed this while looking at the testsuite results for aarch64-mingw and I
am just filing it so it will be recorded. I might fix it soon but it is not on
my plate for now.

Basically __SIZETYPE__ should be used for index and offset.

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

* [Bug testsuite/114177] gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets
  2024-02-29 21:51 [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets pinskia at gcc dot gnu.org
@ 2024-04-17 19:55 ` pinskia at gcc dot gnu.org
  2024-05-06 19:25 ` cvs-commit at gcc dot gnu.org
  2024-05-06 19:25 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-17 19:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
   Last reconfirmed|                            |2024-04-17
     Ever confirmed|0                           |1

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

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

* [Bug testsuite/114177] gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets
  2024-02-29 21:51 [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets pinskia at gcc dot gnu.org
  2024-04-17 19:55 ` [Bug testsuite/114177] " pinskia at gcc dot gnu.org
@ 2024-05-06 19:25 ` cvs-commit at gcc dot gnu.org
  2024-05-06 19:25 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-06 19:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:53026cbf08889d00fed34d8667796d22ef8554cf

commit r15-212-g53026cbf08889d00fed34d8667796d22ef8554cf
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Mon May 6 12:20:17 2024 -0700

    aarch64: Fix gcc.target/aarch64/sve/loop_add_6.c for LLP64 targets

    Even though the aarch64-mingw32 support has not been committed yet,
    we should fix some of the testcases. In this case
gcc.target/aarch64/sve/loop_add_6.c
    is easy to fix. We should use __SIZETYPE__ instead of `unsigned long` for
the variables
    that will be used for pointer plus.

    Committed as obvious after a quick test on aarch64-linux-gnu.

    gcc/testsuite/ChangeLog:

            PR testsuite/114177
            * gcc.target/aarch64/sve/loop_add_6.c: Use __SIZETYPE__ instead
            of `unsigned long` for index and offset variables.

    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

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

* [Bug testsuite/114177] gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets
  2024-02-29 21:51 [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets pinskia at gcc dot gnu.org
  2024-04-17 19:55 ` [Bug testsuite/114177] " pinskia at gcc dot gnu.org
  2024-05-06 19:25 ` cvs-commit at gcc dot gnu.org
@ 2024-05-06 19:25 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-05-06 19:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.0
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2024-05-06 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 21:51 [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets pinskia at gcc dot gnu.org
2024-04-17 19:55 ` [Bug testsuite/114177] " pinskia at gcc dot gnu.org
2024-05-06 19:25 ` cvs-commit at gcc dot gnu.org
2024-05-06 19:25 ` 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).