aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)Patrick Palka1-0/+6
2015-12-17Avoid code duplication in cp_tree_[operand|code]_lengthPatrick Palka1-16/+3
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-0/+89
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-1/+2
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-25/+18
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-9/+7
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+4
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-2/+17
2015-08-04* tree.c (build_target_expr): Copy the location from value.Jason Merrill1-0/+2
2015-07-08re PR c++/66748 (Crash with abi_tag attribute)Marek Polacek1-2/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-1/+1
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-2/+1
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-2/+2
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+3
2015-06-23re PR c++/65879 (Bogus linkage errors for member class of anonymous class)Jason Merrill1-6/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-16re PR c++/66536 (ICE in build_ctor_subob_ref, at cp/tree.c:2534)Jason Merrill1-1/+6
2015-06-16re PR c++/58063 (default arguments evaluated twice per call)Jason Merrill1-0/+23
2015-06-09re PR c++/66383 (ICE in gimplify_expr on this passed in inline initialization)Jason Merrill1-9/+9
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-18tree.c (strip_typedefs_expr): Fix typo.Jason Merrill1-4/+4
2015-04-29re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-0/+7
2015-04-28re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-32/+99
2015-04-23Revert:PR c++/50800Jason Merrill1-99/+32
2015-04-23re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-32/+99
2015-04-14tree.c (replace_placeholders_t): Remove unused type.Mikhail Maltsev1-7/+0
2015-04-09re PR c++/65690 (typedef alignment lost since r219705)Jakub Jelinek1-0/+2
2015-04-09re PR c++/65690 (typedef alignment lost since r219705)Jakub Jelinek1-2/+9
2015-03-31re PR c++/65390 (ICE in strip_typedefs, at cp/tree.c:1361)Marek Polacek1-4/+3
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-11/+29
2015-02-13re PR c++/65054 (internal compiler error: in maybe_constant_value, at cp/cons...Jason Merrill1-14/+5
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