This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52334] The user of "zero" register is wrong
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Feb 2012 09:07:20 +0000
- Subject: [Bug middle-end/52334] The user of "zero" register is wrong
- Auto-submitted: auto-generated
- References: <bug-52334-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52334
--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> 2012-02-22 09:07:20 UTC ---
(In reply to comment #0)
> if( _find_port( g_pstv->member.pstid, index,
> (void*)&pstid)
This bit looks like a strict-aliasing violation waiting to happen.