aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-06-29 13:15:16 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-06-29 13:15:16 -0400
commit11324716c13e1bc1bb4f29088d82aa4c7f074a83 (patch)
treebb678288bc202fc58cc3ade3c24f2021d924c3bb /gcc/cp/cp-tree.def
parent40d55020a382cc1836911b9702f6880b49c1d955 (diff)
downloadgcc-11324716c13e1bc1bb4f29088d82aa4c7f074a83.zip
gcc-11324716c13e1bc1bb4f29088d82aa4c7f074a83.tar.gz
gcc-11324716c13e1bc1bb4f29088d82aa4c7f074a83.tar.bz2
re PR c++/49520 ([C++0x] using-declaration and operator&& confuses constexpr)
PR c++/49520 * semantics.c (constexpr_fn_retval): Handle CLEANUP_POINT_EXPR here. (massage_constexpr_body): Not here. From-SVN: r175658
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r--gcc/cp/cp-tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 12c01cb..bb1b753 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -207,7 +207,7 @@ DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0)
DEFTREECODE (USING_DECL, "using_decl", tcc_declaration, 0)
/* A using directive. The operand is USING_STMT_NAMESPACE. */
-DEFTREECODE (USING_STMT, "using_directive", tcc_statement, 1)
+DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/* An un-parsed default argument. Holds a vector of input tokens and
a vector of places where the argument was instantiated before