diff options
author | Florian Weimer <fweimer@redhat.com> | 2012-11-08 10:54:04 +0100 |
---|---|---|
committer | Florian Weimer <fw@gcc.gnu.org> | 2012-11-08 10:54:04 +0100 |
commit | 6aaa880639e14e5a8874788a0b8923d9d141c51a (patch) | |
tree | 555a707d0603f8cfddf11350e5fe7238f8bd49ce | |
parent | 800ac749de42f5adb70ef8d07f399eb0941023da (diff) | |
download | gcc-6aaa880639e14e5a8874788a0b8923d9d141c51a.zip gcc-6aaa880639e14e5a8874788a0b8923d9d141c51a.tar.gz gcc-6aaa880639e14e5a8874788a0b8923d9d141c51a.tar.bz2 |
cxa_vec.C: Fix typo in comment.
* g++.old-deja/g++.abi/cxa_vec.C: Fix typo in comment.
* testsuite/18_support/cxa_vec.cc: Fix typo in comment.
From-SVN: r193326
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C | 2 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/18_support/cxa_vec.cc | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cd70cbf..67ee1ec 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-11-08 Florian Weimer <fweimer@redhat.com> + + * g++.old-deja/g++.abi/cxa_vec.C: Fix typo in comment. + 2012-11-07 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimization/55151 diff --git a/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C b/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C index f3d602f..d526372 100644 --- a/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C +++ b/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C @@ -5,7 +5,7 @@ // are resolved when the kernel is linked. // { dg-do run { xfail { powerpc-ibm-aix* || vxworks_kernel } } } // { dg-options "-flat_namespace" { target *-*-darwin[67]* } } -// Avoid use of none-overridable new/delete operators in shared +// Avoid use of non-overridable new/delete operators in shared // { dg-options "-static" { target *-*-mingw* } } // Test __cxa_vec routines // Copyright (C) 2000, 2005 Free Software Foundation, Inc. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index aa2e0a1..2edcb10 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-11-08 Florian Weimer <fweimer@redhat.com> + + * testsuite/18_support/cxa_vec.cc: Fix typo in comment. + 2012-11-08 Jonathan Wakely <jwakely.gcc@gmail.com> * include/profile/iterator_tracker.h (operator++): Fix returning diff --git a/libstdc++-v3/testsuite/18_support/cxa_vec.cc b/libstdc++-v3/testsuite/18_support/cxa_vec.cc index 08713f1..89fa111 100644 --- a/libstdc++-v3/testsuite/18_support/cxa_vec.cc +++ b/libstdc++-v3/testsuite/18_support/cxa_vec.cc @@ -1,5 +1,5 @@ // { dg-do run } -// Avoid use of none-overridable new/delete operators in shared +// Avoid use of non-overridable new/delete operators in shared // { dg-options "-static" { target *-*-mingw* } } // Test __cxa_vec routines // Copyright (C) 2000-2012 Free Software Foundation, Inc. |