aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+1
2014-08-15re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails)Jason Merrill1-65/+79
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-1/+1
2014-07-30re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill1-11/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-14re PR c++/58612 ([c++11] ICE calling non-constexpr from constexpr in template...Jason Merrill1-1/+2
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+3
2014-06-16re PR c++/61500 ([C++11] Can't take pointer to member referenced via member p...Jason Merrill1-0/+10
2014-05-31DR 1227 PR c++/57543Paolo Carlini1-0/+2
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-3/+8
2014-05-09re PR c++/58714 (Bogus overload resolution for the assignment operator in ass...Jason Merrill1-0/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-04-11DR 1030 PR c++/51253Jason Merrill1-0/+1
2014-04-01re PR c++/60642 (Unclear diagnostic with invalid use of abi_tag attribute on ...Jason Merrill1-0/+12
2014-02-03re PR c++/53017 (Integer constant expression not constant enough for vector_s...Marc Glisse1-0/+1
2014-01-30re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill1-0/+1
2014-01-16re PR c++/59821 (__builtin_LINE and __builtin_FILE for new'd objects is wrong)Jason Merrill1-1/+14
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-08-06re PR c++/57825 (Template specialization for ref qualified member pointers)Jason Merrill1-0/+2
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-3/+3
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+1
2013-06-20re PR c++/55149 (capturing VLA in lambda)Jason Merrill1-2/+2
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-1/+1
2013-05-23re PR c++/57388 ([C++11] ICE when function types with ref-qualifiers meet oth...Jason Merrill1-1/+3
2013-05-20re PR c++/57325 (ICE in strip_typedefs, at cp/tree.c:1306)Jason Merrill1-2/+4
2013-05-09N3639 C++1y VLA supportJason Merrill1-0/+15
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