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

--- Comment #6 from fabien at gcc dot gnu.org 2012-06-27 17:36:56 UTC ---
Author: fabien
Date: Wed Jun 27 17:36:50 2012
New Revision: 189021

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189021
Log:
gcc/testsuite/ChangeLog

2012-06-27  Fabien ChĂȘne  <fab...@gcc.gnu.org>

    PR c++/51214
    * g++.dg/cpp0x/forw_enum11.C: New.

gcc/cp/ChangeLog

2012-06-27  Fabien ChĂȘne  <fab...@gcc.gnu.org>

    PR c++/51214
    * cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields):
    Declare.
    * class.c (insert_into_classtype_sorted_fields): New.
    (add_enum_fields_to_record_type): New.
    (count_fields): Adjust the comment.
    (add_fields_to_record_type): Likewise.
    (finish_struct_1): Move the code that inserts the fields for the
    sorted case, into insert_into_classtype_sorted_fields, and call
    it.
    (insert_late_enum_def_into_classtype_sorted_fields): Define.
    * decl.c (finish_enum_value_list): Call
    insert_late_enum_def_into_classtype_sorted_fields if a late enum
    definition is encountered.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum11.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/class.c
    branches/gcc-4_7-branch/gcc/cp/cp-tree.h
    branches/gcc-4_7-branch/gcc/cp/decl.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog

Reply via email to