re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer for strea...
[gcc.git] / gcc / cp /
2017-09-22 Jakub Jelinekre PR sanitizer/81929 (exponential slowdown in undefine...
2017-09-22 David MalcolmC++: underline parameters in mismatching function calls
2017-09-21 Evgeny Kudryashovipa: fix dumping with deleted multiversioning nodes
2017-09-21 Nathan Sidwell[C++ PATCH] class member ordering
2017-09-20 Jakub JelinekP0409R2 - allow lambda capture [=, this]
2017-09-18 Jason MerrillPR c++/82069 - ICE with lambda in template
2017-09-15 Manuel López-Ibáñezre PR c++/64644 ("warning: anonymous union with no...
2017-09-15 Bernd Edlingercommon.opt (Wcast-align=strict): New warning option.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-14 Jakub Jelinekre PR c++/81314 (Undefined reference to a function...
2017-09-13 Nathan SidwellConv-op identifers not in identifier hash table
2017-09-13 Nathan SidwellRename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.
2017-09-12 Paolo Carlinire PR c++/70621 (ICE on invalid code at -O1 and above...
2017-09-12 Nathan SidwellKill CLASSTYPE_SORTED_FIELDS.
2017-09-12 Nathan Sidwellname-lookup.c (get_class_binding): Rename TYPE arg...
2017-09-10 Jason MerrillA partially initialized variable isn't constant.
2017-09-09 Eric Botcazoure PR bootstrap/81926 (go/parse.o differs between stage...
2017-09-08 Jason MerrillPR c++/70029 - ICE with ref-qualifier and -flto
2017-09-07 Jason MerrillPR c++/82053 - ICE with default argument in lambda...
2017-09-06 Jason MerrillPR c++/82070 - error with nested lambda capture
2017-09-06 Nathan Sidwellname-lookup.h (lookup_field_1): Delete.
2017-09-06 Nathan Sidwellclass.c (warn_hidden): Don't barf on non-functions.
2017-09-06 Nathan Sidwellname-lookup.c (count_fields): Rename to ...
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-09-05 Nathan Sidwellname-lookup.c (do_class_using_decl): Elide read-once...
2017-09-05 Nathan Sidwellclass.c (add_method): Move slot search and insertion...
2017-09-05 Nathan Sidwellcp-tree.h (lang_decl_base): Rename template_conv_p...
2017-09-05 Nathan Sidwellclass.c (unreverse_member_declarations): Remove extrane...
2017-09-05 Paolo Carlinire PR c++/81942 (ICE on empty constexpr constructor...
2017-09-01 Nathan Sidwellcp-tree.h (resort_type_method_vec): Move declaration...
2017-09-01 Nathan Sidwellclass.c (finish_struct): Call set_class_bindings for...
2017-09-01 Nathan Sidwellclass.c (finish_struct_methods): Done clear DECL_IN_AGG...
2017-09-01 Nathan SidwellRevert 2017-08-28 Nathan Sidwell <nathan@acm.org> Resto...
2017-09-01 Jakub Jelinekre PR c/81887 (pragma omp ordered simd ignored under...
2017-09-01 Marek Polacekre PR c++/82040 (ICE with -Wbool-operation and ~)
2017-08-31 Jason MerrillPR c++/82029 - __PRETTY_FUNCTION__ in lambda in template
2017-08-30 Jason MerrillPR c++/82030 - ICE inheriting from multiple lambdas
2017-08-30 Ville VoutilainenMake taking the address of an overloaded function a...
2017-08-30 Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30 Richard Sandiford[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30 Richard Sandiford[9/77] Add SCALAR_FLOAT_TYPE_MODE
2017-08-29 Jason MerrillPR c++/81236 - ICE with template-id in generic lambda
2017-08-29 Jason Merrilltweak ChangeLog
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-29 Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29 Jason MerrillPR c++/80935 - wrong C++17 error with lambda
2017-08-29 Jason MerrillVarious small fixes.
2017-08-29 Jason MerrillPR c++/80767 - unnecessary instantiation of generic...
2017-08-29 Jason MerrillFix lambdas in template default argument of inherited...
2017-08-29 Jason MerrillAdjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.
2017-08-29 Jason MerrillSupport copying local_specializations.
2017-08-29 Jason MerrillAdd immediate potential_constant_expression variants.
2017-08-29 Jason MerrillInstantiate default arguments/member initializers once.
2017-08-29 Jason MerrillFix default argument conversion failure and SFINAE.
2017-08-28 Nathan Sidwellcp-tree.h (lang_type): Replace sorted_fields vector...
2017-08-28 Nathan Sidwellcp-tree.h (insert_late_enum_def_into_classtype_sorted_f...
2017-08-25 Nathan Sidwellclass.c (method_name_cmp, [...]): Method names can...
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-24 Nathan SidwellConversion operators kept on single overload set
2017-08-23 Nathan Sidwellcp-tree.h (lookup_field_1, [...]): Move declatations...
2017-08-23 Nathan Sidwellsemantics.c (finish_member_declaration): Move USING_DEC...
2017-08-23 Nathan Sidwellcp-tree.h (maybe_version_functions): Declare.
2017-08-23 Nathan Sidwellcp-tree.h (print_search_statistics, [...]): Don't declare.
2017-08-21 Nathan Sidwellsearch.c (lookup_field_r): Remove obsolete code for...
2017-08-21 Nathan Sidwellsearch.c (lookup_field_1): Assert TYPE is a class and...
2017-08-21 David Malcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-21 Nathan Sidwellre PR c++/81899 (ICE: Segmentation fault)
2017-08-18 David MalcolmC++: fix ordering of missing std #include suggestion...
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-08-17 Nathan Sidwellcp-tree.def (TEMPLATE_TEMPLATE_PARM): Remove stale...
2017-08-17 Nathan Sidwelllex.c (maybe_add_lang_type_raw): BOUND_TEMPLATE_TEMPLAT...
2017-08-17 Nathan Sidwellcp-tree.h (struct lang_type): Remove template_info...
2017-08-14 Martin SeborPR c/81117 - Improve buffer overflow checking in strncp...
2017-08-11 Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-08-11 Jason MerrillPR c++/81671 - nullptr_t template parameter
2017-08-10 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-10 Jason MerrillPR c++/80452 - Core 1579, implicit move semantics on...
2017-08-10 David MalcolmC/C++: show pertinent open token when missing a close...
2017-08-09 Jason MerrillPR c++/81525 - wrong constant value with generic lambda
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-09 Marek PolacekBoolify some parameters.
2017-08-08 Marek Polacekre PR c++/81607 (Conditional operator: "type mismatch...
2017-08-08 Martin Liskatrans.c: Include header files.
2017-08-07 Martin LiskaCanonicalize names of attributes.
2017-08-04 Paolo Carlinire PR c++/79790 ([C++17] ICE class template argument...
2017-08-03 Paolo Carlinire PR c++/71440 (ICE on invalid C++ code in instantiate...
2017-08-02 Jakub Jelinekre PR c++/81640 (ICE in lookup_fnfields_slot_nolazy...
2017-08-01 Jason Merrill* decl.c (declare_global_var): Set DECL_CONTEXT.
2017-07-31 Jan HubickaRecover GOTO predictor.
2017-07-31 Martin LiskaDo UBSAN sanitization just when current_function_decl...
2017-07-29 Jakub Jelinekdebug.h (struct gcc_debug_hooks): Add IMPLICIT argument...
2017-07-29 Trevor Saundersuse c++ instead of _stat for copy_node_stat
2017-07-26 Paolo Carlinire PR c++/71570 (ICE on invalid variable capture in...
2017-07-26 Jason MerrillP0702R1 - List deduction of vector.
2017-07-26 Leonid KoppelPR c++/67054 - Inherited ctor with non-default-construc...
2017-07-21 Nathan Sidwellsearch.c (lookup_conversion_operator): Return overloads.
2017-07-21 Nathan SidwellRemove special CDtor METHOD_VEC slots.
2017-07-21 Nathan Sidwellcall.c (add_candidates): Move decls to initialization.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-19 Nathan Sidwellclass.c (add_implicitly_declared_members): Use classtyp...
next