This is the mail archive of the gcc@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]

Re: prefetch revisited


Somewhere in here it may make sense to use the information provided by the
C99 use of [static expr] parameter array declarators - meaning that the
pointer passed as an argument points to an array with at least the given
number of elements on entry to the function.  At present GCC checks the
constraints on these declarators, then discards the information about
"static" and the expression.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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