https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932
gccbugs at rooted dot tk changed:
What|Removed |Added
CC||gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #7 from gccbugs at rooted dot tk ---
Seems like it is indeed the same issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #5 from gccbugs at rooted dot tk ---
Created attachment 35613
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35613&action=edit
C source code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #4 from gccbugs at rooted dot tk ---
Created attachment 35612
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35612&action=edit
incorrect output wiith -Os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #3 from gccbugs at rooted dot tk ---
Created attachment 35611
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35611&action=edit
gcc -v output
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #2 from gccbugs at rooted dot tk ---
Created attachment 35610
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35610&action=edit
correct code with -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271
--- Comment #1 from gccbugs at rooted dot tk ---
Oddly enough, the code is correct with -O2 instead of -Os.
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: gccbugs at rooted dot tk
Target Milestone: ---
Created attachment 35609
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35609&action=edit
code snippet and generated assembly
GCC ge