[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-04-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 --- Comment #9 from Jakub Jelinek --- Some of the ICEs are gone, but pr104327.c is still rejected.

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 --- Comment #8 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6283d5ad4779d3e5b7b2a93e76de03264a7c7cc6 commit r12-8027-g6283d5ad4779d3e5b7b2a93e76de03264a7c7cc6 Author: Jakub Jelinek Date:

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-31 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 --- Comment #7 from Martin Liška --- (In reply to Jakub Jelinek from comment #6) > While changing mdiv= from accepting a string to Enum(something) might be > worth it, wouldn't that be GCC 13 material? I think right now -mdiv= > accepts random

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-31 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Jakub Jelinek changed: What|Removed |Added CC||aoliva at gcc dot gnu.org,

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-31 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-03-28

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 --- Comment #3 from Jakub Jelinek

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-27 Thread jscott at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 --- Comment #1 from John Scott --- Here is a backtrace: bar.c:2:1: internal compiler error: ‘global_options’ are modified in local context 2 | [[gnu::optimize("Os")]] int main(void) {} | ^ 0xe71b6b

[Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os

2022-03-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105069 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Component|c