This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5068] re-implement * (pointer de-ref) as an operator


------- Additional Comments From cagney at redhat dot com  2007-09-24 18:32 -------
[oops]

Currently a pointer de-reference is handled by:

    |   #(MEMORY s1=identifier ) {
            returnVar = longType.createValue(0);
            returnVar = (Value)cppSymTabRef.getMemory(s1); 
        }

it can be implemented; probably as an operator.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|reimplement * (pointer      |re-implement * (pointer de-
                   |deref) as an operator       |ref) as an operator


http://sourceware.org/bugzilla/show_bug.cgi?id=5068

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]