[Bug c++/29375] gcc4.0.3 produces code that copies a structure twice

2006-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-07 06:16 --- Yes this is a dup of bug 23372. *** This bug has been marked as a duplicate of 23372 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29375] gcc4.0.3 produces code that copies a structure twice

2006-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-07 04:05 --- (In reply to comment #2) > > Also, are you saying that the fix for PR23372 also brings us back to avoiding > direct calls to memcpy? No just the duplicated memcpy. not inlining memcpy is most likely not a bug, jus

[Bug c++/29375] gcc4.0.3 produces code that copies a structure twice

2006-10-06 Thread deb at pixar dot com
--- Comment #3 from deb at pixar dot com 2006-10-07 04:01 --- Oops, I see how to get the patch. Never mind that part of the question, thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29375

[Bug c++/29375] gcc4.0.3 produces code that copies a structure twice

2006-10-06 Thread deb at pixar dot com
--- Comment #2 from deb at pixar dot com 2006-10-07 04:00 --- (In reply to comment #1) > I think this was fixed in 4.0.4 by the patch which fixed PR 23372. > For various reasons, upgrading to 4.0.4 isn't an option at this time. (a) How do I obtain the specific patch you are referring t

[Bug c++/29375] gcc4.0.3 produces code that copies a structure twice

2006-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-07 03:50 --- I think this was fixed in 4.0.4 by the patch which fixed PR 23372. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29375