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

Re: C++ PATCH to improve __restrict support


On Sun, 1 Nov 2009, Jason Merrill wrote:

> A while back Richard pointed out that decay_conversion was stripping
> __restrict, causing it to not work with C++.  This patch fixes that, though
> I'm sure there's other work to be done to make it work more generally.
> 
> Tested x86_64-pc-linux-gnu, applied to trunk.

Thanks.  I'll add the testcase I had (and make sure it is really fixed ;))

Richard.


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