This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how to limit identifiers greater than 31 chars
joaquin.a.garcia@gm.com writes:
> I am using gcc version 3.0.2, I am looking for a configuration
> option that warns me when it find Identifiers that are greater than
> 31 chars in my code.
There is none. Since most toolchains nowadays handle much longer
identifers, for example to be able to compile c++ with mangled names,
it's unlikely that it'd be ever added.
--
Falk