config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
[gcc.git] / gcc / cp /
2015-09-17 Andrew SuttonImplement N4295 fold-expressions.
2015-09-17 Richard Bienercp-tree.h (note_decl_for_pch): Remove.
2015-09-14 Jason Merrillre PR c++/44282 (fastcall is not mangled at all)
2015-09-14 Paolo Carlinire PR c++/51911 ([C++11] G++ accepts new auto { list })
2015-09-14 Mark WielaardPR28901 -Wunused-variable ignores unused const initiali...
2015-09-10 Paolo Carlinire PR c++/67318 (Parsing error when using abbreviated...
2015-09-10 Mark WielaardWarn when comparing nonnull arguments to NULL in a...
2015-09-10 Jakub Jelinekre PR c++/67522 (OpenMP ICE in type_dependent_expression_p)
2015-09-10 Jakub Jelinekre PR c++/67511 (ICE with invalid OpenMP random access...
2015-09-09 Paolo Carlinire PR c++/53184 (Unnecessary anonymous namespace warnings)
2015-09-09 Jakub Jelinekre PR c++/67504 (ICE with type dependent collapse argument)
2015-09-08 Jason Merrillre PR c++/67041 ([C++14] Variable template initialized...
2015-09-08 Paolo Carlinire PR c++/67369 (ICE (in tsubst_decl, at cp/pt.c:11302...
2015-09-03 Jakub JelinekRemove path prefixes from filenames.
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-09-02 Balaji V. IyerFix spawned function with lambda function
2015-09-01 Paolo Carlinire PR c++/61753 (poor diagnostic for constructor defini...
2015-08-29 Markus TrippelsdorfFix c++/67371 (issues with throw in constexpr)
2015-08-22 Paolo Carlinire PR c++/63693 (ICE in resolve_typename_type)
2015-08-21 Jason Merrillre PR c++/67240 ([concepts] Implicit conversion constra...
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Simplify the latter.
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Complete check added for c++...
2015-08-20 Jason Merrill* name-lookup.c (hidden_name_p): Handle OVERLOAD.
2015-08-20 Paolo Carlinire PR c++/67065 ([DR 1886] Missing diagnostics for...
2015-08-20 Jason Merrillre PR c++/66957 (incorrect "is protected within this...
2015-08-20 Jason Merrill* lambda.c (current_nonlambda_scope): New.
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-18 Jason MerrillDR 1155
2015-08-17 Paolo Carlinire PR c++/67216 (false is still a null pointer constant)
2015-08-17 Jason Merrillre PR c++/67244 (internal compiler error: in gimplify_v...
2015-08-17 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-17 Jason Merrillconstexpr.c (cxx_eval_store_expression): Don't set...
2015-08-17 Jason Merrill* except.c (check_noexcept_r): Assert that fn is POINTE...
2015-08-15 Jason Merrillre PR c++/65974 (Bogus deprecated-declarations warnings...
2015-08-12 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-12 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-12 Jason Merrillre PR c++/67108 (ICE: in cxx_eval_call_expression,...
2015-08-12 Jason Merrillre PR c++/67161 (ICE with a static_assert using our...
2015-08-08 Jason Merrillre PR c++/67144 ([C++1z] ICE; in get_constraints, at...
2015-08-08 Jason Merrillre PR c++/67152 ([concepts] bogus "partial specializati...
2015-08-08 Jason Merrillre PR c++/67159 ([c++concepts] Segfault while diagnosin...
2015-08-08 Jason Merrillre PR c++/67142 ([C++1z] ICE: tree check: expected...
2015-08-08 Jason Merrillre PR libstdc++/67114 ([MinGW64] build failure with...
2015-08-07 Jason Merrillville
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-08-06 Jason Merrillre PR c++/66533 ([C++14] ICE: in dependent_type_p,...
2015-08-06 Jason Merrillre PR c++/67130 (ICE: tree check: expected identifier_n...
2015-08-06 Jason Merrillpt.c (determine_specialization): Print candidates after...
2015-08-06 Jason Merrilldecl.c (cp_finish_decl): Tidy.
2015-08-05 Jason Merrillre PR c++/66260 ([C++14] Failure to compile variable...
2015-08-05 Jason Merrillre PR c++/65195 (Variable template cannot be used as...
2015-08-04 Jason Merrill* pt.c (lookup_template_class_1): Clear elt.spec.
2015-08-04 Jason Merrill* tree.c (build_target_expr): Copy the location from...
2015-08-02 Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-08-02 Caroline Ticere PR bootstrap/66521 (xgcc: cc1plus segfaults when...
2015-07-31 Marek Polacekre PR sanitizer/66977 (-fsanitize=shift may introduce...
2015-07-30 Paolo Carliniclass.c (check_for_override): Use DECL_SOURCE_LOCATION...
2015-07-30 Jason MerrillDR 1558 PR c++/67021
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-27 Jason Merrillconstexpr.c (cxx_eval_call_expression): Don't add this...
2015-07-27 Marek Polacekre PR c++/66555 (Fails to warn for if (j == 0 && i...
2015-07-26 Patrick PalkaFix PR c++/18969 (invalid return statement diagnosed...
2015-07-26 Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-25 Patrick Palkare PR c++/66857 (Reference not bound to lvalue)
2015-07-25 Jason Merrillre PR c++/64969 (generic functions do not work with...
2015-07-25 Jason Merrillre PR c++/64989 (constant-initialization of self-refere...
2015-07-24 Richard Bienerfold-const.c (maybe_canonicalize_comparison_1): Move...
2015-07-23 Marek Polacekre PR c++/66572 (Bogus Wlogical-op warning for operands...
2015-07-23 Paolo Carlinire PR c++/52987 (bogus expected ; before for undeclared...
2015-07-21 Paolo Carlinidecl.c (grokdeclarator): For an erroneous template...
2015-07-20 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-15 Jason Merrillre PR c++/65091 (decltype(~arg) fails for template...
2015-07-15 Patrick Palkare PR c++/66850 (Adding a forward declaration of a...
2015-07-14 Andrea Azzaronere PR c++/65071 (ICE on valid, sizeof...() of template...
2015-07-14 Jason Merrill* call.c (build_new_method_call_1): Call reshape_init.
2015-07-14 Paolo Carlinipt.c (check_template_shadow): Emit error + inform inste...
2015-07-13 Patrick Palkare PR c++/65186 (internal compiler error: in tsubst...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Patrick Palkare PR c++/30044 (ICE in tsubst, at cp/pt.c:7359)
2015-07-10 Paolo Carlinire PR c++/54521 (g++ fails to call explicit constructor...
2015-07-10 Jason Merrilltypo
2015-07-10 Jason Merrillpt.c (find_parameter_packs_r): Handle variable templates.
2015-07-10 Jason Merrill* parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
2015-07-10 Eric Botcazouc-ada-spec.h (cpp_operation): Revert latest change.
2015-07-09 Jason Merrillpt.c (instantiation_dependent_r): Call value_dependent_...
2015-07-09 Jason Merrillcp-tree.h (struct cp_parameter_declarator): Rename...
2015-07-09 Andrew Sutton* parser.c (cp_parser_default_type_template_argument)
2015-07-09 Paolo Carlinitypeck.c (warn_args_num): Rename to error_args_num.
2015-07-09 Andrew MacLeodlto-streamer.h: Don't include target.h and alloc-pool.h.
2015-07-08 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
2015-07-08 Jakub Jelinekc-omp.c (c_omp_declare_simd_clauses_to_numbers): If...
2015-07-08 Marek Polacekre PR c++/66748 (Crash with abi_tag attribute)
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
2015-07-06 Jason Merrillpt.c (reduce_template_parm_level): Also build the TYPE_...
2015-07-06 Jason Merrillpt.c (argument_pack_element_is_expansion_p): A decl...
2015-07-03 Jason Merrillre PR c++/66743 (ICE: tree check: expected record_type...
2015-07-02 Andrew Suttonpt.c (type_dependent_expression_p): Handle expressions...
2015-07-01 Jason Merrillc-common.h (D_CXX11): Rename from D_CXX0X.
2015-07-01 Jason Merrillc-opts.c (c_common_post_options): Highest ABI level...
next