]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(TREE_SYMBOL_REFERENCED): New macro.
authorJason Merrill <merrill@gnu.org>
Thu, 23 Jun 1994 23:19:54 +0000 (23:19 +0000)
committerJason Merrill <merrill@gnu.org>
Thu, 23 Jun 1994 23:19:54 +0000 (23:19 +0000)
From-SVN: r7549

gcc/tree.h

index ed03b28c9783d9002b82cbf12767ec4c4c58a690..616dedf65eb511d1e2234a8732c7880bf3f2c229 100644 (file)
@@ -269,6 +269,10 @@ struct tree_common
    requires a diagnostic when overflows occur in constant expressions.  */
 #define TREE_CONSTANT_OVERFLOW(NODE) ((NODE)->common.static_flag)
 
+/* In an IDENTIFIER_NODE, this means that assemble_name was called with
+   this string as an argument.  */
+#define TREE_SYMBOL_REFERENCED(NODE) ((NODE)->common.static_flag)
+
 /* In an INTEGER_CST, REAL_CST, of COMPLEX_CST, this means there was an
    overflow in folding, and no warning has been issued for this subexpression.
    TREE_OVERFLOW implies TREE_CONSTANT_OVERFLOW, but not vice versa.  */