https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83905
--- Comment #5 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Mon Apr 16 18:44:43 2018
New Revision: 259411
URL: https://gcc.gnu.org/viewcvs?rev=259411&root=gcc&view=rev
Log:
i386: Use const reference of struct ix86_frame to avoid copy
We ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83905
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83905
--- Comment #3 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Sat Jan 27 13:10:24 2018
New Revision: 257123
URL: https://gcc.gnu.org/viewcvs?rev=257123&root=gcc&view=rev
Log:
i386: Use const reference of struct ix86_frame to avoid copy
We ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83905
--- Comment #2 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Tue Jan 23 19:30:32 2018
New Revision: 256996
URL: https://gcc.gnu.org/viewcvs?rev=256996&root=gcc&view=rev
Log:
i386: Use const reference of struct ix86_frame to avoid copy
We ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83905
--- Comment #1 from Richard Biener ---
To catch such issues when changing by-value to reference _always_ use a const
reference.