This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 22 Jul 2011 09:50:14 +0000
- Subject: [Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int
- Auto-submitted: auto-generated
- References: <bug-45819-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011.07.22 09:49:13
AssignedTo|unassigned at gcc dot |rguenth at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-22 09:49:13 UTC ---
Testing a fix for the volatile issue in comment #9.
I can't reproduce anything wrong with the testcase from the initial comment,
that looks like a target / expander issue.
The issues probably should have had different bugs instead of lumping them
together here.