X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F20_util%2Fweak_ptr%2Fcomparison%2Fcmp_neg.cc;h=c26b09dcec8b037fcdc629ea8c706a4a1f5df242;hb=61c33fc9ab58fff6349ed323f21a1021aefd3b5e;hp=f8cf9cdb0ecd89452c25f0afa6f49cd3b0e6de78;hpb=7a13e4e3cc81d350e04804247cc04a9a751f8981;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc index f8cf9cdb0ec..c26b09dcec8 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc @@ -31,6 +31,7 @@ test01() { std::weak_ptr p1; p1 < p1; // { dg-error "no match" } + // { dg-error "candidate" "candidate note" { target *-*-* } 33 } return 0; } @@ -41,11 +42,12 @@ main() return 0; } -// { dg-warning "note" "" { target *-*-* } 324 } -// { dg-warning "note" "" { target *-*-* } 423 } -// { dg-warning "note" "" { target *-*-* } 862 } -// { dg-warning "note" "" { target *-*-* } 510 } -// { dg-warning "note" "" { target *-*-* } 1027 } +// { dg-warning "note" "" { target *-*-* } 352 } +// { dg-warning "note" "" { target *-*-* } 1085 } +// { dg-warning "note" "" { target *-*-* } 465 } +// { dg-warning "note" "" { target *-*-* } 585 } +// { dg-warning "note" "" { target *-*-* } 1048 } +// { dg-warning "note" "" { target *-*-* } 1042 } // { dg-warning "note" "" { target *-*-* } 340 } // { dg-warning "note" "" { target *-*-* } 290 } -// { dg-warning "note" "" { target *-*-* } 197 } +// { dg-warning "note" "" { target *-*-* } 205 }