tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment): Declare.
[gcc.git] / gcc / cp /
2015-11-11 Dominique d'Humieresre PR bootstrap/68271 (Boostrap fails on x86_64-apple...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Cesar Philippidisparser.c (cp_finalize_oacc_routine): New boolean first...
2015-11-10 Martin SeborPR c++/67913 - new expression with negative size not...
2015-11-10 Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-08 Martin SeborClean up fallout on ILP32 from r229831.
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 Jason MerrillSupport non-type constrained-type-specifiers.
2015-11-06 Jason Merrillpt.c (push_inline_template_parms_recursive): Don't...
2015-11-06 Kyrylo Tkachov[cp][committed] Fix bootstrap on arm due to print forma...
2015-11-06 Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-06 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-11-05 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-11-05 Paolo Carlinire PR c++/67846 (ICE on code with lambda expression...
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Cesar Philippidis(cp_parser_oacc_single_int_clause): New function.
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-11-03 Jason MerrillHandle auto parameter packs.
2015-11-03 Thomas SchwingeOpenACC atomic directive
2015-10-31 Ville VoutilainenRemove support for N3994, terse range-for, which was...
2015-10-31 Jason MerrillImplement multiple 'auto' feature from Concepts TS.
2015-10-31 Jason MerrillStreamline for_each_template_parm.
2015-10-31 Jason MerrillImprove deduction failure diagnostics.
2015-10-31 Jason Merrillpt.c (hash_tmpl_and_args): Use iterative_hash_object...
2015-10-31 Jason MerrillMake some functions static.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-29 Paolo Carlinire PR c++/67845 (ICE on invalid use of const qualifier...
2015-10-28 Jason MerrillDR 1518
2015-10-27 Nathan Sidwellparser.c (cp_parser_omp_clause_name): Add auto, gang...
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-26 Jason MerrillDR 2179
2015-10-26 Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-10-24 Jason MerrillDR 1518 DR 1630 PR c++/54835 PR c++/60417
2015-10-23 Jason Merrillre PR c++/67813 ([C++14] copy-initialization of object...
2015-10-23 Jason Merrilltypo
2015-10-23 Jason Merrillcall.c (add_template_conv_candidate): Pass DEDUCE_CALL.
2015-10-23 Jason Merrillcall.c (add_conv_candidate): Remove first_arg parm.
2015-10-22 Richard Bienerfold-const.c (fold_addr_of_array_ref_difference): Prope...
2015-10-21 Paolo Carlinire PR c++/66781 ("confused by earlier errors, bailing...
2015-10-21 Ilya Enkovichtm.texi: Regenerated.
2015-10-21 Jason Merrillre PR c++/66583 (incorrect implicitly-defined move...
2015-10-20 Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20 Jason Merrillre PR c++/67064 (Register asm variable broken)
2015-10-20 Jason MerrillImplement N4268, Do constant evaluation of all non...
2015-10-20 Jason MerrillExpand PTRMEM_CST only when necessary.
2015-10-20 Jason Merrilltypo
2015-10-18 Jason Merrillre PR c++/68006 ([C++14] Incorrect aggregate initializa...
2015-10-16 Paolo Carlinire PR c++/67926 (Using folding expressions in a constex...
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-12 Ville Voutilainenre PR c++/58566 ([c++11] ICE with invalid expression...
2015-10-08 Jason Merrillcp-tree.h (SIMPLE_TARGET_EXPR_P): New.
2015-10-08 Jason Merrillformat
2015-10-08 Jason Merrillre PR c++/67557 (Calling copy constructor of base class...
2015-10-07 Marek Polacekre PR sanitizer/67867 (UBSan bootstrap fails with error...
2015-10-07 Marek Polacekcp-gimplify.c (genericize_if_stmt): Use protected_set_e...
2015-10-07 Jason Merrillre PR c++/67810 (Non-expression recognized as fold...
2015-10-06 Marek Polacekre PR c++/67863 (-Wtautological-compare warns when...
2015-10-05 Paolo Carlinire PR c++/53856 (Default argument allowed on member...
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-01 Ville Voutilainenre PR c++/54430 ([C++11] For-Loop: Scope of iterating...
2015-09-23 Ville VoutilainenFix small typos in the coding rule enforcement warnings.
2015-09-22 Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-22 Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-21 Ville VoutilainenComplete the implementation of N4230, Nested namespace...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-19 Ville VoutilainenImplement nested namespace definitions.
2015-09-18 Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
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...
next