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: "pinskia 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 22:55:45 -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 #3 from pinskia at gcc dot gnu dot org 2007-06-10 22:55 -------
This works on the pointer_plus branch :) Also Predictive commoning fixes it up
even without unrolling at the tree level so it works at -O3 (this is on the
pointer_plus branch I have not tried on the mainline).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32273