[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-08-19 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 Richard Earnshaw changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-08-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:255fe52e8ad859f59bb863ad75d00fa84caa88bd commit r9-9682-g255fe52e8ad859f59bb863ad75d00fa84caa88bd Author: Richard

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-08-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:59b5e629a7e4544dc7830638bc20f388c14ef7c8 commit r10-10048-g59b5e629a7e4544dc7830638bc20f388c14ef7c8 Author: Richard

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-27 Thread gabemarcano at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #6 from Gabriel Marcano --- I was the one that originally reported the issue on gcc-help, and I can confirm that with the patch the segfault is no longer happening. I do appear to have found a different bug (undefined references to

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-27 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #5 from Richard Earnshaw --- Also fixed for gcc-11. Will consider backporting further, but patches no-longer apply cleanly on gcc-10.

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:0faee8bae391fab7e1ba4a494360dd9793e15fb5 commit r11-8473-g0faee8bae391fab7e1ba4a494360dd9793e15fb5 Author: Richard

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-27 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #3 from Richard Earnshaw --- fixed on master so far.

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:262e75d22c350acbdf4c1fb4f224cc5d3d711eff commit r12-1089-g262e75d22c350acbdf4c1fb4f224cc5d3d711eff Author: Richard Earnshaw

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-26 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 --- Comment #1 from Richard Earnshaw --- The problem is that we call arm_configure_build_target() with arm_configure_build_target (_target, caller_opts, _options_set, false); But that doesn't make sense in reality - global_options_set does

[Bug target/100767] arm: ice when inlining at -flto with different cpu and arch settings

2021-05-26 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100767 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|