]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/semantics.c
2019-02-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
[thirdparty/gcc.git] / gcc / cp / semantics.c
2019-02-21  jakub PR c++/89403
2019-02-17  mpolacek PR c++/89217 - ICE with list-initialization in range...
2019-02-13  mpolacek PR c++/89297 - ICE with OVERLOAD in template.
2019-02-13  aoliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-27  mpolacek PR c++/88815 - narrowing conversion lost in decltype.
2019-01-24  jakub PR c++/88976
2019-01-17  nathan[PR c++/86610] lambda captures in templates
2019-01-07  jakub PR c++/85052
2019-01-01  jakub Update copyright years.
2018-12-21  jakub PR c++/86524
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-13  nathan[PR c++/87531] Fix second bug
2018-12-06  segherasm inline
2018-11-16  nathan Remove ovl_used, it is no longer needed
2018-11-13  jason Implement P0315R4, Lambdas in unevaluated contexts.
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-11-05  jason Implement P0732R2, class types in non-type template...
2018-11-01  nathan[ABI PATCH] static anonymous unions of function scope
2018-10-29  jules[OpenACC] Support C++ "this" in OpenACC directives
2018-09-27  paolo/cp
2018-09-12  jules[OpenACC] C++ reference mapping
2018-09-07  mpolacek PR c++/87152 - range-based for loops with initializer...
2018-08-27  jakub PR c++/86993
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-07-25  jakub PR c++/85515
2018-07-10  jakub PR c++/86443
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-22  jason Avoid taking the address of something just because...
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-06-06  jason PR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-05  jason PR c++/85731 - wrong error with qualified-id in template.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-23  jason Fix cast to rvalue reference from prvalue.
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-11  jakub PR c/85696
2018-05-08  mpolacek PR c++/85695
2018-05-07  nathan[C++ PATCH] Kill -fno-for-scope
2018-05-01  jason PR c++/85587 - error with scoped enum in template.
2018-04-09  jason PR c++/85277 - ICE with invalid offsetof.
2018-04-04  jakub PR c++/85146
2018-04-03  jason* semantics.c (finish_if_stmt_cond): Use instantiation_...
2018-03-30  jakub PR c++/84791
2018-03-23  mpolacek PR c++/85033
2018-03-22  mpolacek PR c++/84854
2018-03-21  jakub PR c++/84961
2018-03-14  mpolacek PR c++/84596
2018-03-07  jason * lambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06  aoliva[PR c++/84492] stmt expr ending with overload
2018-03-02  jason * semantics.c (force_paren_expr): Remove redundant...
2018-03-01  mpolacek PR c++/84582
2018-03-01  mpolacek PR c++/84596
2018-02-16  jason PR c++/84421 - type-dependent if constexpr
2018-02-08  paolo2018-02-08 Paolo Carlini <paolo.carlini@oracle.com>
2018-02-02  jason PR c++/84160 - ICE with nested variadic capture.
2018-01-31  paolo/cp
2018-01-23  nathan[C++ PATCH] Deprecate ARM-era for scopes
2018-01-11  jason PR c++/82728 - wrong -Wunused-but-set-variable
2018-01-03  jakub Update copyright years.
2017-12-22  ebotcazou * doc/extend.texi (Loop-Specific Pragmas): Document...
2017-12-04  jason PR c++/83273 - constexpr if allows non-constant condition
2017-11-28  jakub PR sanitizer/81275
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-23  ebotcazou * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-13  jason Capture adjustments for P0588R1.
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-31  nathan[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  nathan[C++ PATCH] overloaded operator fns [1/N]
2017-10-23  paolo/cp
2017-10-10  jason More delayed lambda capture fixes.
2017-10-10  jasonVarious small C++ fixes.
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-09-28  jason PR c++/56973, DR 696 - capture constant variables...
2017-09-28  jason Use local_specializations to find capture proxies.
2017-09-18  jason PR c++/82069 - ICE with lambda in template
2017-09-06  nathan * name-lookup.h (lookup_fnfields_slot_nolazy,
2017-08-29  jason PR c++/81236 - ICE with template-id in generic lambda
2017-08-29  jason Reimplement handling of lambdas in templates.
2017-08-29  jason Remove unnecessary LAMBDA_EXPR fields.
2017-08-29  jason Add immediate potential_constant_expression variants.
2017-08-23  nathan * semantics.c (finish_member_declaration): Move USING_...
2017-08-08  marxin.
2017-07-31  marxinRecover GOTO predictor.
2017-07-21  nathan Remove special CDtor METHOD_VEC slots.
2017-07-21  nathan gcc/
2017-07-17  nathan * semantics.c (classtype_has_nothrow_assign_or_copy_p...
2017-06-30  nathan * config-lang.in (gtfiles): Add cp/lex.c.
2017-06-30  nathan * cp-tree.h (lookup_fnfields_1, class_method_index_for...
2017-06-22  nathan Reorder IDENTIFIER flags
2017-06-21  jakub PR c++/81154
2017-06-19  jason PR c++/80562 - ICE with constexpr if.
2017-06-11  jason * tree.h (id_equal): New.
2017-06-08  jakub PR c/81006
2017-05-30  jason PR c++/80856 - ICE with local extern in template
2017-05-29  nathan PR c++/80891 (#3)
2017-05-25  reichelt * doc/invoke.texi (-Wcatch-value=): Document...
2017-05-18  nathan * cp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-17  villeImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16  dmalcolmC++: fix-it hints suggesting accessors for private...
next