Do you really think that copy operation is still available in the final executable?
I would doubt that, gcc and clang should detect this temporary variable and just remove the copy operation. So better inspect the asm code before complaining.
Do you really think that copy operation is still available in the final executable?
I would doubt that, gcc and clang should detect this temporary variable and just remove the copy operation. So better inspect the asm code before complaining.