[Bug tree-optimization/69047] memcpy is not as optimized as union is

2020-01-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 --- Comment #11 from Andrew Pinski --- (In reply to Richard Biener from comment #7) Note I think this introduced a small optimization issue. I have a patch but I have not been able to find a testcase which shows this issue without an modified co

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-30 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 --- Comment #10 from rguenther at suse dot de --- On Tue, 30 Aug 2016, mwahab at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 > > mwahab at gcc dot gnu.org changed: > >What|Removed

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-30 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 mwahab at gcc dot gnu.org changed: What|Removed |Added CC||mwahab at gcc dot gnu.org ---

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 --- Comment #8 from Richard Biener --- Author: rguenth Date: Tue Aug 30 09:22:17 2016 New Revision: 239857 URL: https://gcc.gnu.org/viewcvs?rev=239857&root=gcc&view=rev Log: 2016-08-30 Richard Biener PR tree-optimization/69047

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 --- Comment #7 from Richard Biener --- Author: rguenth Date: Fri Aug 26 12:33:43 2016 New Revision: 239778 URL: https://gcc.gnu.org/viewcvs?rev=239778&root=gcc&view=rev Log: 2016-08-26 Richard Biener PR tree-optimization/69047

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 --- Comment #5 from Richard Biener --- Created attachment 39498 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39498&action=edit patch Patch queued for testing

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/69047] memcpy is not as optimized as union is

2016-08-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69047 Andrew Pinski changed: What|Removed |Added Target|arm, aarch64| Component|rtl-optimization