aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-08-07villeJason Merrill1-0/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton25-242/+6542
2015-08-06re PR c++/66533 ([C++14] ICE: in dependent_type_p, at cp/pt.c:21073)Jason Merrill2-1/+6
2015-08-06re PR c++/67130 (ICE: tree check: expected identifier_node, have template_dec...Jason Merrill3-1/+15
2015-08-05pt.c (determine_specialization): Print candidates after 'no match' error.Jason Merrill2-0/+7
2015-08-05decl.c (cp_finish_decl): Tidy.Jason Merrill5-89/+29
2015-08-05re PR c++/66260 ([C++14] Failure to compile variable template with recursivel...Jason Merrill3-4/+26
2015-08-05re PR c++/65195 (Variable template cannot be used as a function)Jason Merrill2-0/+8
2015-08-04* pt.c (lookup_template_class_1): Clear elt.spec.Jason Merrill2-0/+3
2015-08-04* tree.c (build_target_expr): Copy the location from value.Jason Merrill2-0/+6
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka2-57/+57
2015-08-01re PR bootstrap/66521 (xgcc: cc1plus segfaults when compiling libstdc++-v3/sr...Caroline Tice2-0/+16
2015-07-31re PR sanitizer/66977 (-fsanitize=shift may introduce uninitialized variables)Marek Polacek2-0/+13
2015-07-30class.c (check_for_override): Use DECL_SOURCE_LOCATION and "%qD" in warning_a...Paolo Carlini3-50/+83
2015-07-30DR 1558 PR c++/67021Jason Merrill2-0/+10
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