This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: static const double pi = 3.1415;
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Mike Stump <mrs at apple dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 18 Feb 2003 08:39:00 +0100
- Subject: Re: static const double pi = 3.1415;
- Organization: Integrable Solutions
- References: <43620000.1045552786@warlock.codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
[...]
| If people really feel that we need to add this back in, we can do that
| with -fpermissive -- but the only exception we should make is for
| floating-point types, not aggregates, etc. That latter case cannot
| really be made to work reliably without major work.
I would propose we deprecate it in 3.3 and remove it in 3.4 --
following existing practice. What do you think?
-- Gaby