]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
[C++ PATCH] overloaded operator fns [6/N]
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [6/N]
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [6/N]
2017-10-31  David Malcolmpt.c: add missing %< and %>
2017-10-31  David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [5/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [4/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [3/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-30  Paolo Carlinire PR c++/82085 (ICE: Template variable reference used...
2017-10-30  Nathan Sidwell[C++ PATCH] operator name cleanup prepatch
2017-10-27  Paolo Carlinipt.c (invalid_nontype_parm_type_p): Return a bool inste...
2017-10-26  Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_LABEL_VALUE
2017-10-25  Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_LABEL_VALUE
2017-10-25  Nathan Sidwell[C++ PATCH] Label checking cleanups
2017-10-25  Jakub Jelinekre PR libstdc++/81706 (std::sin vectorization bug)
2017-10-24  Paolo Carlinire PR c++/82466 (Missing warning for re-declaration...
2017-10-24  Paolo Carlinire PR c++/80991 (ICE with __is_trivially_constructible...
2017-10-24  Mukesh Kapoorre PR c++/82307 (unscoped enum-base incorrect cast)
2017-10-23  Paolo Carlinire PR c++/80449 (ICE reporting failed partial class...
2017-10-23  Jason MerrillPR c++/77369 - wrong noexcept handling in C++14 and...
2017-10-20  Nathan Sidwell[C++ PATCH] AS_BASETYPE
2017-10-19  Jakub Jelinekre PR c++/82600 (Address of local variable returned...
2017-10-17  Nathan Sidwell[C++ PATCH 82560] missing dtor call
2017-10-17  Nathan Sidwell[PATCH PR/82546] tree node size
2017-10-13  Jason MerrillPR c++/82357 - bit-field in template
2017-10-13  David MalcolmC++: show location of unclosed extern "C" specifications
2017-10-12  Nathan Sidwell[C++ PATCH] cp_expr tweak and delete unused enumerations
2017-10-12  David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-12  David MalcolmC++: avoid partial duplicate implementation of cp_parse...
2017-10-11  Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10  Nathan Sidwell[C++ PATCH] hash-table for extern-c fns.
2017-10-10  Nathan Sidwell[C++ PATCH] Kill unneeded hash specialization
2017-10-10  Nathan Sidwell[C++ PATCH] Hash mangling alias
2017-10-10  Jason MerrillMore delayed lambda capture fixes.
2017-10-10  Jason MerrillVarious small C++ fixes.
2017-10-10  Jason MerrillCheck non-dependent conversion in return from template fn.
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-10-10  Nathan Sidwell[C++ PATCH] set_global_binding tweak
2017-10-06  Paolo Carlini2017-10-06 Paolo Carlini <paolo.carlini@oracle.com>
2017-10-06  Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-10-06  Nathan Sidwell[PR c++/82424] Dont convert dependent types
2017-10-06  Jakub Jelinekre PR c++/82299 (-Wuseless-cast errors on typed enums...
2017-10-06  Jakub JelinekP0704R1 - fixing const-qualified pointers to members
2017-10-06  Nathan Sidwell[C++ PATCH] hash-table for extern-c fns.
2017-10-06  Nathan Sidwell[C++ PATCH] use hash-table for namespace contents
2017-10-05  Jason Merrill* call.c (convert_arg_to_ellipsis): Use the result...
2017-10-05  Nathan SidwellRe: [PATCH] C++ warning on vexing parse
2017-10-05  Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-10-05  Nathan SidwellRe: [C++ PATCH] Move mangling alias out of ::
2017-10-04  Nathan Sidwell[C++ PATCH] give builtin types consistent name
2017-10-04  Paolo Carlinire PR c++/71946 (asm in toplevel lambda function rejected)
2017-10-04  Nathan Sidwell[C++ PATCH] Move mangling alias out of ::
2017-10-04  Jakub Jelinekre PR c++/82373 (syntax error in error message)
2017-10-04  Jason MerrillPR c++/81525 - broken handling of auto in generic lambda.
2017-10-04  Nathan Sidwellcall.c (convert_arg_to_ellipsis): Correct comment about...
2017-10-02  Richard SandifordFix mismatched precisions in tree arithmetic
2017-09-30  Paolo Carlinire PR c++/68754 (Explicitly defaulted constexpr assignm...
2017-09-29  Jakub JelinekP0683R1 - default member initializers for bit-fields
2017-09-29  Jakub Jelinekc-attribs.c (handle_packed_attribute): Test DECL_C_BIT_...
2017-09-29  Jakub Jelinekparser.c (cp_parser_member_declaration): Parse attribut...
2017-09-29  Jakub Jelinek* Make-lang.in (check-c++-all): Test also c++2a.
2017-09-28  Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-09-28  Jason MerrillUse local_specializations to find capture proxies.
2017-09-28  Jason MerrillSmall lambda fixes.
2017-09-22  Eric Botcazoure PR bootstrap/81926 (go/parse.o differs between stage...
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  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 ~)
next