]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix testcase for platform without gnu/stubs-x32.h
authorliuhongt <hongtao.liu@intel.com>
Mon, 19 Feb 2024 04:19:35 +0000 (12:19 +0800)
committerliuhongt <hongtao.liu@intel.com>
Tue, 20 Feb 2024 00:59:27 +0000 (08:59 +0800)
commit5a9a9bd415ed1d211e00990226b90199407b3448
tree77c51d2611e1741ef2960d1dfed81e22445ad116
parent524902784662306f11fb37ccb1956af9bb3d9784
Fix testcase for platform without gnu/stubs-x32.h

target maybe_x32 doesn't check if platform has gnu/stubs-x32.h, but
it's included by stdint.h in the testcase.
Adjust testcase: remove stdint.h, use 'typedef long long int64_t'
instead.

gcc/testsuite/ChangeLog:

PR target/113711
* gcc.target/i386/apx-ndd-x32-1.c: Adjust testcase.
gcc/testsuite/gcc.target/i386/apx-ndd-x32-1.c