------- Comment #11 from irar at il dot ibm dot com 2008-02-07 13:04 ------- (In reply to comment #10) > Is there some pragma or a coding convention I can use to make the compiler > understant those pointers have nothing to do with each other?
There is __restrict__, but it is useful only for function arguments. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35117