comp.lang.c
[Top] [All Lists]

Re: restrict keyword questions

Subject: Re: restrict keyword questions
From: Tim Prince
Date: Fri, 28 Mar 2008 18:37:18 -0700
Newsgroups: comp.lang.c


copx wrote:
Restrict keyword questions

How far does the guarantee that an object is not accessed through another pointer go? I mean, all examples I have seen are simple stuff like:

restrict is an assertion by the programmer. If the programmer lies, but the compiler believes it, it's UB.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy