aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03re PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree.h:4013) with -fcompare-d...Jakub Jelinek1-4/+9
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini1-1/+1
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-5/+78
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-3/+3
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-6/+6
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-1/+1
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-3/+2
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-1/+1
2013-03-16re PR c++/54764 (In class initialization of non-static lambda member can't be...Jason Merrill1-1/+2
2013-03-16re PR c++/56039 (ICE in iterative_hash_template_arg, at cp/pt.c:1606)Jason Merrill1-1/+2
2013-03-16re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-0/+3
2013-03-16* tree.c (cp_tree_equal): Fix a pasto.Jakub Jelinek1-1/+1
2013-03-08re PR c++/51494 (Legal program rejection - capturing "this" when using static...Jason Merrill1-7/+0
2013-03-06re PR c++/56543 (ICE on valid code in copy_node_stat)Jakub Jelinek1-1/+2
2013-02-22re PR c++/56395 (ICE, Segmentation fault in tsubst)Jason Merrill1-3/+28
2013-02-20re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ...Paolo Carlini1-0/+15
2013-02-09re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)Jason Merrill1-0/+7
2013-02-05re PR c++/54122 (segfault comparing enum class in lambda inside constructor o...Jason Merrill1-3/+1
2013-01-21re PR c++/56059 (SIGSEGV on invalid C++11 code)Jason Merrill1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-07re PR c++/55753 ([C++11][4.7/4.8 Regression] ICE constexpr ctor, tsubst_copy_...Jason Merrill1-0/+4
2013-01-04re PR c++/55877 (Anon visibility issues)Jason Merrill1-1/+1
2013-01-02re PR c++/55804 (GCC omits required call to constructor)Jason Merrill1-6/+30
2012-12-11re PR c++/53094 (constexpr vector subscripting)Marc Glisse1-0/+3
2012-12-07re PR c++/55419 (ICE in gimplify_init_ctor_preeval, at gimplify.c:3587)Jason Merrill1-2/+0
2012-12-07tree.c (build_aggr_init_expr): Remove tsubst_flags_t parameter.Paolo Carlini1-2/+2
2012-12-06re PR c++/54325 (C++11 uniform initialization syntax for argument-less abstra...Jason Merrill1-6/+6
2012-12-06re PR c++/55249 (Multiple copy constructors for template class lead to link e...Jason Merrill1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-20/+20
2012-11-16re PR c++/55337 (ICE tree check: expected sizeof_expr, have alignof_expr in c...Jakub Jelinek1-4/+7
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-0/+93
2012-10-31re PR c++/54583 (Spurious warning: value computed is not used with variable-s...Paolo Carlini1-0/+4
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-0/+2
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-7/+9
2012-10-08re PR c++/54858 (ICE in cp_tree_equal)Jakub Jelinek1-0/+1
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-1/+1
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-0/+4
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-12/+7
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-08-03pt.c (tsubst_copy_and_build): Handle VECTOR_TYPE like scalars.Marc Glisse1-1/+1
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-6/+3
2012-07-20re PR c++/54038 (finalize_type_size enters infinite loop becasue TYPE_NEXT_VA...Jason Merrill1-11/+12
2012-07-17re PR c++/53989 (Internal compiler error in strip_typedefs, at cp/tree.c:1187)Jason Merrill1-0/+11
2012-07-05cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.Jason Merrill1-3/+0
2012-07-05re PR c++/50852 (ICE: internal compiler error: in tsubst, at cp/pt.c:11030)Jason Merrill1-1/+191
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+1
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill1-17/+28
2012-05-30* tree.c (stabilize_expr): Tweak logic.Jason Merrill1-2/+2
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill1-1/+1