public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/115478] New: [15 Regression] gcc.target/aarch64/bitint-args.c fails
@ 2024-06-13 15:36 carlos.seo at linaro dot org
  2024-06-13 15:42 ` [Bug c/115478] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: carlos.seo at linaro dot org @ 2024-06-13 15:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115478
           Summary: [15 Regression] gcc.target/aarch64/bitint-args.c fails
           Product: gcc
           Version: 15.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: ---

With patch 2277f987979445f4390a5c6e092d79e04814d641, the testcases
(check-function-bodies f65 | check-function-bodies f127) in
gcc.target/aarch64/bitint-args.c need to be adjusted.

body: \textr    (x[0-9]+), x3, x2, 1
\tand   (x[0-9]+), x2, 1
\torr   (x[0-9]+), \2, \1, lsl 1
\tasr   (x[0-9]+), \1, 63
\tstp   \3, \4, \[x0\]
\tret

against:        lsl     x3, x3, 63
        add     x3, x3, x2, lsr 1
        and     x2, x2, 1
        add     x2, x2, x3, lsl 1
        asr     x3, x3, 63
        stp     x2, x3, [x0]
        ret

FAIL: gcc.target/aarch64/bitint-args.c check-function-bodies f65

body: \textr    (x[0-9]+), x3, x2, 63
\tand   (x[0-9]+), x2, 9223372036854775807
\torr   (x[0-9]+), \2, \1, lsl 63
\tasr   (x[0-9]+), \1, 1
\tstp   \3, \4, \[x0\]
\tret

against:        lsl     x3, x3, 1
        add     x3, x3, x2, lsr 63
        and     x2, x2, 9223372036854775807
        add     x2, x2, x3, lsl 63
        asr     x3, x3, 1
        stp     x2, x3, [x0]
        ret

FAIL: gcc.target/aarch64/bitint-args.c check-function-bodies f127

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

end of thread, other threads:[~2024-06-24 20:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13 15:36 [Bug c/115478] New: [15 Regression] gcc.target/aarch64/bitint-args.c fails carlos.seo at linaro dot org
2024-06-13 15:42 ` [Bug c/115478] " pinskia at gcc dot gnu.org
2024-06-13 15:43 ` [Bug target/115478] " pinskia at gcc dot gnu.org
2024-06-13 16:11 ` law at gcc dot gnu.org
2024-06-13 20:49 ` roger at nextmovesoftware dot com
2024-06-14 14:32 ` law at gcc dot gnu.org
2024-06-24 20:51 ` [Bug target/115478] [15 Regression] gcc.target/aarch64/bitint-args.c fails since r15-1120-g2277f987979445 rsandifo 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).