[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #14 from Richard Guenther 2011-07-22 12:21:30 UTC --- Oh, the initial testcase was invalid anyway.

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|rguenth at gcc

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #12 from Richard Guenther 2011-07-22 12:19:25 UTC --- Author: rguenth Date: Fri Jul 22 12:19:21 2011 New Revision: 176624 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176624 Log: 2011-07-22 Richard Guenther PR tree-o

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #11 from Richard Guenther 2011-07-22 11:55:33 UTC --- Author: rguenth Date: Fri Jul 22 11:55:30 2011 New Revision: 176623 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176623 Log: 2011-07-22 Richard Guenther PR tree-o

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-07-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-06-08 Thread raj.khem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Khem Raj changed: What|Removed |Added CC||raj.khem at gmail dot com --- Comment #9 from

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.3 |4.5.4 --- Comment #8 from Richard Guen

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2011-02-22 Thread anemo at mba dot ocn.ne.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #7 from Atsushi Nemoto 2011-02-22 13:04:10 UTC --- (In reply to comment #5) > arm-linux-gnueabi-gcc-4.6.0-20101124 works fine (generates ldr instruction), It seems that was a side-effect of -fstrict-volatile-bitfields which was enabl

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #6 from Richard Guen

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-11-24 Thread anemo at mba dot ocn.ne.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #5 from Atsushi Nemoto 2010-11-24 14:34:00 UTC --- (In reply to comment #4) > Can someone check if 4.6 is really not affected? arm-linux-gnueabi-gcc-4.6.0-20101124 works fine (generates ldr instruction), but mipsel-linux-gcc-4.6.0-20

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-11-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Priority|P3 |P2 --- Comment #4 from Richard Guenthe

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-09-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.2

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-09-29 Thread anemo at mba dot ocn.ne.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 --- Comment #3 from Atsushi Nemoto 2010-09-30 02:06:18 UTC --- (In reply to comment #1) > As a matter of clean implementation I suggest to do > > struct st { > int ptr; > } __attribute__ ((packed,aligned(__alignof__(int; I confirmed thi