public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112950] New: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu
@ 2023-12-11  2:36 pinskia at gcc dot gnu.org
  2023-12-20  7:02 ` [Bug target/112950] " prathamesh3492 at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-12-11  2:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112950
           Summary: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on
                    aarch64_be-linux-gnu
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64_be-linux-gnu

This testcase specifically uses -mlittle-endian as an option but that fails to
compile on aarch64_be-linux-gnu:
```
In file included from
/home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/features.h:527,
                 from
/home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/bits/libc-header-start.h:33,
                 from
/home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/stdint.h:26,
                 from
/home/apinski/src/upstream-full-cross/install-be/lib/gcc/aarch64_be-linux-gnu/14.0.0/include/stdint.h:9,
                 from
/bajas/pinskia/src/upstream-full-cross/gcc/objdir-stage2/gcc/include/stdint.h:9,
                 from
/bajas/pinskia/src/upstream-full-cross/gcc/objdir-stage2/gcc/include/arm_sve.h:28,
                 from
/home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c:4:
/home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/gnu/stubs.h:8:11:
fatal error: gnu/stubs-lp64.h: No such file or directory
compilation terminated.
```

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

* [Bug target/112950] gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu
  2023-12-11  2:36 [Bug target/112950] New: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu pinskia at gcc dot gnu.org
@ 2023-12-20  7:02 ` prathamesh3492 at gcc dot gnu.org
  2024-01-29 13:13 ` cvs-commit at gcc dot gnu.org
  2024-01-29 13:14 ` prathamesh3492 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: prathamesh3492 at gcc dot gnu.org @ 2023-12-20  7:02 UTC (permalink / raw)
  To: gcc-bugs

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

prathamesh3492 at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |prathamesh3492 at gcc dot gnu.org

--- Comment #1 from prathamesh3492 at gcc dot gnu.org ---
Sorry for the breakage, will take a look.

Thanks,
Prathamesh

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

* [Bug target/112950] gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu
  2023-12-11  2:36 [Bug target/112950] New: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu pinskia at gcc dot gnu.org
  2023-12-20  7:02 ` [Bug target/112950] " prathamesh3492 at gcc dot gnu.org
@ 2024-01-29 13:13 ` cvs-commit at gcc dot gnu.org
  2024-01-29 13:14 ` prathamesh3492 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-29 13:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Prathamesh Kulkarni
<prathamesh3492@gcc.gnu.org>:

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

commit r14-8494-g8a48723daca911f8cb16a459933772989173aa73
Author: Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Date:   Mon Jan 29 18:42:44 2024 +0530

    PR112950: Use #pragma GCC for including arm_sve.h.

    gcc/testsuite/ChangeLog:
            PR target/112950
            * gcc.target/aarch64/sve/acle/general/dupq_5.c: Remove include
directive
            and instead use #pragma GCC for including arm_sve.h.

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

* [Bug target/112950] gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu
  2023-12-11  2:36 [Bug target/112950] New: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu pinskia at gcc dot gnu.org
  2023-12-20  7:02 ` [Bug target/112950] " prathamesh3492 at gcc dot gnu.org
  2024-01-29 13:13 ` cvs-commit at gcc dot gnu.org
@ 2024-01-29 13:14 ` prathamesh3492 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: prathamesh3492 at gcc dot gnu.org @ 2024-01-29 13:14 UTC (permalink / raw)
  To: gcc-bugs

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

prathamesh3492 at gcc dot gnu.org changed:

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

--- Comment #3 from prathamesh3492 at gcc dot gnu.org ---
Fixed.

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

end of thread, other threads:[~2024-01-29 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11  2:36 [Bug target/112950] New: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu pinskia at gcc dot gnu.org
2023-12-20  7:02 ` [Bug target/112950] " prathamesh3492 at gcc dot gnu.org
2024-01-29 13:13 ` cvs-commit at gcc dot gnu.org
2024-01-29 13:14 ` prathamesh3492 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).