This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Changes in C++ FE regarding pedwarns to be errors are harmful
On 1/9/08, Benjamin Kosnik <bkoz@redhat.com> wrote:
> Me too. The current error behavior just seems gratuitous. What was the
> rationale for this change to error instead of warn? I am having
> problems locating this discussion on gcc-patches.
The recent preprocessor change or the older front-end change?
The older front-end change was done at
http://gcc.gnu.org/ml/gcc-patches/1998-12/msg00137.html .
The preprocessor change was done so the front-end was constaint with
the preprocessor and this was
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24924.
Thanks,
Andrew Pinski