[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2022-02-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|ASSIGNED

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2022-02-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 --- Comment #16 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:462900ba21f5fdf865c93f693083da3179dd3151 commit r11-9591-g462900ba21f5fdf865c93f693083da3179dd3151 Author: Richard

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2021-10-13 Thread cnsun at uwaterloo dot ca via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 --- Comment #15 from Chengnian Sun --- (In reply to Jakub Jelinek from comment #14) > Yes. You'll get an error, like: > error: t.c: ‘-fcompare-debug’ failure (length) > or > error: t.c: ‘-fcompare-debug’ failure > Under the hood, the driver

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2021-10-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 --- Comment #14 from Jakub Jelinek --- Yes. You'll get an error, like: error: t.c: ‘-fcompare-debug’ failure (length) or error: t.c: ‘-fcompare-debug’ failure Under the hood, the driver invokes the compiler once with the options you've given

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2021-10-12 Thread cnsun at uwaterloo dot ca via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 --- Comment #13 from Chengnian Sun --- (In reply to Jakub Jelinek from comment #8) > gcc has the -fcompare-debug option, which compiles twice, once with -g and > once with -g -gtoggle and compares result, anything that fails with that > option

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2021-07-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 Richard Biener changed: What|Removed |Added Target Milestone|11.2|11.3 --- Comment #12 from Richard

[Bug tree-optimization/100464] [11 Regression] emitted binary code changes when -g is enabled at -O3

2021-05-10 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100464 Richard Biener changed: What|Removed |Added Known to fail|11.0|11.1.0 Summary|[11/12