Feature Request for C

Florian Weimer via gcc gcc@gcc.gnu.org
Mon May 8 11:00:00 GMT 2017


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



More information about the Gcc mailing list