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++/38524] New: "ICE at cp/typeck.c:2268" on "struct{enum E{};}A;int main(){A.E::foo;}"


The following source:
struct{enum E{};}A;int main(){A.E::foo;}
generates:
"internal compiler error: in finish_class_member_access_expr, at
cp/typeck.c:2268"


-- 
           Summary: "ICE at cp/typeck.c:2268" on "struct{enum E{};}A;int
                    main(){A.E::foo;}"
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: logixoul at gmail dot com
 GCC build triplet: 4.4.0 20080929 (experimental)
  GCC host triplet: 4.4.0 20080929 (experimental)
GCC target triplet: 4.4.0 20080929 (experimental)


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


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