Bug 5411 - print (char*)0x1234
Summary: print (char*)0x1234
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2246 5421
  Show dependency treegraph
 
Reported: 2007-11-27 19:42 UTC by Andrew Cagney
Modified: 2008-03-11 22:07 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 Andrew Cagney 2007-11-27 19:42:52 UTC
The cast doesn't work.
Comment 1 Teresa Thomas 2008-03-11 22:07:17 UTC
    Fixes bz 5411. Implement cast operation for char* type.
    
    frysk-core/frysk/expr/ChangeLog:
    2008-03-11  Teresa Thomas  <tthomas@redhat.com>
    
    	* CExprEvaluator.g: Handle CAST for char*.
    	* CExpr.g (typeCast): Add.