This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17252] [4.0 Regression] not marking char types as aliasing anything
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 21:23:58 -0000
- Subject: [Bug tree-optimization/17252] [4.0 Regression] not marking char types as aliasing anything
- References: <20040831193546.17252.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From danglin at gcc dot gnu dot org 2004-09-16 21:23 -------
The test for this PR fails on big-endian machines. The following doesn't
change what 'a' is pointing to:
/* Change what 'a' is pointing to. */
a[0] = 0;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17252