http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299
--- Comment #4 from Martin Lederhilger ---
Interestingly clang-3.4 produces the same result - is my program somehow wrong?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299
--- Comment #3 from Martin Lederhilger ---
Created attachment 32188
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32188&action=edit
GDB session which shows the disassembly of C's copy constructor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299
--- Comment #1 from Martin Lederhilger ---
Created attachment 32186
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32186&action=edit
Example which exhibits the probelm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299
--- Comment #2 from Martin Lederhilger ---
Created attachment 32187
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32187&action=edit
Command line used to build the example
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: m.lederhil...@ds-automotion.com
I have made a small example (see attachment) which exhibits the problem.
The generated copy