This is the mail archive of the gdb-prs@sources.redhat.com 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]

objc/957: ObjC methods unmangled incorrectly


>Number:         957
>Category:       objc
>Synopsis:       ObjC methods unmangled incorrectly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 24 17:38:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     andfarm@thibs.menloschool.org
>Release:        GCC 5.3
>Organization:
>Environment:
i686-pc-linux-gnu running Mandrake
>Description:
The method name _i_Class__fd is sometimes remangled to
_i_Class(float,double), or, more seriously, _i_Class__free
to _i_Class(float, long double,...)(...).
>How-To-Repeat:
Create an ObjC executable containing a class named Foo
(for example) with methods named fd or free. Compile it,
open with gdb, and try to tab-complete _i_Foo.
>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]