]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/semantics.c
[C++ PATCH] overloaded operator fns [2/N]
[thirdparty/gcc.git] / gcc / cp / semantics.c
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-23  Paolo Carlinire PR c++/80449 (ICE reporting failed partial class...
2017-10-10  Jason MerrillMore delayed lambda capture fixes.
2017-10-10  Jason MerrillVarious small C++ fixes.
2017-10-10  Richard SandifordRequire wi::to_wide for trees
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-18  Jason MerrillPR c++/82069 - ICE with lambda in template
2017-09-06  Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-08-29  Jason MerrillPR c++/81236 - ICE with template-id in generic lambda
2017-08-29  Jason MerrillReimplement handling of lambdas in templates.
2017-08-29  Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29  Jason MerrillAdd immediate potential_constant_expression variants.
2017-08-23  Nathan Sidwellsemantics.c (finish_member_declaration): Move USING_DEC...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-31  Jan HubickaRecover GOTO predictor.
2017-07-21  Nathan SidwellRemove special CDtor METHOD_VEC slots.
2017-07-21  Nathan SidwellRemove TYPE_METHODS.
2017-07-17  Nathan Sidwellsemantics.c (classtype_has_nothrow_assign_or_copy_p...
2017-06-30  Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-30  Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-21  Jakub Jelinekre PR c++/81154 (OpenMP with shared variable in a templ...
2017-06-19  Jason MerrillPR c++/80562 - ICE with constexpr if.
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-06-08  Jakub Jelinekre PR c/81006 (ICE with zero-size array and #pragma...
2017-05-30  Jason MerrillPR c++/80856 - ICE with local extern in template
2017-05-29  Nathan SidwellPR c++/80891 (#3)
2017-05-25  Volker Reicheltinvoke.texi (-Wcatch-value=): Document new warning...
2017-05-18  Nathan Sidwellcp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-17  Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16  David MalcolmC++: fix-it hints suggesting accessors for private...
2017-05-16  Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-16  Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16  Nathan Sidwellpt.c (tsubst_copy_and_build): Remove unnecessary COMPON...
2017-05-10  Nathan Sidwellcp-tree.h (build_new_function_call): Lose koenig_p...
2017-05-10  Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-05-09  Jason MerrillPR c++/70167 - array prvalue treated as lvalue
2017-05-05  Nathan Sidwellclass.c (alter_class): Use retrofit_lang_decl directly.
2017-05-04  Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-05-01  Xi Ruoyaore PR c++/80038 (Random segfault using local vectors...
2017-04-04  Jason Merrill* semantics.c (finish_template_type): Check CLASSTYPE_T...
2017-03-31  Jakub Jelinekre PR libstdc++/80251 (Is the is_aggregate meta functio...
2017-03-22  Jakub Jelinekre PR c++/80141 (ICE with pragma omp declare)
2017-02-27  Volker Reicheltinit.c: Include intl.h.
2017-02-22  Marek Polacekre PR c++/79657 (ICE on invalid c++ code in finish_unde...
2017-02-21  Jason MerrillPR c++/50308 - wrong deprecated warning with ADL
2017-02-10  Jason MerrillPR c++/71285 - member of fold-expression
2017-02-09  Chung-Lin Tanggimplify.c (gimplify_scan_omp_clauses): No special...
2017-01-31  Nathan Sidwellre PR c++/79264 (ICE verify_type failed)
2017-01-31  Alexandre OlivaIntroduce C++ support in libcc1
2017-01-27  Adam Butcherre PR c++/64382 (ICE due to use of `this` inside a...
2017-01-26  Jakub Jelinekre PR c++/68727 (invalid offsetof expressions accepted)
2017-01-20  Marek Polacekre PR c/64279 (Warning missing for "(cond) ? A : A...
2017-01-11  Jason MerrillPR c++/78337 - ICE on invalid with generic lambda
2017-01-09  Jakub Jelinekre PR translation/79019 (translatable string typo in...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-14  Martin JamborSplit omp-low into multiple files
2016-11-18  Jason MerrillPR c++/67631 - list-init and explicit conversions
2016-11-16  Jason MerrillFix tuple decomposition decltype.
2016-11-15  Jason MerrillPR c++/78358 - tuple decomposition decltype
2016-11-15  Jason MerrillVarious C++17 decomposition fixes.
2016-11-14  Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-14  Jason MerrillImprove various diagnostic issues.
2016-10-25  Jakub Jelinekinternal-fn.def (LAUNDER): New internal function.
2016-10-06  Jakub JelinekImplement P0258R2 - helper for C++17 std::has_unique_ob...
2016-10-05  Jason Merrill* semantics.c (finish_compound_literal): Handle class...
2016-10-05  Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-09-26  Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-14  Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-10  Jason MerrillImplement C++17 constexpr if.
2016-08-09  Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-29  Marek Polacekre PR c/71926 (wrong location for -Wparentheses warning)
2016-07-22  Jason MerrillPR c++/69223 - ICE with deduced template return type.
2016-07-15  Jason MerrillPR c++/71495 - spurious note during SFINAE.
2016-07-15  Cesar Philippidisc-parser.c (c_parser_oacc_declare): Don't scan for...
2016-06-29  Thomas SchwingeImprove diagnostic messages of "#pragma omp cancel...
2016-06-17  Jakub Jelineksemantics.c (handle_omp_array_sections_1): Don't ICE...
2016-06-16  Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Handle COMPONEN...
2016-06-14  Jason MerrillP0145R2: Refining Expression Order for C++.
2016-06-03  Chung-Lin Tangc-typeck.c (c_finish_omp_clauses): Mark OpenACC reducti...
2016-05-30  Paolo Carlinire PR c++/71238 (Undeclared function message imprecisel...
2016-05-26  Jakub Jelinekc-parser.c (c_parser_omp_clause_schedule): Warn if...
2016-05-26  Patrick PalkaFix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
2016-05-24  Cesar Philippidisc-parser.c (c_parser_oacc_declare): Add support for...
2016-05-24  Jakub Jelinekre PR c++/71257 (OpenMP declare simd linear with ref...
2016-05-13  Jason MerrillFix type-dependence and the current instantiation.
2016-05-12  Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-02  Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-04-21  Paolo Carlinire PR c++/70540 (ICE on invalid code in cxx_incomplete_...
2016-04-20  Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-04-20  Nathan Sidwellsemantics.c (finish_compound_lteral): Don't wrap VECTOR...
2016-04-19  Jason MerrillPR c++/66543 - -Wunused-but-set* false positives
2016-04-19  Jason MerrillTiny C++ cleanups.
2016-04-13  Jason Merrillre PR c++/70634 (ICE on valid code on x86_64-linux...
2016-03-12  Patrick PalkaFix PR c++/70106 (type of parenthesized qualified-id...
2016-02-26  Jason Merrillre PR c++/69889 (ICE: in assign_temp, at function.c...
next