This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/39744] component references with VIEW_CONVERT_EXPR should be canonicalized
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 01 Feb 2012 20:43:54 +0000
- Subject: [Bug middle-end/39744] component references with VIEW_CONVERT_EXPR should be canonicalized
- Auto-submitted: auto-generated
- References: <bug-39744-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39744
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-02-01
Ever Confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-01 20:43:54 UTC ---
Confirmed, right now we get:
D.1711_2 = VIEW_CONVERT_EXPR<struct X>(1).y.z;
return D.1711_2;