]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp
[Ada] Replace low-level membership tests with high-level routines
[thirdparty/gcc.git] / gcc / cp /
2019-08-19  mpolacek PR c++/91264 - detect modifying const objects in const...
2019-08-17  mpolacekPut the CL into the right dir.
2019-08-16  mpolacekPR c++/85827
2019-08-15  jason PR c++/90393 - ICE with thow in ?:
2019-08-15  jason Implement P0848R3, Conditionally Trivial Special Membe...
2019-08-14  rediPR c++/91436 fix C++ dialect for std::make_unique fix...
2019-08-14  mpolacek PR c++/91391 - bogus -Wcomma-subscript warning.
2019-08-14  rediAdd more entries to the C++ get_std_name_hint array
2019-08-14  paolo/cp
2019-08-14  paolo/cp
2019-08-14  paolo/cp
2019-08-13  rsandifoUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-13  mpolacek PR c++/90473 - wrong code with nullptr in default...
2019-08-13  mpolacek* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.
2019-08-10  jakub * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_D...
2019-08-10  jakubAssorted ChangeLog cleanups.
2019-08-09  jakubc/
2019-08-09  jakub PR c/91401
2019-08-08  paolo/cp
2019-08-08  mpolacek PR c++/87519 - bogus warning with -Wsign-conversion.
2019-08-08  mpolacek * constexpr.c (inline_asm_in_constexpr_error): New.
2019-08-08  jakub * gimplify.c (omp_add_variable): Use GOVD_PRIVATE...
2019-08-07  mpolacek PR c++/81429 - wrong parsing of constructor with C...
2019-08-07  mpolacek PR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-07  jakub * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUS...
2019-08-06  jason PR c++/91378 - ICE with noexcept and auto return type.
2019-08-06  paolo/cp
2019-08-06  jakub * tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-08-06  mpolacek DR 2413 - typename in conversion-function-ids.
2019-08-05  paolo2019-08-05 Paolo Carlini <paolo.carlini@oracle.com>
2019-08-05  jasonPR c++/88095, CTAD for literal operator templates per...
2019-08-05  mpolacek PR c++/91338 - Implement P1161R3: Deprecate a[b,c].
2019-08-05  jason * semantics.c (force_paren_expr): Preserve location.
2019-08-02  mpolacek PR c++/91230 - wrong error with __PRETTY_FUNCTION__...
2019-08-02  paolo/cp
2019-08-02  marxinMark DECL_SET_IS_OPERATOR_DELETE for user-provided...
2019-08-01  mseborPR c++/90947 - Simple lookup table of array of strings...
2019-08-01  mpolacek PR c++/90805 - detect narrowing in case values.
2019-07-31  paolo/cp
2019-07-31  jason PR c++/90538 - multiple expansions of capture packs
2019-07-31  jason Fix copy_node of TEMPLATE_INFO.
2019-07-30  marxinMark 2nd argument of delete operator as needed (PR...
2019-07-25  marxinExtend DCE to remove unnecessary new/delete-pairs ...
2019-07-25  marxinCome up with function_decl_type and use it in tree_func...
2019-07-24  mseborPR driver/80545 - option -Wstringop-overflow not recogn...
2019-07-20  jasonFix ICE on class template argument deduction with inher...
2019-07-20  jason Reduce memory consumption for push/pop_access_scope.
2019-07-20  jakub * tree.def (OMP_LOOP): New tree code.
2019-07-19  jason PR c++/90101 - dependent class non-type parameter.
2019-07-19  jason PR c++/90098 - partial specialization and class non...
2019-07-16  jasonSimplify range location creation in C++ parser.
2019-07-16  jasonSimplify type-specifier parsing.
2019-07-16  jasonFix g++.dg/template/pr84789.C on new concepts branch.
2019-07-16  jasonRemove trailing space.
2019-07-12  jakub * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_O...
2019-07-10  paolo/cp
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-08  jakub PR c++/91110
2019-07-05  jakub PR c++/67184
2019-07-05  paolo/cp
2019-07-05  mpolacek DR 1813
2019-07-04  amsImprove OpenMP map diagnostics.
2019-07-03  marxinRemove another bunch of dead assignment.
2019-06-29  jasonRemove trailing whitespace in C++ front end.
2019-06-27  jason PR c++/55442 - memory-hog with highly recursive constexpr.
2019-06-27  hubicka * class.c (layout_class_type): Set TYPE_CXX_ODR_P...
2019-06-27  marxinRemove quite obvious dead assignments.
2019-06-26  jason PR c++/70462 - unnecessary base ctor variant with...
2019-06-25  jason * class.c (resolves_to_fixed_type_p): Check CLASSTYPE_...
2019-06-25  jakub PR c++/90969
2019-06-25  jozeflImplement alternate "__intN__" form of "__intN" type
2019-06-24  hubicka * ipa-utils.h (type_with_linkage_p): Verify that type is
2019-06-24  jasonDon't use a separate CLASSTYPE_AS_BASE if it's the...
2019-06-23  mpolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22  mpolacek PR c++/86476 - noexcept-specifier is a complete-class...
2019-06-22  mpolacek PR c++/90881 - bogus -Wunused-value in unevaluated...
2019-06-22  paolo/cp
2019-06-21  paolo/cp
2019-06-21  mpolacek PR c++/61490 - qualified-id in friend function definition.
2019-06-21  mpolacek PR c++/60223 - ICE with T{} in non-deduced context.
2019-06-21  mpolacek PR c++/64235 - missing syntax error with invalid alignas.
2019-06-21  mpolacek PR c++/90490 - fix decltype issues in noexcept-specifier.
2019-06-21  jakub PR c++/90950
2019-06-19  mpolacek PR c++/60364 - noreturn after first decl not diagnosed.
2019-06-19  jakub * omp-low.c (lower_rec_input_clauses): Handle referenc...
2019-06-18  jason * constexpr.c (cxx_eval_store_expression): Delay targe...
2019-06-18  jasonConsolidate constexpr array handling.
2019-06-18  jasonHandle constexpr conversion from and then to the same...
2019-06-18  jason * tree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-17  jakub * omp-low.c (struct omp_context): Add scan_inclusive...
2019-06-17  mpolacek PR c++/83820 - excessive attribute arguments not detected.
2019-06-17  nathan[PR c++/90754] name lookup ICE
2019-06-14  mpolacek PR c++/90884 - stray note with -Wctor-dtor-privacy.
2019-06-14  jason PR c++/85552 - wrong instantiation of dtor for DMI.
2019-06-13  paolo/cp
2019-06-13  rguenth2019-06-13 Richard Biener <rguenther@suse.de>
2019-06-12  mpolacek PR c++/66999 - 'this' captured by reference.
2019-06-12  mpolacek PR c++/90825 - endless recursion when evaluating sizeof.
2019-06-12  mpolacek PR c++/90736 - bogus error with alignof.
next