This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16593] [3.5 Regression] ICE: vector VEC(tree) index domain error, in VEC_tree_index at cp/cp-tree.h:944


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-17 03:09 -------
Confirmed.
This is caused by:
2004-07-15  Mark Mitchell  <mark@codesourcery.com>

        * cp-tree.h (lang_type_class): Remove has_real_assign_ref and
        has_abstract_assign_ref.  Make methods a VEC(tree) *.
        (TYPE_HAS_CONST_ASSIGN_REF): Add documentation.
        (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
        (CLASSTYPE_DESTRUCTORS): Likewise.
        (TYPE_HAS_REAL_ASSIGN_REF): Remove.
        (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
        (add_method): Change prototoype.
        * class.c (add_method): Remove error_p parameter.  Adjust for
        changes to CLASSTYPE_METHOD_VEC.
        (handle_using_decl): Adjust call to add_method.
        .....

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-17 03:09:18
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]