Bug 438828

Summary: limited type-cast support
Product: Red Hat Enterprise Linux 5 Reporter: Andrew Cagney <cagney>
Component: fryskAssignee: Eric Bachalo <ebachalo>
Status: CLOSED WONTFIX QA Contact: Len DiMaggio <ldimaggi>
Severity: low Docs Contact:
Priority: low    
Version: 5.2CC: ebachalo, kasal, mcvet, npremji, pmuldoon, scox
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-15 09:37:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Cagney 2008-03-25 14:25:41 UTC
The expression parser has only limited support for type casts, for instance:

(fhpd) print argv
(char **) 0xbfd23d34
(fhpd) print (char**)0xbfd23d34
Error: invalid expression at: **)0xbfd23d34
(fhpd)