mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 18:30:09 +08:00
limits: Remove stray spaces after backslash.
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
This commit is contained in:
parent
d5e149d186
commit
7f3083e71d
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 }
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user