re PR sanitizer/88901 (ICE when using -fsanitize=pointer-compare)
[gcc.git] / gcc / cp / constexpr.c
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...
2018-09-12 Martin LiskaAdd quotes for -fconstexpr-depth= in an error message.
2018-09-08 Jason MerrillPR c++/86678 - constexpr function with non-constant...
2018-09-07 Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-08 Jakub JelinekP0595R1 - is_constant_evaluated
2018-08-08 Jakub Jelinekre PR c++/86738 (gcc 8.2: Internal compiler error memcpy)
2018-08-06 Marek Polacekre PR c++/86767 (continue statements in constexpr funct...
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 Marek Polacekre PR c++/86240 (ice: unexpected expression absu_expr)
2018-06-19 Jason Merrillcp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-06-16 Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-14 Jason MerrillPR c++/86099 - ICE with trivial copy and non-trivial...
2018-06-11 Jason MerrillFix ptrmem comparison for unions.
2018-06-01 Jason MerrillCWG 1581: When are constexpr member functions defined?
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-18 Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-15 Jason Merrill* constexpr.c (cxx_eval_vec_init_1): Pass tf_none if...
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-11 Jason Merrilldecl.c (cp_finish_decl): Don't instantiate auto variable.
2018-04-25 Jakub Jelinekre PR c++/85437 (member pointer static upcast rejected...
2018-04-12 Marek Polacekre PR c++/85258 (ICE with invalid range-based for-loop)
2018-04-11 Marek Polacekre PR c++/85032 (Wrong non-constant condition for stati...
2018-04-04 Jakub Jelinekre PR inline-asm/85172 (internal compiler error: unexpe...
2018-04-03 Jason MerrillPR c++/85113 - ICE with constexpr and __builtin_constant_p.
2018-03-21 David MalcolmC++: show private field accessor hints with -g and...
2018-03-21 Marek PolacekPR c++/71638, ICE with NSDMI and reference.
2018-03-20 Marek Polacekre PR c++/84927 (ICE with NSDMI and reference)
2018-03-19 Marek Polacekre PR c++/84927 (ICE with NSDMI and reference)
2018-03-12 Jakub Jelinekre PR c++/84808 (ICE with constexpr and array)
2018-03-07 Jason Merrilllambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06 Marek Polacekre PR c++/84684 (inserting random code / flags produces...
2018-03-05 Jakub Jelinekre PR c++/84684 (inserting random code / flags produces...
2018-03-02 Marek Polacekre PR c++/84578 (ICE with flexible array member and...
2018-03-01 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-02-26 Jason MerrillPR c++/84559 - ICE with constexpr VLA.
2018-02-26 Jakub Jelinekre PR c++/84558 (ICE with invalid constexpr constructor)
2018-02-24 Marek Polacekre PR c++/83692 (Rejects valid constexpr with unrelated...
2018-02-22 Jason MerrillPR c++/84424 - ICE with constexpr and __builtin_shuffle.
2018-02-19 Jakub Jelinekre PR c++/84430 (ICE with #pragma omp simd in lambda)
2018-02-16 Marek Polacekre PR c++/84192 (ICE with statement expression)
2018-02-16 Jason MerrillPR c++/81853 - using-directive and constexpr.
2018-02-12 Richard Bienerre PR c++/84281 (Heap grows indefinitely)
2018-02-09 Marek Polacekre PR c++/83659 (ICE on compilable C++ code: in tree_to...
2018-02-08 Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-02-02 Paolo Carlinic-common.h (DECL_UNNAMED_BIT_FIELD): New.
2018-02-02 Jason MerrillPR c++/84160 - ICE with nested variadic capture.
2018-01-31 Jason Merrillre PR c++/83993 (ICE: constant not recomputed when...
2018-01-31 Jakub Jelinekre PR c++/83993 (ICE: constant not recomputed when...
2018-01-29 Marek Polacekre PR c++/83996 (ICE with zero-sized array)
2018-01-24 Paolo Carlinire PR c++/83921 (GCC rejects constexpr initialization...
2018-01-19 Marek Polacek* constexpr.c (fold_simple): Simplify.
2018-01-18 Jason MerrillPR c++/82461 - constexpr list-initialized member
2018-01-17 Paolo Carlinire PR c++/81054 (ICE with volatile variable in constexp...
2018-01-09 Jakub Jelinekre PR c++/83734 (ice in cxx_eval _statement_list, at...
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-02 Nathan Sidwell[C++ PATCH] tiny code cleanup
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-21 Richard Sandifordpoly_int: get_inner_reference & co.
2017-12-18 Marek Polacekre PR c++/83116 (Statement with no effect causes wrong...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-04 Jason MerrillPR c++/83273 - constexpr if allows non-constant condition
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-21 Martin LiskaAdd quotes for constexpr keyword.
2017-11-21 Marc GlisseNew POINTER_DIFF_EXPR
2017-11-20 Jakub Jelinekre PR c++/82781 (Vector extension operators return...
2017-11-13 Jason MerrillCapture adjustments for P0588R1.
2017-11-06 Martin LiskaInstrument function exit with __builtin_unreachable...
2017-10-31 Jason Merrillconstexpr.c, pt.c: Adjust comments.
2017-10-10 Jason MerrillMore delayed lambda capture fixes.
2017-10-10 Jason MerrillVarious small C++ fixes.
2017-10-02 Richard SandifordFix mismatched precisions in tree arithmetic
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-10 Jason MerrillA partially initialized variable isn't constant.
next