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]
Other format: [Raw text]

Re: Feature Request for C


On 05/06/2017 07:09 PM, Taylor Holberton wrote:
Except instead of using c++ style mangling, it would simply just
prepend the name of the namespace to the symbols in the file.

Would this also apply to type names and struct tags? How does it interfere with the name resolution in the body of inline functions?

Personally, I don't think we need to duplicate more things from C++ into C as GNU extensions. If you want C++ features, just use a C++ subset.

Florian


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