public inbox for gcc-regression@sourceware.org
help / color / mirror / Atom feed
* Regressions under Intel SDE on native/master at commit r13-4751 vs commit r13-4745 on Linux/x86_64
@ 2022-12-16 23:02 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2022-12-16 23:02 UTC (permalink / raw)
  To: haochen.jiang, hjl.tools, gcc-regression

New failures:

New passes:
FAIL: gcc.target/i386/pr64110.c scan-assembler vmovd[\\t ]

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-12-16 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 23:02 Regressions under Intel SDE on native/master at commit r13-4751 vs commit r13-4745 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).