This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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++/15833] New: operator overloading with enum type


http://sourceware.org/bugzilla/show_bug.cgi?id=15833

            Bug ID: 15833
           Summary: operator overloading with enum type
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

In C++ you can overload operators for enum types.
However, I think we don't support this in gdb.
E.g., binop_types_user_defined_p only checks for
TYPE_CODE_STRUCT.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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