This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32273] 'restrict' is forgotten after loop unrolling
- 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: 10 Jun 2007 20:07:18 -0000
- Subject: [Bug middle-end/32273] 'restrict' is forgotten after loop unrolling
- References: <bug-32273-14680@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rguenth at gcc dot gnu dot org 2007-06-10 20:07 -------
Danny, as looked at restrict handling a few days ago - maybe you know instantly
why it doesn't work ;) (apart from us not recomputing aliasing after loop
optimizations on the tree level -- and the complete unrolling happens there)
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dberlin at gcc dot gnu dot
| |org, rguenth at gcc dot gnu
| |dot org
Keywords| |alias
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32273