aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constexpr.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06PR c++/88983 - ICE with switch in constexpr function.Marek Polacek1-3/+16
2019-01-27PR c++/87075 - ICE with constexpr array initialization.Jason Merrill1-0/+3
2019-01-08backport: re PR c++/87934 (struct with NSDMI of enum makes initialization a n...Jakub Jelinek1-1/+1
2019-01-08backport: re PR c++/87506 (ICE with inherited constexpr constructor with cons...Jakub Jelinek1-0/+2
2018-09-05backport: re PR c++/86738 (gcc 8.2: Internal compiler error memcpy)Jakub Jelinek1-3/+8
2018-08-08re PR c++/86767 (continue statements in constexpr functions causes unbounded ...Marek Polacek1-0/+10
2018-06-22PR c++/86219 - ICE with erroneous initializer in template.Jason Merrill1-3/+3
2018-04-25re PR c++/85437 (member pointer static upcast rejected in a constexpr context)Jakub Jelinek1-15/+20
2018-04-12re PR c++/85258 (ICE with invalid range-based for-loop)Marek Polacek1-3/+5
2018-04-11re PR c++/85032 (Wrong non-constant condition for static assertion)Marek Polacek1-0/+19
2018-04-04re PR inline-asm/85172 (internal compiler error: unexpected expression '<stat...Jakub Jelinek1-2/+8
2018-04-03PR c++/85113 - ICE with constexpr and __builtin_constant_p.Jason Merrill1-0/+3
2018-03-21C++: show private field accessor hints with -g and optimization (PR c++/84994)David Malcolm1-1/+1
2018-03-21PR c++/71638, ICE with NSDMI and reference.Marek Polacek1-8/+9
2018-03-20re PR c++/84927 (ICE with NSDMI and reference)Marek Polacek1-1/+9
2018-03-19re PR c++/84927 (ICE with NSDMI and reference)Marek Polacek1-6/+7
2018-03-13re PR c++/84808 (ICE with constexpr and array)Jakub Jelinek1-5/+7
2018-03-07lambda.c (is_capture_proxy_with_ref): Remove.Jason Merrill1-1/+1
2018-03-06re PR c++/84684 (inserting random code / flags produces wrong code)Marek Polacek1-0/+2
2018-03-05re PR c++/84684 (inserting random code / flags produces wrong code)Jakub Jelinek1-3/+5
2018-03-02re PR c++/84578 (ICE with flexible array member and constexpr)Marek Polacek1-30/+33
2018-03-01re PR c++/84596 (internal compiler error: unexpected expression '(bool)c' of ...Marek Polacek1-2/+13
2018-02-26PR c++/84559 - ICE with constexpr VLA.Jason Merrill1-0/+7
2018-02-26re PR c++/84558 (ICE with invalid constexpr constructor)Jakub Jelinek1-7/+7
2018-02-24re PR c++/83692 (Rejects valid constexpr with unrelated code fixing problem)Marek Polacek1-4/+20
2018-02-22PR c++/84424 - ICE with constexpr and __builtin_shuffle.Jason Merrill1-1/+7
2018-02-19re PR c++/84430 (ICE with #pragma omp simd in lambda)Jakub Jelinek1-0/+1
2018-02-16re PR c++/84192 (ICE with statement expression)Marek Polacek1-1/+10
2018-02-16PR c++/81853 - using-directive and constexpr.Jason Merrill1-0/+4
2018-02-12re PR c++/84281 (Heap grows indefinitely)Richard Biener1-6/+6
2018-02-09re PR c++/83659 (ICE on compilable C++ code: in tree_to_shwi, at tree.c:6821)Marek Polacek1-20/+31
2018-02-08constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P.Paolo Carlini1-1/+1
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini1-1/+1
2018-02-01PR c++/84160 - ICE with nested variadic capture.Jason Merrill1-1/+1
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jason Merrill1-2/+6
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jakub Jelinek1-5/+22
2018-01-29re PR c++/83996 (ICE with zero-sized array)Marek Polacek1-5/+11
2018-01-24re PR c++/83921 (GCC rejects constexpr initialization of empty aggregate.)Paolo Carlini1-7/+3
2018-01-19* constexpr.c (fold_simple): Simplify.Marek Polacek1-6/+5
2018-01-18PR c++/82461 - constexpr list-initialized memberJason Merrill1-1/+2
2018-01-17re PR c++/81054 (ICE with volatile variable in constexpr function)Paolo Carlini1-2/+4
2018-01-09re PR c++/83734 (ice in cxx_eval _statement_list, at cp/constexpr.c:3869)Jakub Jelinek1-8/+2
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-2/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02[C++ PATCH] tiny code cleanupNathan Sidwell1-2/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-2/+0
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-1/+1
2017-12-18re PR c++/83116 (Statement with no effect causes wrong code of static object ...Marek Polacek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+16
2017-12-04PR c++/83273 - constexpr if allows non-constant conditionJason Merrill1-0/+8