------- Comment #1 from rguenth at gcc dot gnu dot org  2007-07-03 13:21 -------
And before finishing reduction, this one at least looks possibly related:

2007-06-15  Mark Mitchell  <[EMAIL PROTECTED]>

        * cp-tree.h (DECL_VAR_MARKED_P): Remove.
        (DECL_ANON_UNION_VAR_P): New macro.
        * class.c (fixed_type_or_null): Tidy.  Use a hash table, rather
        than DECL_VAR_MARKED_P, to keep track of which variables we have
        seen.
        * decl.c (redeclaration_error_message): Complain about redeclaring
        anonymous union members at namespace scope.
        * decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.2.1


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

Reply via email to