This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37553] [4.3/4.4 Regression] ICE in build_c_cast
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2008 14:49:19 -0000
- Subject: [Bug c++/37553] [4.3/4.4 Regression] ICE in build_c_cast
- References: <bug-37553-16726@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-20 14:49 -------
ui32 and ui32a are identical (they are identical in middle-end terms), but
ui32 * and ui32a * would not be identical. Sounds weird, but the way
may_alias is designed make it so. A 32bit target is required to trigger
the ICE.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.2.4
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37553