]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.benjamin/15800-1.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / 15800-1.C
index 4f6d878e88548dcd302461302714daa97ed47372..88d829ded8b6f18fd7000b3d35f8e6b9396edc8e 100644 (file)
@@ -13,6 +13,5 @@ extern panama dig();
 void foo() {
    panama obj;
    obj = dig(); // { dg-error "no match" }
-   // { dg-message "candidate" "candidate note" { target *-*-* } 15 }
 }