This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 May 2012 07:04:51 +0000
- Subject: [Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store
- Auto-submitted: auto-generated
- References: <bug-53438-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438
--- Comment #9 from rguenther at suse dot de <rguenther at suse dot de> 2012-05-23 07:04:51 UTC ---
On Tue, 22 May 2012, wschmidt at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438
>
> --- Comment #8 from William J. Schmidt <wschmidt at gcc dot gnu.org> 2012-05-22 18:04:21 UTC ---
> Richard, the patch looks good. It fixed the reduced test case, solves the
> customer problem, and bootstraps on powerpc64-linux with no regressions.
It's going to take me a few days until I can get to this, so, can you
install the patch on trunk with a suitable ChangeLog entry? I'll take
care of backporting it then in a few days.
Thx.