limits: Remove stray spaces after backslash.
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 15 Oct 2014 08:51:07 +0000 (08:51 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 15 Oct 2014 08:51:07 +0000 (08:51 +0000)
2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/limits: Remove stray spaces after backslash.
* testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
line number.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
Likewise.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.

From-SVN: r216242

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/limits
libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc

index 46315972040794b7a1d688faabaf17ccf20ccc1a..2a05b977716b6cb913c36c7d9172add03d15531e 100644 (file)
@@ -1,3 +1,13 @@
+2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/limits: Remove stray spaces after backslash.
+       * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
+       line number.
+       * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
+       Likewise.
+       * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
+       Likewise.
+
 2014-10-14  DJ Delorie  <dj@redhat.com>
 
        * src/c++11/limits.cc: Add support for __intN types.
index d5add09655a0259c02ac7fd95f6b7bdb4beda95d..d51e081fd3a42c57f940eb8992a476d0edb51cb9 100644 (file)
@@ -1422,7 +1422,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min_b (TYPE, BITSIZE); } \
                                                                                \
       static _GLIBCXX_CONSTEXPR TYPE                                           \
-      max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; }         \       
+      max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; }         \
                                                                                \
       static _GLIBCXX_USE_CONSTEXPR int digits                                         \
        = BITSIZE - 1;                                                          \
index fe7305c040d63e1309cf985477b19806efcd45a9..fbd18669a0d570e1c3f0a7576e65200bd763884a 100644 (file)
@@ -19,7 +19,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-error "static assertion failed" "" { target *-*-* } 2142 }
+// { dg-error "static assertion failed" "" { target *-*-* } 2201 }
 
 #include <utility>
 
index 28ee98a3e1a060af26d6c3e6d6e0a477e9f5f7b3..f56a2c47c908b3aca998df1b1156f7759619ab10 100644 (file)
@@ -48,5 +48,5 @@ void test01()
 // { dg-error "required from here" "" { target *-*-* } 40 }
 // { dg-error "required from here" "" { target *-*-* } 42 }
 
-// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1807 }
-// { dg-error "declaration of" "" { target *-*-* } 1771 }
+// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1866 }
+// { dg-error "declaration of" "" { target *-*-* } 1830 }
index 3fc1874027fdeb185721e1b3a5d36ec507d4a15d..8a0c47eb27020817898e67a435f4ea6f48c568ea 100644 (file)
@@ -48,5 +48,5 @@ void test01()
 // { dg-error "required from here" "" { target *-*-* } 40 }
 // { dg-error "required from here" "" { target *-*-* } 42 }
 
-// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1710 }
-// { dg-error "declaration of" "" { target *-*-* } 1674 }
+// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1754 }
+// { dg-error "declaration of" "" { target *-*-* } 1718 }