[Bug ipa/117695] lto got zero score on unixbench dhry2reg on trunk

2024-11-20 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 王淳洋 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/117695] lto got zero score on unixbench dhry2reg on trunk

2024-11-20 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #6 from 王淳洋 --- (In reply to Richard Biener from comment #5) > (In reply to Richard Biener from comment #4) > > (In reply to 王淳洋 from comment #3) > > > #include > > > #include > > > #include > > > #include > > > unsigned long Run

[Bug ipa/117695] lto got zero score on unixbench dhry2reg on trunk

2024-11-20 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 王淳洋 changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug ipa/117695] lto got zero score on unixbench dhry2reg on trunk

2024-11-20 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #1 from 王淳洋 --- I have tried to merge two dhry_1.c and dhry_2.c to dhry_3.c, and do below test: gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O3 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_3.c -o dhry_3_reg.

[Bug ipa/117695] New: lto got zero score on unixbench dhry2reg on trunk

2024-11-20 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 Bug ID: 117695 Summary: lto got zero score on unixbench dhry2reg on trunk Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug sanitizer/116624] hwasan/large-aligned-1.c dejatest fails on aarch64

2024-09-05 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116624 --- Comment #4 from 王淳洋 --- I also observed that the failures of these test cases have a certain randomness; I might get different results after two consecutive full tests.

[Bug sanitizer/116624] hwasan/large-aligned-1.c dejatest fails on aarch64

2024-09-05 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116624 --- Comment #3 from 王淳洋 --- (In reply to Andrew Pinski from comment #1) > what page sizes are you using? > Before GCC 14, it is known that hwasan does not work with non-4k pages (see > PR 102144). > > Also what kernel version are you using? >

[Bug sanitizer/116624] hwasan/large-aligned-1.c dejatest fails on aarch64

2024-09-05 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116624 --- Comment #2 from 王淳洋 --- (In reply to Andrew Pinski from comment #1) > what page sizes are you using? > Before GCC 14, it is known that hwasan does not work with non-4k pages (see > PR 102144). > > Also what kernel version are you using? >

[Bug c++/116624] New: large-aligned-1.c dejatest fails on aarch64

2024-09-05 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116624 Bug ID: 116624 Summary: large-aligned-1.c dejatest fails on aarch64 Product: gcc Version: 12.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug lto/115953] New: --wrap does now work with lto

2024-07-16 Thread koule2333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115953 Bug ID: 115953 Summary: --wrap does now work with lto Product: gcc Version: 12.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto As