[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Restrict mangling.
- To: C++ ABI Group <cxx-abi@xxxxxxxxxxxx>
- Subject: Restrict mangling.
- From: Coleen Phillimore <coleen@xxxxxxxxxxx>
- Date: Mon, 19 Jun 2000 16:02:29 -0400
There's a CV-qualifier mangling for 'restrict', but restrict doesn't mean
anything unless it applies to the pointer itself (not what is pointed to).
MS and g++ from what I can tell do not overload on the basis of restrict.
Does it make sense to add to the mangling?
<CV-qualifiers> ::= [r] [V] [K] # restrict (C99), volatile, const
Thanks,
Coleen
--
-----------------------------------------------------------------------
Coleen Phillimore | mailto:coleen@xxxxxxxxxxx
Compaq Computer Corp. Nashua, NH | COMPAQ C++ Compiler Development
-----------------------------------------------------------------------
|