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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Keith Thompson from comment #6)
> Shall I submit a separate ticket against the documentation?
> 
> "info gcc" for gcc-7.1.0 has the following description for -std=c=+98 and
> std=++03:
> 
>      'c++98'
>      'c++03'
>           The 1998 ISO C++ standard plus the 2003 technical corrigendum
>           and some additional defect reports.  Same as '-ansi' for C++
>           code.
> 
> and this for -std=c++11 and -std=c++0x:
> 
>      'c++11'
>      'c++0x'
>           The 2011 ISO C++ standard plus amendments.  The name 'c++0x'
>           is deprecated.
> 
> Both should mention DRs.

amendments is listed there which includes DR as far as I can tell.

Reply via email to