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++/13544] Error while converting numeric value to an objectpointer: "A syntax error in expression, near"


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

--- Comment #2 from yuri at tsoft dot com 2011-12-29 03:38:11 UTC ---
I would also like to point out that this error doesn't mean that the class
isn't known, in case of unknown class the error says this explicitly:

(gdb) p (XObject1*)0
No symbol "XObject1" in current context.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]