------- Comment #5 from simartin at gcc dot gnu dot org  2010-01-16 17:11 
-------
Currently testing:
Index: gcc/cp/search.c
===================================================================
--- gcc/cp/search.c     (revision 155965)
+++ gcc/cp/search.c     (working copy)
@@ -2353,7 +2353,7 @@
              if (check_hidden_convs (binfo, virtual_depth, virtualness,
                                      type, parent_convs, other_convs))
                {
-                 my_convs = tree_cons (binfo, conv, my_convs);
+                 my_convs = tree_cons (binfo, cur, my_convs);
                  TREE_TYPE (my_convs) = type;
                  if (virtual_depth)
                    {


-- 

simartin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simartin at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42766

Reply via email to