Regressions under Intel SDE on native/master at commit r14-6424 vs commit r14-6414 on Linux/x86_64
H. J. Lu
hjl@gnu-clx-1.sc.intel.com
Mon Dec 11 19:48:43 GMT 2023
New failures:
FAIL: gcc.target/i386/pr110790-2.c scan-assembler-times shrq 2
New passes:
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)
More information about the Gcc-regression
mailing list