re PR c++/69095 (internal compiler error: in dependent_type_p, at cp/pt.c:19399)
[gcc.git] / gcc / cp / tree.c
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-05-03 Martin SeborPR c++/66561 - __builtin_LINE at al. should yield const...
2016-04-28 Jason MerrillImplement C++17 [[nodiscard]] attribute.
2016-04-28 Jason Merrillcvt.c (cp_get_callee): New.
2016-04-26 Marek PolacekBootstrapped/regtested on x86_64-linux, ok for trunk?
2016-04-25 Jason MerrillImplement C++17 [[maybe_unused]] attribute.
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-16 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-04-13 Patrick PalkaFix PR c++/70610 (wrong overload resolution during...
2016-03-24 Patrick PalkaFix PR c++/62212 (ICE during mangling of array type)
2016-03-15 Marek Polacekre PR c++/70209 (ICE in strip_typedefs, at cp/tree...
2016-03-04 Jason Merrillre PR c++/70067 (internal compiler error: in strip_type...
2016-02-26 Jason Merrillre PR c++/69889 (ICE: in assign_temp, at function.c...
2016-02-25 Jason Merrillre PR c++/68049 (template instantiation involving may_a...
2016-02-24 Martin SeborPR c++/69912 - [6 regression] ICE in build_ctor_subob_r...
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-15 Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-02-04 Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-31 Jakub Jelinekre PR c++/68763 (ICE: in verify_unstripped_args, at...
2016-01-24 Patrick PalkaRevert "Fix the remaining PR c++/24666 blockers"
2016-01-19 Patrick PalkaFix the remaining PR c++/24666 blockers (arrays decay...
2016-01-16 Patrick Palkare PR c++/68936 (ICE: tree check: expected call_expr...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-18 Patrick PalkaFix PR c++/68978 (bogus error: lvalue required as left...
2015-12-17 Patrick PalkaAvoid code duplication in cp_tree_[operand|code]_length
2015-12-15 Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-12-02 Joseph MyersFix TYPE_MAIN_VARIANT construction for arrays of qualif...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-08-04 Jason Merrill* tree.c (build_target_expr): Copy the location from...
2015-07-08 Marek Polacekre PR c++/66748 (Crash with abi_tag attribute)
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
2015-06-27 Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-27 Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-25 Richard Sandifordhash-table.h: Update comments.
2015-06-23 Jason Merrillre PR c++/65879 (Bogus linkage errors for member class...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16 Jason Merrillre PR c++/66536 (ICE in build_ctor_subob_ref, at cp...
2015-06-16 Jason Merrillre PR c++/58063 (default arguments evaluated twice...
2015-06-09 Jason Merrillre PR c++/66383 (ICE in gimplify_expr on this passed...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-18 Jason Merrilltree.c (strip_typedefs_expr): Fix typo.
2015-04-29 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-28 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-23 Jason MerrillRevert:PR c++/50800
2015-04-23 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-15 Mikhail Maltsevtree.c (replace_placeholders_t): Remove unused type.
2015-04-09 Jakub Jelinekre PR c++/65690 (typedef alignment lost since r219705)
2015-04-09 Jakub Jelinekre PR c++/65690 (typedef alignment lost since r219705)
2015-03-31 Marek Polacekre PR c++/65390 (ICE in strip_typedefs, at cp/tree...
2015-03-19 Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-02-13 Jason Merrillre PR c++/65054 (internal compiler error: in maybe_cons...
2015-02-02 Jason Merrill* tree.c (handle_abi_tag_attribute): Diagnose invalid...
2015-01-16 Jan Hubickare PR tree-optimization/62053 (ICE: in remap_type_1...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-20 Ville Voutilainenre PR c++/63959 (G++ misreports volatile int as trivial...
2014-11-17 Jason Merrillre PR c++/52282 ([C++0x] rejects-valid issues with...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-08 Jason MerrillDR 1558
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Jason MerrillImplement N3653 (Member initializers and aggregates...
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-08 Jason Merrillre PR c++/63485 (ICE: canonical types differ for identi...
2014-10-08 Jason Merrill* tree.c (cp_tree_equal) [TRAIT_EXPR]: Use cp_tree_equa...
2014-10-03 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30 Jason Merrillmethod.c (build_stub_object): Use CONVERT_EXPR.
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-15 Jason Merrillre PR bootstrap/62077 (--with-build-config=bootstrap...
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-30 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-14 Jason Merrillre PR c++/58612 ([c++11] ICE calling non-constexpr...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-16 Jason Merrillre PR c++/61500 ([C++11] Can't take pointer to member...
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-09 Jason Merrillre PR c++/58714 (Bogus overload resolution for the...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-11 Jason MerrillDR 1030 PR c++/51253
2014-04-01 Jason Merrillre PR c++/60642 (Unclear diagnostic with invalid use...
2014-02-03 Marc Glissere PR c++/53017 (Integer constant expression not consta...
2014-01-30 Jason Merrillre PR c++/59633 (ICE with __attribute((vector_size...
2014-01-16 Jason Merrillre PR c++/59821 (__builtin_LINE and __builtin_FILE...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
next