: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: sv_91 at inbox dot ru
Target Milestone: ---
Created attachment 41403
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41403&action=edit
example
Compared to gcc 6.2.0, function func2 work slower:
gcc 6.2.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80857
--- Comment #1 from sv_91 at inbox dot ru ---
A simpler example for demonstrates the problem
struct MyStruct {
int64_t value;
};
inline MyStruct operator+(const MyStruct &first, const MyStruct &second) {
return MyStruct{fir