OSDN Git Service

gcc/cp/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / volatile1.C
index 5c58728..ca28ec8 100644 (file)
@@ -16,5 +16,6 @@ int main(void)
 {
   volatile f_class vf;
   0 ? ret_v_f_class() : vf;    // { dg-error "match" } can't copy volatile lvalue
+  // { dg-message "candidate" "candidate note" { target *-*-* } 18 }
   return 0;
 }