]> gcc.gnu.org Git - gcc.git/history - gcc/cp/semantics.c
c++: Fix handling of internal fn calls in statement expressions [PR94385]
[gcc.git] / gcc / cp / semantics.c
2020-04-07 Jakub Jelinekc++: Fix handling of internal fn calls in statement...
2020-03-04 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-02-13 Jakub Jelinekc++: Mark __builtin_convertvector operand as read ...
2019-12-20 Jakub Jelinekbackport: re PR c++/60228 (ICE using lambda in #pragma...
2019-11-20 Jakub Jelinekbackport: re PR c++/92504 (ICE on gcc-9 -fopenmp: inter...
2019-10-21 Jakub Jelinekbackport: re PR c++/88203 (assert does not compile...
2019-06-28 Jakub Jelinekbackport: re PR c++/90950 (OpenMP clause handling rejec...
2019-04-08 Paolo Carlinire PR c++/89914 (ICE in nothrow_spec_p, at cp/except...
2019-04-03 Jason MerrillPR c++/89331 - ICE with offsetof in incomplete class.
2019-03-27 Jason MerrillPR c++/89831 - error with qualified-id in const member...
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-26 Jakub Jelinekre PR c++/89796 (Incorrect warning generated with OpenM...
2019-03-22 Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-18 Paolo Carlinire PR c++/85014 (internal compiler error: in lookup_bas...
2019-03-14 Jakub Jelinekre PR c++/89512 (ICE in get_expr_operands, at tree...
2019-03-08 Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-03-06 Jason MerrillPR c++/89576 - if constexpr of lambda capture.
2019-03-01 Marek PolacekPR c++/89532 - ICE with incomplete type in decltype.
2019-02-27 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-21 Jakub Jelinekre PR c++/89403 (ICE in maybe_clone_body, at cp/optimiz...
2019-02-17 Marek PolacekPR c++/89217 - ICE with list-initialization in range...
2019-02-13 Marek PolacekPR c++/89297 - ICE with OVERLOAD in template.
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-27 Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-24 Jakub Jelinekre PR c++/88976 (ICE in fold_convert_loc, at fold-const...
2019-01-17 Nathan Sidwell[PR c++/86610] lambda captures in templates
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-21 Jakub Jelinekre PR c++/86524 (std::less with pointer arguments not...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-13 Nathan Sidwell[PR c++/87531] Fix second bug
2018-12-06 Segher Boessenkoolasm inline
2018-11-16 Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-13 Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-11-01 Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
2018-10-29 Joseph Myers[OpenACC] Support C++ "this" in OpenACC directives
2018-09-27 Paolo Carlinire PR c++/84940 (internal compiler error: in build_valu...
2018-09-12 Cesar Philippidis[OpenACC] C++ reference mapping
2018-09-07 Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-08-27 Jakub Jelinekre PR c++/86993 (assignment of read-only variable error...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-07-25 Jakub Jelinekre PR c++/85515 (Bogus suggestions from "GCC's leaky...
2018-07-10 Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-06-22 Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-22 Jason MerrillAvoid taking the address of something just because...
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20 Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-06-06 Jason MerrillPR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-05 Jason MerrillPR c++/85731 - wrong error with qualified-id in template.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-23 Jason MerrillFix cast to rvalue reference from prvalue.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-11 Jakub Jelinekre PR c/85696 (OpenMP with variably modified and defaul...
2018-05-08 Marek Polacekre PR c++/85695 (if constexpr misevaluates typedefed...
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-01 Jason MerrillPR c++/85587 - error with scoped enum in template.
2018-04-09 Jason MerrillPR c++/85277 - ICE with invalid offsetof.
2018-04-04 Jakub Jelinekre PR c++/85146 (ICE with __direct_bases for declared...
2018-04-03 Jason Merrill* semantics.c (finish_if_stmt_cond): Use instantiation_...
2018-03-30 Jakub Jelinekre PR c++/84791 (ICE with broken OpenMP reduction clause)
2018-03-23 Marek Polacekre PR c++/85033 (internal compiler error: in fold_offse...
2018-03-22 Marek Polacekre PR c++/84854 (ICE: unexpected expression in cxx_eval...
2018-03-21 Jakub Jelinekre PR c++/84961 (ICE error: SSA_NAME_DEF_STMT is wrong)
2018-03-14 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-03-07 Jason Merrilllambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06 Alexandre Oliva[PR c++/84492] stmt expr ending with overload
2018-03-02 Jason Merrill* semantics.c (force_paren_expr): Remove redundant...
2018-03-01 Marek Polacekre PR c++/84582 (Rejected valid C++ code since r257961)
2018-03-01 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-02-16 Jason MerrillPR c++/84421 - type-dependent if constexpr
2018-02-08 Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-02-02 Jason MerrillPR c++/84160 - ICE with nested variadic capture.
2018-01-31 Paolo Carlinire PR c++/84092 (ICE on C++14 code with variable templa...
2018-01-23 Nathan Sidwell[C++ PATCH] Deprecate ARM-era for scopes
2018-01-11 Jason MerrillPR c++/82728 - wrong -Wunused-but-set-variable
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-04 Jason MerrillPR c++/83273 - constexpr if allows non-constant condition
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-13 Jason MerrillCapture adjustments for P0588R1.
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 [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.
next
This page took 1.347776 seconds and 108 git commands to generate.