re PR c++/42379 (Revision 155245 failed 1_neg.cc)
2009-12-15 Paolo Carlini <paolo.carlini@oracle.com> PR c++/42379 * testsuite/23_containers/set/operators/1_neg.cc: Fix dg-error strings. * testsuite/23_containers/map/operators/1_neg.cc: Likewise. From-SVN: r155258
This commit is contained in:
parent
9749695393
commit
9f81eaccf9
@ -1,3 +1,9 @@
|
||||
2009-12-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/42379
|
||||
* testsuite/23_containers/set/operators/1_neg.cc: Fix dg-error strings.
|
||||
* testsuite/23_containers/map/operators/1_neg.cc: Likewise.
|
||||
|
||||
2009-12-14 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/25304, DR 865 [Ready]
|
||||
|
@ -41,5 +41,5 @@ void test01()
|
||||
test &= itr == mapByName.end(); // { dg-error "no" }
|
||||
}
|
||||
|
||||
// { dg-error "candidates are" "" { target *-*-* } 212 }
|
||||
// { dg-error "candidates are" "" { target *-*-* } 216 }
|
||||
// { dg-error "candidate is" "" { target *-*-* } 212 }
|
||||
// { dg-error "candidate is" "" { target *-*-* } 216 }
|
||||
|
@ -39,5 +39,5 @@ void test01()
|
||||
test &= itr == setByName.end(); // { dg-error "no" }
|
||||
}
|
||||
|
||||
// { dg-error "candidates are" "" { target *-*-* } 287 }
|
||||
// { dg-error "candidates are" "" { target *-*-* } 291 }
|
||||
// { dg-error "candidate is" "" { target *-*-* } 287 }
|
||||
// { dg-error "candidate is" "" { target *-*-* } 291 }
|
||||
|
Loading…
Reference in New Issue
Block a user