https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53075

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=53072

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Manuel López-Ibáñez from comment #0)
> Some background discussion in PR 44774 and
> http://gcc.gnu.org/ml/gcc-patches/2012-04/msg01324.html

bug 53072 came up under that discussion; adding it under "See Also" here

> 
> A currently visible effect is that
> 
> $ cc1  ~/trunk/src/gcc/testsuite/gcc.dg/c90-init-1.c -pedantic-errors
> 
> prints -Wpedantic while
> 
> $ cc1  ~/trunk/src/gcc/testsuite/gcc.dg/c90-init-1.c -Werror=pedantic
> 
> prints -Werror=pedantic (as it should).

Reply via email to