[Bug target/103470] GNU-stack section not emitted on MIPS hard-float targets with MUSL

2021-11-29 Thread lipnitsk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103470 --- Comment #1 from Ilya Lipnitskiy --- Created attachment 51900 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51900&action=edit proposed fix

[Bug libgcc/103470] New: [10, 11, 12] GNU-stack section not emitted on MIPS hard-float targets with MUSL

2021-11-29 Thread lipnitsk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103470 Bug ID: 103470 Summary: [10, 11, 12] GNU-stack section not emitted on MIPS hard-float targets with MUSL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity

[Bug tree-optimization/103255] [11/12 Regression] optimization breaks address of struct member

2021-11-15 Thread lipnitsk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103255 --- Comment #2 from Ilya Lipnitskiy --- Thanks for coming up with a better test case! Looks like tree-vrp is related for x64 as well[0]. -Os -fno-tree-vrp or -O2 -fno-tree-vrp appears to work-around the problem. [0]: https://github.com/openwrt

[Bug c/103255] New: [10 Regression] optimization breaks address of struct member

2021-11-15 Thread lipnitsk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103255 Bug ID: 103255 Summary: [10 Regression] optimization breaks address of struct member Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal