This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r117573 - in /branches/gimple-tuples-branch/gcc...


Author: aldyh
Date: Mon Oct  9 13:24:25 2006
New Revision: 117573

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117573
Log:
        * tree.h (TREE_CHAIN, TREE_TYPE): Add versions for non GCC or not enable checking.
        Also, add __extension__ to GCC versions.
        * tree-mudflap.c (mf_xform_derefs_1): Add parentheses around TREE_TYPE.
        * tree-inline.c (copy_tree_r): Initialize chain to assuage the warning patrol.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-mudflap.c
    branches/gimple-tuples-branch/gcc/tree.h


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