summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill2014-12-111-1/+2
* re PR c++/63959 (G++ misreports volatile int as trivially copyable)Ville Voutilainen2014-11-201-1/+1
* re PR c++/52282 ([C++0x] rejects-valid issues with decltype/constexpr)Jason Merrill2014-11-171-33/+1
* semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini2014-11-141-1/+1
* DR 1558Jason Merrill2014-11-081-0/+5
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+11
* Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill2014-10-271-0/+98
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-40/+45
* re PR c++/63485 (ICE: canonical types differ for identical types A<const wcha...Jason Merrill2014-10-081-1/+3
* * tree.c (cp_tree_equal) [TRAIT_EXPR]: Use cp_tree_equal for type2.Jason Merrill2014-10-071-1/+1
* re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill2014-10-031-1/+23
* method.c (build_stub_object): Use CONVERT_EXPR.Jason Merrill2014-09-301-2/+2
* re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2014-09-241-0/+2
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland2014-08-231-1/+1
* re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails)Jason Merrill2014-08-151-65/+79
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-1/+1
* re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill2014-07-301-11/+3
* IPA C++ refactoring 1/NMartin Liska2014-07-241-1/+1
* re PR c++/58612 ([c++11] ICE calling non-constexpr from constexpr in template...Jason Merrill2014-07-141-1/+2
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-5/+3
* re PR c++/61500 ([C++11] Can't take pointer to member referenced via member p...Jason Merrill2014-06-161-0/+10
* DR 1227 PR c++/57543Paolo Carlini2014-05-311-0/+2
* tree.def (VOID_CST): New.Richard Sandiford2014-05-211-3/+8
* re PR c++/58714 (Bogus overload resolution for the assignment operator in ass...Jason Merrill2014-05-091-0/+4
* Merge in wide-int.Kenneth Zadeck2014-05-061-2/+2
* DR 1030 PR c++/51253Jason Merrill2014-04-111-0/+1
* re PR c++/60642 (Unclear diagnostic with invalid use of abi_tag attribute on ...Jason Merrill2014-04-011-0/+12
* re PR c++/53017 (Integer constant expression not constant enough for vector_s...Marc Glisse2014-02-031-0/+1
* re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill2014-01-301-0/+1
* re PR c++/59821 (__builtin_LINE and __builtin_FILE for new'd objects is wrong)Jason Merrill2014-01-161-1/+14
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-2/+2
* re PR c++/57825 (Template specialization for ref qualified member pointers)Jason Merrill2013-08-061-0/+2
* c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis2013-06-231-3/+3
* Implemented Cilk Plus Array Notation for C++Balaji V. Iyer2013-06-211-0/+1
* re PR c++/55149 (capturing VLA in lambda)Jason Merrill2013-06-201-2/+2
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-1/+1
* re PR c++/57388 ([C++11] ICE when function types with ref-qualifiers meet oth...Jason Merrill2013-05-231-1/+3
* re PR c++/57325 (ICE in strip_typedefs, at cp/tree.c:1306)Jason Merrill2013-05-201-2/+4
* N3639 C++1y VLA supportJason Merrill2013-05-091-0/+15
* re PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree.h:4013) with -fcompare-d...Jakub Jelinek2013-04-031-4/+9
* cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini2013-04-021-1/+1
* Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki2013-04-011-5/+78
* call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini2013-03-291-3/+3
* tree.h (VAR_P): New.Gabriel Dos Reis2013-03-291-6/+6