Bug 5411

Summary: print (char*)0x1234
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 5421    

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.