aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.def')
-rw-r--r--gcc/c-common.def9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/c-common.def b/gcc/c-common.def
index 642f299d129..1c593633e12 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -2,7 +2,7 @@
additional tree codes used in the GNU C compiler (see tree.def
for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
- 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
Written by Benjamin Chelf <chelf@codesourcery.com>
This file is part of GCC.
@@ -24,13 +24,6 @@ along with GCC; see the file COPYING3. If not see
/* Tree nodes used in the C frontend. These are also shared with the
C++ and Objective C frontends. */
-/* A COMPOUND_LITERAL_EXPR represents a C99 compound literal. The
- COMPOUND_LITERAL_EXPR_DECL_STMT is the a DECL_STMT containing the decl
- for the anonymous object represented by the COMPOUND_LITERAL;
- the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
- the compound literal. */
-DEFTREECODE (COMPOUND_LITERAL_EXPR, "compound_literal_expr", tcc_expression, 1)
-
/* A C_MAYBE_CONST_EXPR, currently only used for C and Objective C,
tracks information about constancy of an expression and VLA type
sizes or VM expressions from typeof that need to be evaluated