aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2011-05-15 23:40:57 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-05-15 23:40:57 +0000
commit3c0d13bfabf987605a138b41874fe88b673f63c3 (patch)
treed548bb8c71c7524724f99f882719aced3831f8be /gcc/cp/cxx-pretty-print.c
parent5bef11c8e7138b24f9f30bb778218d5151df65cb (diff)
downloadgcc-3c0d13bfabf987605a138b41874fe88b673f63c3.zip
gcc-3c0d13bfabf987605a138b41874fe88b673f63c3.tar.gz
gcc-3c0d13bfabf987605a138b41874fe88b673f63c3.tar.bz2
c-common.c (c_common_reswords): Reorder.
/c-family 2011-05-15 Paolo Carlini <paolo.carlini@oracle.com> * c-common.c (c_common_reswords): Reorder. * c-common.h (rid): Likewise. /cp 2011-05-15 Paolo Carlini <paolo.carlini@oracle.com> * cxx-pretty-print.c: Update comment. * semantics.c (trait_expr_value, finish_trait_expr): Reorder the cases. * parser.c (cp_parser_primary_expression): Likewise. From-SVN: r173780
Diffstat (limited to 'gcc/cp/cxx-pretty-print.c')
-rw-r--r--gcc/cp/cxx-pretty-print.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c
index 18e4266..2f392de 100644
--- a/gcc/cp/cxx-pretty-print.c
+++ b/gcc/cp/cxx-pretty-print.c
@@ -394,8 +394,11 @@ pp_cxx_id_expression (cxx_pretty_printer *pp, tree t)
__is_convertible_to ( type-id , type-id )
__is_empty ( type-id )
__is_enum ( type-id )
+ __is_literal_type ( type-id )
__is_pod ( type-id )
__is_polymorphic ( type-id )
+ __is_std_layout ( type-id )
+ __is_trivial ( type-id )
__is_union ( type-id ) */
static void