]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.brendan/crash29.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash29.C
index 38c9d49a19ded350b9e1ae6bea91a6022d1ba05b..8b63c9f80368cb72da683ad6dd58d59b1726c353 100644 (file)
@@ -15,6 +15,5 @@ int
 main()
 {
        new GlobalAddress(Value());             // internal error occured here// { dg-error "no matching" }
-       // { dg-message "candidate" "candidate note" { target *-*-* } 17 }
        //new GlobalAddress(new Value());       // This line is correct code
 }