aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-19re PR c++/61198 (Crash when selecting specializations through aliases.)Kai Tietz1-0/+1
2014-12-18re PR c++/64352 (No SFINAE with deleted function)Jason Merrill1-1/+1
2014-12-18re PR c++/60955 (Erroneous warning about taking address of register with std=...Paolo Carlini1-10/+0
2014-12-12pt.c (do_auto_deduction): In direct-init context, { x } deduces from x.Jason Merrill1-1/+15
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-15/+0
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-69/+142
2014-11-25* pt.c (lookup_template_variable): Always unknown_type_node.Jason Merrill1-9/+4
2014-11-21re PR c++/63588 (ICE (segfault) on arm-linux-gnueabihf)Jason Merrill1-0/+3
2014-11-20re PR c++/63658 (Using class reference as template parameter causes compilati...Jason Merrill1-3/+8
2014-11-19re PR c++/56041 (Constexpr conversion function definition not found in templa...Jason Merrill1-13/+32
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-3/+3
2014-11-18* pt.c (instantiate_template_1): Use tsubst_aggr_type for context.Jason Merrill1-2/+2
2014-11-17re PR c++/50473 ([C++0x] ICE in type_has_nontrivial_copy_init, at cp/tree.c:2...Jason Merrill1-0/+2
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-9/+8
2014-11-12DR 1510 PR c++/60420Paolo Carlini1-1/+1
2014-11-11re PR c++/63265 (Constexpr variables can trigger spurious compiler warnings)Paolo Carlini1-2/+5
2014-11-08DR 1558Jason Merrill1-6/+35
2014-10-15re PR c++/63528 (A variadic variable template cannot use the ::value of a var...Jason Merrill1-0/+4
2014-10-13Cast size and elements to long for %lH.J. Lu1-4/+4
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-45/+37
2014-10-09re PR c++/63207 (ICE in expand_expr_real_l when instantiating a template with...Jason Merrill1-0/+3
2014-10-09re PR c++/63415 (internal compiler error: unexpected expression ‘static_cas...Jason Merrill1-0/+3
2014-10-08re PR c++/63405 (ICE in cp_perform_integral_promotions, at cp/typeck.c:2084)Jason Merrill1-1/+7
2014-10-02re PR c++/53025 ([C++11] noexcept operator depends on copy-elision)Paolo Carlini1-0/+2
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-1/+3
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini1-22/+22
2014-09-22re PR c++/62219 ([c++11] Spurious error for lambda in a friend function of a ...Paolo Carlini1-3/+5
2014-09-18re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek1-2/+16