Regressions on master at commit r14-9880 vs commit r14-9871 on Linux/x86_64

2024-04-10 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9880 vs commit r14-9871 on Linux/x86_64
New failures:
FAIL: 30_threads/future/members/poll.cc  -std=gnu++17 execution test
FAIL: gcc.dg/torture/convert-dfp-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.dg/torture/convert-dfp.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)

New passes:


Regressions under Intel SDE on native/master at commit r14-9887 vs commit r14-9879 on Linux/x86_64

2024-04-10 Thread H. J. Lu via Gcc-regression
New failures:

New passes:
FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ 
\t]+%r[a-z0-9]+, a@gottpoff\\(%rip\\), %r[a-z0-9]+ 1
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2

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 :x

where x is a random number.

2. Run gdb

$ gdb ./executable
...
(gdb) target remote :x

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
0x7fae0fc07100 in _start ()
   from /lib64/ld-linux-x86-64.so.2
(gdb)


Regressions on native/master at commit r14-9887 vs commit r14-9879 on Linux/x86_64

2024-04-10 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9887 vs commit r14-9879 on 
Linux/x86_64
New failures:

New passes:
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ 
\t]+%r[a-z0-9]+, a@gottpoff\\(%rip\\), %r[a-z0-9]+ 1
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2


Regressions on master at commit r14-9887 vs commit r14-9878 on Linux/i686

2024-04-10 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9887 vs commit r14-9878 on Linux/i686
New failures:

New passes:
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 


Regressions on master at commit r14-9887 vs commit r14-9878 on Linux/i686

2024-04-10 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9887 vs commit r14-9878 on Linux/i686
New failures:

New passes:
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 


Regressions on master at commit r14-9887 vs commit r14-9880 on Linux/x86_64

2024-04-10 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9887 vs commit r14-9880 on Linux/x86_64
New failures:
FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link,  -O 
-flto -save-temps

New passes:
FAIL: 30_threads/future/members/poll.cc  -std=gnu++17 execution test
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.dg/torture/convert-dfp-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.dg/torture/convert-dfp.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ 
\t]+%r[a-z0-9]+, a@gottpoff\\(%rip\\), %r[a-z0-9]+ 1
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2


Regressions on master at commit r14-9887 vs commit r14-9872 on Linux/x86_64

2024-04-10 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9887 vs commit r14-9872 on Linux/x86_64
New failures:
FAIL: 30_threads/future/members/poll.cc  -std=gnu++17 execution test

New passes:
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc-dg-lto-pr113359-2-01.exe scan-wpa-ipa-dump icf "Semantic equality 
hit:geta/.*getb/"
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o assemble, -O2 -flto 
-fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra -fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.dg/lto/pr113359-2 c_lto_pr113359-2_0.o-c_lto_pr113359-2_1.o execute 
-O2 -flto -fno-strict-aliasing -fno-ipa-cp  --disable-tree-esra 
-fdump-ipa-icf-details 
FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ 
\t]+%r[a-z0-9]+, a@gottpoff\\(%rip\\), %r[a-z0-9]+ 1
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2
FAIL: gcc.target/i386/pr101950-2.c scan-assembler-times \txor[ql]\t 2