aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini12-47/+88
2015-07-27constexpr.c (cxx_eval_call_expression): Don't add this call to the hash table...Jason Merrill2-1/+6
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek3-0/+11
2015-07-26Fix PR c++/18969 (invalid return statement diagnosed too late)Patrick Palka2-6/+23
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini6-53/+96
2015-07-25re PR c++/66857 (Reference not bound to lvalue)Patrick Palka2-1/+8
2015-07-25re PR c++/64969 (generic functions do not work with placeholder return types)Jason Merrill1-1/+1
2015-07-25re PR c++/64989 (constant-initialization of self-referencing array)Jason Merrill2-8/+18
2015-07-24fold-const.c (maybe_canonicalize_comparison_1): Move A code CST canonicalizat...Richard Biener2-1/+7
2015-07-23re PR c++/66572 (Bogus Wlogical-op warning for operands coming from template ...Marek Polacek2-0/+6
2015-07-23re PR c++/52987 (bogus expected ; before for undeclared type)Paolo Carlini2-1/+8
2015-07-21decl.c (grokdeclarator): For an erroneous template parameter propagate error_...Paolo Carlini2-1/+11
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek2-0/+8
2015-07-15re PR c++/65091 (decltype(~arg) fails for template functions)Jason Merrill2-2/+15
2015-07-15re PR c++/66850 (Adding a forward declaration of a template containing a temp...Patrick Palka2-3/+31
2015-07-14re PR c++/65071 (ICE on valid, sizeof...() of template template parameter pac...Andrea Azzarone2-1/+7
2015-07-14* call.c (build_new_method_call_1): Call reshape_init.Jason Merrill2-1/+8
2015-07-14pt.c (check_template_shadow): Emit error + inform instead of two errors.Paolo Carlini2-2/+12
2015-07-13re PR c++/65186 (internal compiler error: in tsubst, at cp/pt.c:11738)Patrick Palka2-0/+11
2015-07-13Fix double word typos.Aldy Hernandez7-9/+17
2015-07-10re PR c++/30044 (ICE in tsubst, at cp/pt.c:7359)Patrick Palka3-21/+35
2015-07-10re PR c++/54521 (g++ fails to call explicit constructors in the second step o...Paolo Carlini2-1/+9
2015-07-10typoJason Merrill1-1/+1
2015-07-10pt.c (find_parameter_packs_r): Handle variable templates.Jason Merrill3-0/+23
2015-07-10* parser.c (cp_parser_template_id): SET_EXPR_LOCATION.Jason Merrill2-0/+8
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou2-2/+4
2015-07-09pt.c (instantiation_dependent_r): Call value_dependent_expression_p.Jason Merrill3-5/+6
2015-07-09cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_par...Jason Merrill3-79/+43
2015-07-09* parser.c (cp_parser_default_type_template_argument)Andrew Sutton2-40/+72
2015-07-09typeck.c (warn_args_num): Rename to error_args_num.Paolo Carlini2-5/+10
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2-2/+4
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou2-0/+6
2015-07-08c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses are to be rem...Jakub Jelinek3-2/+7
2015-07-08re PR c++/66748 (Crash with abi_tag attribute)Marek Polacek2-2/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod34-54/+52
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou2-0/+6
2015-07-06pt.c (reduce_template_parm_level): Also build the TYPE_DECL for a template te...Jason Merrill2-17/+20
2015-07-06pt.c (argument_pack_element_is_expansion_p): A decl pack is an expansion.Jason Merrill2-0/+8
2015-07-02re PR c++/66743 (ICE: tree check: expected record_type or union_type or qual_...Jason Merrill2-1/+7
2015-07-02pt.c (type_dependent_expression_p): Handle expressions that refer to variable...Andrew Sutton2-0/+9
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill3-3/+6
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill2-3/+6
2015-07-01re PR c++/65945 (C++ alignment of nullptr_t is 1 and might cause unaligned st...Jason Merrill3-0/+28
2015-07-01re PR c++/60365 (multiple noreturn attribute specifiers in a single declarati...Paolo Carlini2-0/+29
2015-07-01Fix PR c++/66686 (dependent template template substitution)Patrick Palka2-5/+13
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill2-0/+7
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill10-36/+95
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland2-0/+10
2015-06-29re PR c++/65977 (Constexpr should be allowed in declaration of friend templat...Paolo Carlini2-9/+12
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2-0/+11