This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/33272] Compiler does not take advantage of restrict



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-09-01 20:12 -------
Well for the RTL level, with this code, one problem is that iv-opts messes up:
  ivtmp.34 = (long unsigned int) &(*(b + 64))[j];

There is a bug for the iv-opts issue too (though I have not had time to look
into fixing it the correct way, iv-opts needs a real rewrite).

And also PRE does not remap the pretmp for restrict (this already filed).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33272


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]