This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Converting GCC to compilation with C++
- From: Robert Dewar <dewar at gnat dot com>
- To: rdflowers <chatta at chatta dot us>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 16 Jul 2004 21:12:45 -0400
- Subject: Re: Converting GCC to compilation with C++
- References: <1089737834.21011.ezmlm@gcc.gnu.org> <40F6EE24.2080507@chatta.us>
rd flowers wrote:
There might well be a lot to be said for having auto coding standards
checkers that work like the regression checkers. A sound - and well
enforced! - policy on the use and limitations of C++ would go a long way to
assuage my reservations.
Note that in the case of GNAT, the -gnatg switch which is mandatory for
all compiler and run-time sources, does considerable enforcement of
coding standards at compile time. We have found this to be very useful.