From: Daniel Morris Date: Wed, 18 Sep 2013 11:06:15 +0000 (+0000) Subject: re PR c++/58458 (ISO 14882 typo in docs) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=309dc1aaeebb818182e8a3ff88b1548a0f63b2c3;p=gcc.git re PR c++/58458 (ISO 14882 typo in docs) 2013-09-18 Daniel Morris Paolo Carlini PR c++/58458 * doc/implement-cxx.texi: Fix references to the C++ standards. Co-Authored-By: Paolo Carlini From-SVN: r202696 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12be0c39ff7..d47eb754663 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-09-18 Daniel Morris + Paolo Carlini + + PR c++/58458 + * doc/implement-cxx.texi: Fix references to the C++ standards. + 2013-09-18 Jakub Jelinek * omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES. diff --git a/gcc/doc/implement-cxx.texi b/gcc/doc/implement-cxx.texi index e9236cab6f4..43a8a597ab6 100644 --- a/gcc/doc/implement-cxx.texi +++ b/gcc/doc/implement-cxx.texi @@ -9,8 +9,8 @@ A conforming implementation of ISO C++ is required to document its choice of behavior in each of the areas that are designated ``implementation defined''. The following lists all such areas, -along with the section numbers from the ISO/IEC 14822:1998 and ISO/IEC -14822:2003 standards. Some areas are only implementation-defined in +along with the section numbers from the ISO/IEC 14882:1998 and ISO/IEC +14882:2003 standards. Some areas are only implementation-defined in one version of the standard. Some choices depend on the externally determined ABI for the platform