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++/10760] Compile time increases quadratically with struct size


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-07 23:51 -------
Actually this was fixed by:
        PR c++/14086
        * class.c (delete_duplicate_fields_1): Remove.
        (delete_duplicate_fields): Likewise.
        (finish_struct_anon): Remove check for members with the same name
        as their enclosing class.
        (check_field_decls): Do not call duplicate_fields.
        * decl.c (grokdeclarator): Remove check for static data members
        with the same name as their enclosing class.
        * name-lookup.c (push_class_level_binding): Check for members with
        the same name as their enclosing class.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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