Bug 390311 - Syntax error reported while casting a C++ pointer
Summary: Syntax error reported while casting a C++ pointer
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.1   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 05:57 EDT by Benoit Perrin CLA
Modified: 2013-06-05 04:40 EDT (History)
1 user (show)

See Also:


Attachments
test project (33.31 KB, application/octet-stream)
2012-09-25 05:57 EDT, Benoit Perrin CLA
eugene: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2012-09-25 05:57:59 EDT
Created attachment 221462 [details]
test project

With attached test project.
At list.cpp:45, in the expression view: (IntListItem*)(this->tail)
Report an error:
Exception: TCF error report:
Command: Expressions create "P20463.20463", null, "(IntListItem*)(this->tail)"
Time: 2012-09-25 11:53:18.220
Error text: At col 13: Syntax error. Invalid expression
Error code: 18

But (ListItem*)(this->tail) works fine.
Comment 1 Eugene Tarassov CLA 2012-10-03 12:31:47 EDT
This works fine now - after fixing Bug 390304.