Bug 5870 - error when parsing expression with a cast
Summary: error when parsing expression with a cast
Status: RESOLVED DUPLICATE of bug 1726
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1726
  Show dependency treegraph
 
Reported: 2008-03-04 22:26 UTC by Tom Tromey
Modified: 2008-03-05 04:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2008-03-04 22:26:18 UTC
I tried to print using an expression including a cast.
I got an error.

(fhpd) p (char*) *pfilename

Error: invalid expression at: *) *pfilename
Comment 1 Andrew Cagney 2008-03-05 04:05:51 UTC
The expression parser isn't yet handling types; we're working towards that - but
1726.

*** This bug has been marked as a duplicate of 1726 ***