tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH] When handling '.' operator, cope with VT_LLOCAL


From: Edmund Grimley Evans
Subject: [Tinycc-devel] [PATCH] When handling '.' operator, cope with VT_LLOCAL
Date: Fri, 20 Feb 2015 23:55:54 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Does this look all right?

Commit message:

    tccgen.c: When handling '.' operator, cope with VT_LLOCAL.
    
    If vtop->r before gaddrof() was (VT_LLOCAL | VT_LVAL) and the field
    offset was zero, so gen_op('+') was optimised away, then vtop->r
    can be (VT_LOCAL | VT_LVAL) after the '+', in which case we must
    reinstate the VT_LLOCAL instead of just setting VT_LVAL.

Attachment: 2015-02-20-VT_LLOCAL-dot.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]