Bug 5162 - Implement "->" (pointer to) as an operator.
Summary: Implement "->" (pointer to) as an operator.
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
  Show dependency treegraph
 
Reported: 2007-10-11 14:26 UTC by Teresa Thomas
Modified: 2007-11-20 16:18 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 Teresa Thomas 2007-10-11 14:26:31 UTC
 
Comment 1 Teresa Thomas 2007-11-20 16:18:56 UTC
	2007-10-16  Teresa Thomas  <tthomas@redhat.com>
	
	* CExprAnnotator.g (POINTERTO): Add.
	* CExpr.g (POINTERTO): Implement using MEMBER and
	MEMORY operations.