aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Fix PR c++/66686 (dependent template template substitution)Patrick Palka1-5/+7
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-3/+4
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-4/+4
2015-06-27* pt.c (check_unstripped_args): Mark parameter as unused.Andreas Schwab1-1/+1
2015-06-26re PR c++/66255 (ice in retrieve_specialization)Jason Merrill1-7/+30
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-24re PR c++/66647 (ICE: in instantiate_class_template_1, at cp/pt.c:9254)Jason Merrill1-4/+6
2015-06-24Revert fix for PR c++/30044Patrick Palka1-9/+24
2015-06-23[PATCH] Fix PR c++/30044Patrick Palka1-24/+9
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-9/+5
2015-06-19re PR c++/66585 (Internal compiler error when initialize field with lambda)Jason Merrill1-0/+16
2015-06-19re PR c++/65843 (multiple use of const variable in lamba in template function...Jason Merrill1-1/+5
2015-06-17re PR c++/66571 (Template substitution causes some OpenMP rejects-valid)Jakub Jelinek1-12/+42
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-16re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill1-4/+2
2015-06-12re PR c++/65719 (Link error with constexpr variable template)Jason Merrill1-2/+3
2015-06-10re PR c++/66289 ("error: ambiguous template instantiation" with partial speci...Jason Merrill1-4/+52
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill1-6/+17
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill1-4/+4
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-23re PR c++/65936 (ICE: canonical types differ for identical types)Nathan Sidwell1-5/+12
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-3/+4
2015-05-20pt.c (tsubst_decl): SET_DECL_IMPLICIT_INSTANTIATION before register_specializ...Jason Merrill1-1/+1
2015-05-18pt.c (retrieve_specialization): Make sure our arguments have gone through str...Jason Merrill1-0/+8
2015-05-18pt.c (tsubst_decl): Call coerce_innermost_template_parms.Jason Merrill1-1/+12
2015-05-18DR 1391Jason Merrill1-41/+93
2015-05-08re PR c++/59012 (alignas does not support parameter pack expansions)Jason Merrill1-2/+17
2015-04-29Fix OpenMP's target update directive in templated code.Thomas Schwinge1-1/+1
2015-04-28re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-14/+14
2015-04-23Revert:PR c++/50800Jason Merrill1-14/+14
2015-04-23re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-14/+14
2015-04-23re PR c++/65646 (ICE in invalid syntax)Jason Merrill1-1/+1
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-13/+23
2015-04-14* pt.c (lookup_template_class_1): Use coerce_innermost_template_parms.Jason Merrill1-54/+4
2015-04-01re PR c++/56100 (spurious -Wshadow warning with local variable in template cl...Paolo Carlini1-0/+10
2015-03-24re PR c++/65498 (ICE in cxx_eval_call_expression when using __func__ inside d...Jason Merrill1-56/+2
2015-03-10re PR c++/65333 (error: incomplete type used in nested name specifier)Jason Merrill1-1/+7
2015-02-13re PR c++/65054 (internal compiler error: in maybe_constant_value, at cp/cons...Jason Merrill1-1/+16
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-2/+4
2015-01-27re PR c++/63889 (Ice with redundant static in class scope constexpr variable ...Jason Merrill1-4/+19
2015-01-16re PR c++/58614 ([c++11] ICE with undeclared variable in initializer list)Paolo Carlini1-0/+2
2015-01-13re PR c++/64514 (Error in template instantiation in GCC 4.9, works fine in GC...Jason Merrill1-0/+3
2015-01-13re PR c++/64520 (ICE with std::initializer_list)Jason Merrill1-1/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-06re PR c++/64455 (A constexpr variable template can't be used with enable_if)Jason Merrill1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-25pt.c (check_default_tmpl_args): Uses the parameter source location in the dia...Jason Merrill1-7/+5
2014-12-21re PR c++/64359 (alias_template_specialization_p & template_args_equal show u...Jason Merrill1-17/+32