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]

c++/8595: Extraneous "enum" in typedef causes segfault


>Number:         8595
>Category:       c++
>Synopsis:       Extraneous "enum" in typedef causes segfault
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 15 15:56:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Leone
>Release:        g++ 3.1
>Organization:
>Environment:
Red Hat 7.1, Dual Xeon CPU
>Description:
An extraneous "enum" keyword in a non-enumerated typedef causes a segfault in some cases (depends on type being abbreviated).

Example:
   #include <set>
   typedef enum std::set<int> MySet;
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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