--- Comment #5 from jakub at gcc dot gnu dot org 2008-10-29 16:07 ---
Subject: Bug 37870
Author: jakub
Date: Wed Oct 29 16:07:39 2008
New Revision: 141430
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141430
Log:
PR middle-end/37870
* expmed.c (extract_bit_field
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-10-25 18:43 ---
Patch is wrong, we should go through memory somehow.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37870
--- Comment #3 from bernard at brenda-arkle dot me dot uk 2008-10-19 14:39
---
*** Bug 37873 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37870
--- Comment #2 from bernard at brenda-arkle dot me dot uk 2008-10-19 13:57
---
*** Bug 37872 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37870
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-19 12:40 ---
Confirmed.
We try to expand
return (unsigned int) VIEW_CONVERT_EXPR yyy;
}>(arg).yyy;
which is SRAed from the gimplified memcpy
copy = VIEW_CONVERT_EXPR yyy;
}>(arg);
to
:
copy$yyy_5 = 0;
copy$dummy