c++: Yet more name-lookup api simplification
[gcc.git] / gcc / cp / semantics.c
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-13 Nathan Sidwell[c++]: Unconfuse lookup_name_real API a bit
2020-07-20 Jason Merrillc++: Pseudo-destructor ends object lifetime.
2020-07-09 Julian Brownopenacc: Set bias to zero for explicit attach/detach...
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-06-16 Patrick Palkac++: TI_DEFERRED_ACCESS_CHECKS and dependent decls
2020-06-16 Patrick Palkac++: Clean up previous change [PR41437]
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-05-15 Patrick Palkac++: decltype of invalid non-dependent expr [PR57943]
2020-05-13 Nathan Sidwellc++: Formatting fixups & some simplifications.
2020-05-01 Patrick Palkac++: Missing SFINAE with inaccessible static data membe...
2020-04-24 Jakub Jelinekc++: Avoid -Wreturn-type warning if a template fn calls...
2020-03-30 Jakub Jelinekc++: Fix handling of internal fn calls in statement...
2020-03-28 Patrick Palkac++: requires-expression outside of a template is misev...
2020-02-05 Jakub Jelinekc++: Mark __builtin_convertvector operand as read ...
2020-02-01 Jason Merrillc++: Fix sizeof VLA lambda capture.
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-22 Marek PolacekPR c++/93324 - ICE with -Wall on constexpr if.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-11-29 Jakub Jelinekre PR c++/60228 (ICE using lambda in #pragma omp declar...
2019-11-27 Andrew Suttonre PR c++/92236 ([concepts] Explain non-satisfaction...
2019-11-27 Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-25 Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-19 Jakub Jelinekre PR c++/92504 (ICE on gcc-9 -fopenmp: internal compil...
2019-11-11 Jakub Jelinekc-parser.c (c_parser_translation_unit): Diagnose declar...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-14 Jakub Jelinekre PR c++/92084 (ICE: tree check: expected tree that...
2019-10-11 Jakub Jelinekre PR c++/91987 (-fstrict-eval-order issues)
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-09-27 Jakub Jelinekre PR c++/88203 (assert does not compile with OpenMP...
2019-09-15 Jason MerrillChange C++ to C comments.
2019-08-31 Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-28 Marek PolacekPR c++/81676 - bogus -Wunused warnings in constexpr if.
2019-08-28 Marek PolacekPR c++/91428 - warn about std::is_constant_evaluated...
2019-08-24 Paolo Carlinisemantics.c (finish_switch_cond): Improve error message...
2019-08-23 Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-08 Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-08-07 Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-06 Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-08-05 Jason Merrill* semantics.c (force_paren_expr): Preserve location.
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04 Andrew StubbsImprove OpenMP map diagnostics.
2019-06-29 Jason MerrillRemove trailing whitespace in C++ front end.
2019-06-21 Jakub Jelinekre PR c++/90950 (OpenMP clause handling rejecting refer...
2019-06-17 Jakub Jelinekomp-low.c (struct omp_context): Add scan_inclusive...
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-02 Nathan Sidwell[C++ PATCH] remove unreachable code
2019-04-29 Nathan Sidwell[C++ PATCH] some cleanups
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...
next