exceptions-3.mm: Remove check for message no longer emitted.
* obj-c++.dg/exceptions-3.mm: Remove check for message no longer emitted. * obj-c++.dg/exceptions-5.mm: Likewise. From-SVN: r210464
This commit is contained in:
parent
a2e6c10cbd
commit
c4622c2bed
@ -27,7 +27,7 @@
|
||||
(add_function_candidate): Pass actual argument, rather than type, to
|
||||
bad_arg_conversion_rejection.
|
||||
(print_conversion_rejection): Explain what's wrong with the conversion.
|
||||
(print_z_candidate): Say "candidate:" before each candidate.
|
||||
(print_z_candidates): Say "candidate:" before each candidate.
|
||||
(splice_viable): Be strict if we see a viable or template candidate.
|
||||
(build_user_type_conversion_1): Pass false to strict parameter.
|
||||
(perform_overload_resolution, build_conditional_expr_1): Likewise.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2014-05-15 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* obj-c++.dg/exceptions-3.mm: Remove check for message no longer
|
||||
emitted.
|
||||
* obj-c++.dg/exceptions-5.mm: Likewise.
|
||||
|
||||
2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
|
||||
|
||||
* shrink-wrap-loop.c: New test case.
|
||||
@ -41,12 +47,12 @@
|
||||
2014-05-14 Andrey Belevantsev <abel@ispras.ru>
|
||||
|
||||
PR rtl-optimization/60866
|
||||
* gcc.dg/pr60866.c: New test.
|
||||
* gcc.dg/pr60866.c: New test.
|
||||
|
||||
2014-05-14 Andrey Belevantsev <abel@ispras.ru>
|
||||
|
||||
PR rtl-optimization/60901
|
||||
* gcc.target/i386/pr60901.c: New test.
|
||||
* gcc.target/i386/pr60901.c: New test.
|
||||
|
||||
2014-05-14 Yury Gribov <y.gribov@samsung.com>
|
||||
|
||||
|
@ -73,7 +73,6 @@ int test (id object)
|
||||
{ /* { dg-error "no matching function" "" { target *-*-* } 72 } */
|
||||
dummy++; /* { dg-message "MyObject" "" { target *-*-* } 13 } */
|
||||
} /* { dg-message "candidate" "" { target *-*-* } 13 } */
|
||||
/* { dg-message "candidates" "" { target *-*-* } 72 } */
|
||||
@try { @throw object; }
|
||||
@catch (static MyObject *x) /* { dg-error "storage class" } */
|
||||
{
|
||||
|
@ -73,7 +73,6 @@ int test (id object)
|
||||
{ /* { dg-error "no matching function" "" { target *-*-* } 72 } */
|
||||
dummy++; /* { dg-message "MyObject" "" { target *-*-* } 13 } */
|
||||
} /* { dg-message "candidate" "" { target *-*-* } 13 } */
|
||||
/* { dg-message "candidate" "" { target *-*-* } 72 } */
|
||||
|
||||
@try { @throw object; }
|
||||
@catch (static MyObject *) /* { dg-error "storage class" } */
|
||||
|
Loading…
Reference in New Issue
Block a user