https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98340

            Bug ID: 98340
           Summary: gcc trunk build with clang failure, part 2
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

More fallout from Nathan's new module code. Probably.

../../trunk.git/gcc/cp/module.cc:2722:28: error: 'uintset<unsigned
int>::values' is not a member of class 'uintset<unsigned int>::hash'
                             + sizeof (uintset::values) * n);
                                       ~~~~~~~~~^
../../trunk.git/gcc/cp/module.cc:7550:22: note: in instantiation of member
function 'uintset<unsigned int>::hash::add' requested here
        if (!pending_table->add (key_ident, ~ident))
                            ^
../../trunk.git/gcc/cp/module.cc:2747:28: error: 'uintset<tree_node *>::values'
is not a member of class 'uintset<tree_node *>::hash'
                     + (sizeof (uintset::values) << p2alloc));
                                ~~~~~~~~~^
../../trunk.git/gcc/cp/module.cc:8086:24: note: in instantiation of member
function 'uintset<tree_node *>::hash::create' requested here
        set = attached_table->create (DECL_UID (inner), num, NULL_TREE);
    ../../trunk.git/gcc/cp/module.cc:2722:28: error: 'uintset<tree_node
*>::values' is not a member of class 'uintset<tree_node *>::hash'
                             + sizeof (uintset::values) * n);
                                       ~~~~~~~~~^
../../trunk.git/gcc/cp/module.cc:18493:23: note: in instantiation of member
function 'uintset<tree_node *>::hash::add' requested here
  if (attached_table->add (DECL_UID (ctx), decl))
                      ^
                          ^

Reply via email to