This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/50419] Bad interaction between data-ref and disambiguation with restrict pointers
- From: "matz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Oct 2011 15:09:53 +0000
- Subject: [Bug tree-optimization/50419] Bad interaction between data-ref and disambiguation with restrict pointers
- Auto-submitted: auto-generated
- References: <bug-50419-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50419
--- Comment #2 from Michael Matz <matz at gcc dot gnu.org> 2011-10-12 15:09:53 UTC ---
Meeh, since the fix for PR49279 we don't retain the casts to restrict anymore,
making the testcase not work even with the fix.