public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104724] New: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL
@ 2022-03-01  9:23 ro at gcc dot gnu.org
  2022-03-01  9:23 ` [Bug target/104724] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2022-03-01  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104724
           Summary: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: crazylht at gmail dot com
  Target Milestone: ---
            Target: i?86-pc-solaris2.11, x86_64-pc-solaris2.11

A couple of tests FAIL on Solaris/x86 since their introduction:

+FAIL: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c (test for excess errors)
+UNRESOLVED: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c compilation failed to
produce executable

+FAIL: gcc.target/i386/avx512fp16-vcvtusi2sh-1b.c (test for excess errors)
+UNRESOLVED: gcc.target/i386/avx512fp16-vcvtusi2sh-1b.c compilation failed to
produce executable

  32 and 64-bit x86

+FAIL: gcc.target/i386/avx512fp16-vcvtsi2sh64-1b.c (test for excess errors)
+UNRESOLVED: gcc.target/i386/avx512fp16-vcvtsi2sh64-1b.c compilation failed to
produce executable
+FAIL: gcc.target/i386/avx512fp16-vcvtusi2sh-1b.c (test for excess errors)
+UNRESOLVED: gcc.target/i386/avx512fp16-vcvtusi2sh-1b.c compilation failed to
produce executable
+FAIL: gcc.target/i386/avx512fp16-vcvtusi2sh64-1b.c (test for excess errors)
+UNRESOLVED: gcc.target/i386/avx512fp16-vcvtusi2sh64-1b.c compilation failed to
produce executable

  64-bit x86

The failure mode is always the same:

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c:12:33:
error: unknown type name '__int64_t'; did you mean 'uint64_t'?
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c:33:3:
warning: implicit declaration of function 'emulate_vcvtsi2sh'
[-Wimplicit-function-declaration]

I believe the tests should just avoid the non-standard __int64_t type and
instead
include <stdint.h> and use int64_t like many other tests.do.

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

end of thread, other threads:[~2022-03-04  0:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  9:23 [Bug target/104724] New: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL ro at gcc dot gnu.org
2022-03-01  9:23 ` [Bug target/104724] " ro at gcc dot gnu.org
2022-03-01 10:03 ` wwwhhhyyy333 at gmail dot com
2022-03-01 15:32 ` ro at CeBiTec dot Uni-Bielefeld.DE
2022-03-02  1:27 ` cvs-commit at gcc dot gnu.org
2022-03-02  1:29 ` wwwhhhyyy333 at gmail dot com
2022-03-04  0:46 ` [Bug testsuite/104724] " 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).