]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/constexpr.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / constexpr.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-29  Marek PolacekPR c++/88337 - Implement P1327R1: Allow dynamic_cast...
2019-12-19  Jason MerrillPR c++/91165 follow-on tweak
2019-12-17  Jason MerrillPR c++/79592 - missing explanation of invalid constexpr.
2019-12-16  Jason MerrillPR c++/91165 - verify_gimple ICE with cached constexpr.
2019-12-05  Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-12-03  Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-12-03  Jakub Jelinekre PR c++/91369 (Implement P0784R7: constexpr new)
2019-12-03  Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-12-02  Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
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-27  Jason MerrillRemember the location of a variable template-id.
2019-11-22  Marek PolacekPR c++/88337 - P1327R1: Allow polymorphic typeid in...
2019-11-19  Jakub Jelinekre PR c++/92414 (internal compiler error: tree check...
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-05  Jason MerrillVarious small C++ changes.
2019-11-05  Jakub Jelinekre PR c++/92343 ([[likely]]/[[unlikely]] prevent method...
2019-11-01  Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-30  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-29  Marek PolacekPR c++/91548 - fix detecting modifying const objects...
2019-10-23  Jakub Jelinekconstexpr.c (cxx_eval_constant_expression): Temporarily...
2019-10-22  Marc GlissePR c++/85746: Don't fold __builtin_constant_p prematurely
2019-10-21  Jakub Jelinekre PR c++/92015 (internal compiler error: in cxx_eval_a...
2019-10-11  Paolo Carlinitypeck.c (cp_build_binary_op): Do not handle RROTATE_EX...
2019-10-09  Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-05  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-04  Jakub Jelinekre PR c++/71504 ([C++11] constexpr fails with multidime...
2019-10-02  Jakub Jelinekconstexpr.c (cxx_eval_constant_expression): If not...
2019-10-02  Jakub Jelinekconstexpr.c (cxx_eval_store_expression): Formatting...
2019-10-02  Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-09-27  Jason Merrillconstexpr.c (cxx_fold_indirect_ref): Use similar_type_p.
2019-09-10  Marek PolacekPR c++/91705 - constexpr evaluation rejects ++/-- on...
2019-08-26  Marek PolacekPR c++/91545 - ICE in constexpr store evaluation.
2019-08-19  Marek PolacekPR c++/91264 - detect modifying const objects in constexpr.
2019-08-08  Marek Polacekconstexpr.c (inline_asm_in_constexpr_error): New.
2019-08-07  Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
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-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-27  Jason MerrillPR c++/55442 - memory-hog with highly recursive constexpr.
2019-06-25  Jakub Jelinekre PR c++/90969 (ICE: tree check: expected array_type...
2019-06-18  Jason Merrill* constexpr.c (cxx_eval_store_expression): Delay target...
2019-06-18  Jason MerrillConsolidate constexpr array handling.
2019-06-18  Jason MerrillHandle constexpr conversion from and then to the same...
2019-06-18  Jason Merrilltree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-12  Marek PolacekPR c++/90825 - endless recursion when evaluating sizeof.
2019-06-12  Marek PolacekPR c++/90736 - bogus error with alignof.
2019-06-10  Jason Merrillconstexpr.c (free_constructor): New.
2019-06-10  Jason MerrillReduce unsharing in constexpr call evaluation.
2019-06-10  Jason MerrillReduce constexpr_call memory consumption.
2019-06-07  Jason MerrillAvoid constexpr garbage for implicit conversion to...
2019-06-05  Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-06-04  Jason MerrillReduce accumulated garbage in constexpr evaluation.
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13  Jason MerrillUse releasing_vec more broadly.
2019-04-12  Marek PolacekPR c++/87603 - constexpr functions are no longer noexcept.
2019-04-05  Jason MerrillPR c++/89948 - ICE with break in statement-expr.
2019-03-31  Marek PolacekPR c++/89852 - ICE with C++11 functional cast with...
2019-03-28  Jakub Jelinekre PR c++/89785 (Incorrect "not a constant expression...
2019-03-26  Jason MerrillPR c++/86429 - constexpr variable in lambda.
2019-03-22  Jakub Jelinekre PR c++/87481 (Endless loop with optimisation in...
2019-03-14  Jakub Jelinekre PR c++/89652 (ICE during constexpr evaluation)
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08  Jakub Jelinekre PR c++/89599 (C-style function-pointer-to-void*...
2019-03-05  Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-03-01  Jakub JelinekImplement P1002R1, Try-catch blocks in constexpr functi...
2019-02-26  Jakub Jelinekre PR c++/89481 (constexpr function allows writing...
2019-02-21  Jakub Jelinekre PR c++/89285 (ICE after casting the this pointer...
2019-02-20  Jakub Jelinekre PR c++/89336 (internal compiler error when compiling...
2019-02-19  Jason MerrillPR c++/89336 - multiple stores in constexpr stmt.
2019-02-17  Marek PolacekPR c++/89217 - ICE with list-initialization in range...
2019-02-01  Marek PolacekPR c++/88983 - ICE with switch in constexpr function.
2019-01-31  Marek PolacekPR c++/89083, c++/80864 - ICE with list initialization...
2019-01-23  Jason MerrillPR c++/87893 - constexpr ctor ICE on ARM.
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-19  Jakub Jelinekre PR c++/87934 (struct with NSDMI of enum makes initia...
2018-12-12  Jakub Jelinekre PR c++/88446 (__builtin_is_constant_evaluated reject...
2018-12-12  Jakub Jelinekre PR c++/88449 (__builtin_is_constant_evaluated misbeh...
2018-12-11  Jakub Jelinekre PR c++/87861 (ICE in output_constructor_regular_fiel...
2018-12-11  Marek PolacekPR c++/86608 - reading constexpr volatile variable.
2018-12-06  Jakub Jelinekre PR c++/87506 (ICE with inherited constexpr construct...
2018-12-05  Alexandre Oliva[PR85569] skip constexpr target_expr constructor dummy...
2018-11-20  Jakub Jelinekre PR c++/88110 (ICE (segfault) with -std=C++2a in...
2018-11-15  Paolo Carliniconstexpr.c (ensure_literal_type_for_constexpr_object...
2018-11-14  Jakub JelinekP1236R1 - Signed integers are two's complement
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05  Jason MerrillFix various latent issues revealed by P0732 work.
2018-10-29  Marek PolacekPR c++/87594 - constexpr rejects-valid with range-based...
2018-10-10  Marek PolacekPR c++/87567 - constexpr rejects call to non-constexpr...
2018-09-25  Jakub Jelinekre PR c++/87398 (g++ ICE on valid code: tree check...
2018-09-21  Marek PolacekPR c++/87372 - __func__ constexpr evaluation.
2018-09-21  Jason Merrill* constexpr.c (cxx_eval_outermost_constant_expr): Updat...
2018-09-20  Jason MerrillPR c++/87075 - ICE with constexpr array initialization.
2018-09-18  Marek PolacekP1064R0 - Allowing Virtual Function Calls in Constant...
next