public inbox for gcc-regression@sourceware.org
help / color / mirror / Atom feed
* Regressions under Intel SDE on native/master at commit r13-2870 vs commit r13-2841 on Linux/x86_64
@ 2022-09-26 15:57 H. J. Lu
0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2022-09-26 15:57 UTC (permalink / raw)
To: skpgkp2, hjl.tools, gcc-regression
New failures:
New passes:
FAIL: gcc.target/i386/avx256-unaligned-store-3.c scan-assembler vextractf128
FAIL: gcc.target/i386/avx256-unaligned-store-3.c scan-assembler vextractf128
FAIL: gcc.target/i386/avx256-unaligned-store-3.c scan-assembler vmovupd.*movv2df_internal/4
FAIL: gcc.target/i386/avx256-unaligned-store-3.c scan-assembler vmovupd.*movv2df_internal/4
To reproduce the test failures:
$ cd gcc
$ make check RUNTESTFLAGS="--target_board='unix{-m32,}' i386.exp=failed-test"
If a run-time test failure fails to reproduce, please run the executable
under Intel SDE which can be downloaded from
https://www.intel.com/content/www/us/en/developer/articles/tool/software-development-emulator.html
$ ..../sde -future -- ./executable
To debug executable under SDE:
1. Turn on SDE debug:
$ ..../sde -future -debug -- ./executable
and you should get:
Application stopped until continued from debugger.
Start GDB, then issue this command at the (gdb) prompt:
target remote :xxxxx
where xxxxx is a random number.
2. Run gdb
$ gdb ./executable
...
(gdb) target remote :xxxxx
and you should get:
...
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
0x00007fae0fc07100 in _start ()
from /lib64/ld-linux-x86-64.so.2
(gdb)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-26 15:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 15:57 Regressions under Intel SDE on native/master at commit r13-2870 vs commit r13-2841 on Linux/x86_64 H. J. Lu
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).