]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update
authorJason Merrill <jason@gcc.gnu.org>
Sun, 28 Sep 1997 19:02:46 +0000 (15:02 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 28 Sep 1997 19:02:46 +0000 (15:02 -0400)
From-SVN: r15772

gcc/testsuite/g++.old-deja/g++.bugs/900514_03.C

index 508c901acc7833496d961a71895f793795f5bdc9..54123f2bb1938b39e61266ac181e081e5527d5ac 100644 (file)
@@ -83,14 +83,14 @@ struct t_2_st_0;
 struct t_2_st_1 {
   int member;
 
-  t_2_st_1 (t_2_st_0);
+  t_2_st_1 (t_2_st_0);         // ERROR - candidate
   t_2_st_1 ();
-};
+};                             // ERROR - candidate
 
 struct t_2_st_0 {
   int member;
 
-  operator t_2_st_1 ();
+  operator t_2_st_1 ();                // ERROR - candidate
 };
 
 t_2_st_0 t_2_st_0_obj0;