]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/constexpr.c
Consolidate constexpr array handling.
[thirdparty/gcc.git] / gcc / cp / constexpr.c
2019-06-18  jasonConsolidate constexpr array handling.
2019-06-18  jasonHandle constexpr conversion from and then to the same...
2019-06-18  jason * tree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-12  mpolacek PR c++/90825 - endless recursion when evaluating sizeof.
2019-06-12  mpolacek PR c++/90736 - bogus error with alignof.
2019-06-10  jason * constexpr.c (free_constructor): New.
2019-06-10  jasonReduce unsharing in constexpr call evaluation.
2019-06-10  jason Reduce constexpr_call memory consumption.
2019-06-07  jasonAvoid constexpr garbage for implicit conversion to...
2019-06-05  mseborgcc/c/ChangeLog:
2019-06-04  jason Reduce accumulated garbage in constexpr evaluation.
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-13  jason Use releasing_vec more broadly.
2019-04-12  mpolacek PR c++/87603 - constexpr functions are no longer noexcept.
2019-04-05  jason PR c++/89948 - ICE with break in statement-expr.
2019-03-31  mpolacek PR c++/89852 - ICE with C++11 functional cast with...
2019-03-28  jakub PR c++/89785
2019-03-26  jason PR c++/86429 - constexpr variable in lambda.
2019-03-22  jakub PR c++/87481
2019-03-14  jakub PR c++/89652
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jakub PR c++/89599
2019-03-05  jason * class.c (is_really_empty_class): Add ignore_vptr...
2019-03-01  jakub Implement P1002R1, Try-catch blocks in constexpr functions
2019-02-26  jakub PR c++/89481
2019-02-21  jakub PR c++/89285
2019-02-20  jakub PR c++/89336
2019-02-19  jason PR c++/89336 - multiple stores in constexpr stmt.
2019-02-17  mpolacek PR c++/89217 - ICE with list-initialization in range...
2019-02-01  mpolacek PR c++/88983 - ICE with switch in constexpr function.
2019-01-31  mpolacek PR c++/89083, c++/80864 - ICE with list initialization...
2019-01-23  jason PR c++/87893 - constexpr ctor ICE on ARM.
2019-01-07  jakub PR c++/85052
2019-01-01  jakub Update copyright years.
2018-12-21  jakub PR c++/86524
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-19  jakub PR c++/87934
2018-12-12  jakub PR c++/88446
2018-12-12  jakub PR c++/88449
2018-12-11  jakub PR c++/87861
2018-12-11  mpolacek PR c++/86608 - reading constexpr volatile variable.
2018-12-06  jakub PR c++/87506
2018-12-05  aoliva[PR85569] skip constexpr target_expr constructor dummy...
2018-11-20  jakub PR c++/88110
2018-11-15  paolo/cp
2018-11-14  jakub P1236R1 - Signed integers are two's complement
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-11-05  jasonFix various latent issues revealed by P0732 work.
2018-10-29  mpolacek PR c++/87594 - constexpr rejects-valid with range...
2018-10-10  mpolacek PR c++/87567 - constexpr rejects call to non-constexpr...
2018-09-25  jakub PR c++/87398
2018-09-21  mpolacek PR c++/87372 - __func__ constexpr evaluation.
2018-09-21  jason * constexpr.c (cxx_eval_outermost_constant_expr):...
2018-09-20  jason PR c++/87075 - ICE with constexpr array initialization.
2018-09-18  mpolacek P1064R0 - Allowing Virtual Function Calls in Constant...
2018-09-12  marxinAdd quotes for -fconstexpr-depth= in an error message.
2018-09-08  jason PR c++/86678 - constexpr function with non-constant...
2018-09-07  mpolacek PR c++/87152 - range-based for loops with initializer...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-08  jakub P0595R1 - is_constant_evaluated
2018-08-08  jakub PR c++/86738
2018-08-06  mpolacek PR c++/86767
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-22  jason Avoid taking the address of something just because...
2018-06-20  mpolacek PR c++/86240
2018-06-19  jason * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-06-16  kugangcc/ChangeLog:
2018-06-14  jason PR c++/86099 - ICE with trivial copy and non-trivial...
2018-06-11  jasonFix ptrmem comparison for unions.
2018-06-01  jason CWG 1581: When are constexpr member functions defined?
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-15  jason * constexpr.c (cxx_eval_vec_init_1): Pass tf_none...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-11  jason * decl.c (cp_finish_decl): Don't instantiate auto...
2018-04-25  jakub PR c++/85437
2018-04-12  mpolacek PR c++/85258
2018-04-11  mpolacek PR c++/85032
2018-04-04  jakub PR inline-asm/85172
2018-04-03  jason PR c++/85113 - ICE with constexpr and __builtin_consta...
2018-03-21  dmalcolmC++: show private field accessor hints with -g and...
2018-03-21  mpolacek PR c++/71638, ICE with NSDMI and reference.
2018-03-20  mpolacek PR c++/84927
2018-03-19  mpolacek PR c++/84927
2018-03-12  jakub PR c++/84808
2018-03-07  jason * lambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06  mpolacek PR c++/84684
2018-03-05  jakub PR c++/84684
2018-03-02  mpolacek PR c++/84578
2018-03-01  mpolacek PR c++/84596
2018-02-26  jason PR c++/84559 - ICE with constexpr VLA.
2018-02-26  jakub PR c++/84558
2018-02-24  mpolacek PR c++/83692
2018-02-22  jason PR c++/84424 - ICE with constexpr and __builtin_shuffle.
2018-02-19  jakub PR c++/84430
2018-02-16  jakub PR c++/84192
2018-02-16  jason PR c++/81853 - using-directive and constexpr.
2018-02-12  rguenth2018-02-12 Richard Biener <rguenther@suse.de>
next