aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-02* tree.c (handle_abi_tag_attribute): Diagnose invalid arguments.Jason Merrill1-0/+44
2015-01-16re PR tree-optimization/62053 (ICE: in remap_type_1, at tree-inline.c:540)Jan Hubicka1-2/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-1/+2
2014-11-20re PR c++/63959 (G++ misreports volatile int as trivially copyable)Ville Voutilainen1-1/+1
2014-11-17re PR c++/52282 ([C++0x] rejects-valid issues with decltype/constexpr)Jason Merrill1-33/+1
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-1/+1
2014-11-08DR 1558Jason Merrill1-0/+5
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-0/+98
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-40/+45
2014-10-08re PR c++/63485 (ICE: canonical types differ for identical types A<const wcha...Jason Merrill1-1/+3
2014-10-07* tree.c (cp_tree_equal) [TRAIT_EXPR]: Use cp_tree_equal for type2.Jason Merrill1-1/+1
2014-10-03re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-1/+23
2014-09-30method.c (build_stub_object): Use CONVERT_EXPR.Jason Merrill1-2/+2
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+2
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