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 tree-optimization/68640] foo restrict propagated to foo._omp_fn.0


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68640

--- Comment #6 from vries at gcc dot gnu.org ---
> The definition of restrict allows for new temporaries.  If you do "q = p + 
> 1;", then thereafter q is based on p.  (If you do assignments between 
> restricted pointer objects, you also need to follow the rules for those.)

Can the PR be confirmed then?

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