[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2022-01-02 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 Jose Silva changed: What|Removed |Added Resolution|INVALID |WORKSFORME --- Comment #15 from Jose Silva

[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2022-01-01 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 Jose Silva changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment #13 from Jose Silva -

[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2022-01-01 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 Jose Silva changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment #11 from Jose Silva -

[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2022-01-01 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 --- Comment #9 from Jose Silva --- (In reply to Jakub Jelinek from comment #7) > The compiler has no idea either (it has intentionally no idea what the > inline asm does, it is a black box to the compiler), so that is why you need > to specify i

[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2022-01-01 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 --- Comment #6 from Jose Silva --- Yes, noipa does help. (In reply to Andrew Pinski from comment #3) > Oh that is because there is some IPA Register allocation going on. Anyways > this is still not a bug. You need to mark a0 as a clobber in the

[Bug target/103882] Register corruption in ASM only functions when optization is -O2/-Os/-O3

2021-12-31 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 Jose Silva changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/103882] New: Register corruption in ASM only functions when optization is -O2/-Os/-O3

2021-12-31 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103882 Bug ID: 103882 Summary: Register corruption in ASM only functions when optization is -O2/-Os/-O3 Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: nor

[Bug c/103880] GCC

2021-12-31 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103880 --- Comment #1 from Jose Silva --- pressed enter, and accidentally submitted :|

[Bug c/103880] New: GCC

2021-12-31 Thread krystalgamer at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103880 Bug ID: 103880 Summary: GCC Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc do