Commit 751a3fca by Paolo Carlini Committed by Paolo Carlini

assign_neg.cc: Adjust dg-error lines.

2008-07-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
	dg-error lines.
	* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
	* testsuite/20_util/duration/cons/1_neg.cc: Likewise.

	* include/tr1_impl/type_traits: Fix comment typo.

From-SVN: r137874
parent 238fe3c5
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com> 2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
dg-error lines.
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
* testsuite/20_util/duration/cons/1_neg.cc: Likewise.
* include/tr1_impl/type_traits: Fix comment typo.
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/unique_ptr.h: Remove stray character. * include/bits/unique_ptr.h: Remove stray character.
2008-07-15 Benjamin Kosnik <bkoz@redhat.com> 2008-07-15 Benjamin Kosnik <bkoz@redhat.com>
......
...@@ -235,7 +235,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1 ...@@ -235,7 +235,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
template<typename _Tp> template<typename _Tp>
struct is_member_pointer; struct is_member_pointer;
/// is_scalal /// is_scalar
template<typename _Tp> template<typename _Tp>
struct is_scalar struct is_scalar
: public integral_constant<bool, (is_arithmetic<_Tp>::value : public integral_constant<bool, (is_arithmetic<_Tp>::value
......
...@@ -41,6 +41,6 @@ test02() ...@@ -41,6 +41,6 @@ test02()
// { dg-error "instantiated from here" "" { target *-*-* } 30 } // { dg-error "instantiated from here" "" { target *-*-* } 30 }
// { dg-error "instantiated from here" "" { target *-*-* } 39 } // { dg-error "instantiated from here" "" { target *-*-* } 39 }
// { dg-error "not exactly representable" "" { target *-*-* } 202 } // { dg-error "not exactly representable" "" { target *-*-* } 203 }
// { dg-error "integral duration with floating point" "" { target *-*-* } 186 } // { dg-error "integral duration with floating point" "" { target *-*-* } 187 }
// { dg-excess-errors "In instantiation of" } // { dg-excess-errors "In instantiation of" }
...@@ -39,4 +39,4 @@ void test01() ...@@ -39,4 +39,4 @@ void test01()
m1 = m2; m1 = m2;
} }
// { dg-error "within this context" "" { target *-*-* } 39 } // { dg-error "within this context" "" { target *-*-* } 39 }
// { dg-error "is private" "" { target *-*-* } 155 } // { dg-error "is private" "" { target *-*-* } 154 }
...@@ -38,4 +38,4 @@ void test01() ...@@ -38,4 +38,4 @@ void test01()
mutex_type m2(m1); mutex_type m2(m1);
} }
// { dg-error "within this context" "" { target *-*-* } 38 } // { dg-error "within this context" "" { target *-*-* } 38 }
// { dg-error "is private" "" { target *-*-* } 154 } // { dg-error "is private" "" { target *-*-* } 153 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment