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

2025-04-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 Sam James changed: What|Removed |Added Keywords||wrong-code --- Comment #11 from Sam James

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

2024-12-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #10 from Andrew Pinski --- (In reply to Tianyang Zhou from comment #9) > (In reply to Andrew Pinski from comment #8)). > Hi Andrew, > > Instead of marking the variable as volatile. Will disable loop-eliminating > related passes work

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

2024-12-30 Thread tianyang.chou at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 Tianyang Zhou changed: What|Removed |Added CC||tianyang.chou at gmail dot com --- Comm

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

2024-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #8 from Andrew Pinski --- so this code is undefined for a few different reasons. #1 is you can't call fprintf from an async signal (e.g. SIGALARM). https://www.gnu.org/software/libc/manual/html_node/Formatted-Output-Functions.html sp

[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 rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #5 from Richard Biener --- (In reply to Richard Biener from comment #4) > (In reply to 王淳洋 from comment #3) > > #include > > #include > > #include > > #include > > unsigned long Run_Index; > > void report() > > { > > fprintf(

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

2024-11-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 --- Comment #4 from Richard Biener --- (In reply to 王淳洋 from comment #3) > #include > #include > #include > #include > unsigned long Run_Index; > void report() > { > fprintf(stderr,"COUNT|%ld|1|lps\n", Run_Index); > exit(0); > }

[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 rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117695 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Res

[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.