https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80344
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80344
--- Comment #3 from Richard Biener ---
I believe this is exposed by inlining
this_14(D)->http_ver = Http::ProtocolVersion (); [return slot optimization]
as
D.148385 ={v} {CLOBBER};
MEM[(struct &)this_14(D) + 4] = D.148385;
this_14(D)-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80344
--- Comment #2 from Marek Polacek ---
Created attachment 41150
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41150&action=edit
orig.ii.gz
This is the original .ii file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80344
Richard Biener changed:
What|Removed |Added
Target||arm
Status|UNCONFIRMED