aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constexpr.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14re PR c++/69261 (Copying char arrays during constexpr evaluation does not wor...Jason Merrill1-2/+45
2016-01-12re PR c++/68979 (error: left operand of shift expression ‘(-1 << 4)’ is n...Marek Polacek1-13/+14
2016-01-09re PR c++/69158 (ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598)Jason Merrill1-1/+9
2016-01-08re PR c++/68449 (ICE in cxx_eval_constant_expression on atomic_load in C++)Marek Polacek1-1/+2
2016-01-08constexpr.c (cxx_eval_call_expression): Remove convert_to_void workaround.Jason Merrill1-10/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-06Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z.Jason Merrill1-1/+3
2015-11-25re PR c++/68087 (ICE with constexpr in array with negative index)Markus Trippelsdorf1-2/+2
2015-11-16constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_fold to fold argum...Jason Merrill1-3/+11
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-15/+135
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-14/+10
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-23re PR c++/67813 ([C++14] copy-initialization of object with pointer member fa...Jason Merrill1-3/+6
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill1-5/+9
2015-10-16re PR c++/67926 (Using folding expressions in a constexpr context ice's)Paolo Carlini1-0/+4
2015-10-08formatJason Merrill1-1/+1
2015-08-29Fix c++/67371 (issues with throw in constexpr)Markus Trippelsdorf1-11/+3
2015-08-17re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill1-46/+125
2015-08-17constexpr.c (cxx_eval_store_expression): Don't set CONSTRUCTOR_NO_IMPLICIT_ZE...Jason Merrill1-2/+18
2015-08-12re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill1-1/+1
2015-08-12re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill1-3/+34
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+20
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-1/+2
2015-07-27constexpr.c (cxx_eval_call_expression): Don't add this call to the hash table...Jason Merrill1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-4/+4
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-1/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-2/+2
2015-06-19re PR c++/65973 (segmentation fault when compiling C++14 code)Jason Merrill1-4/+4
2015-06-18re PR c++/66001 (ICE when NSDMI in a literal class uses a destructor)Jason Merrill1-0/+17
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-11re PR c++/66445 (ICE with lambda in stmt expression in a template)Jason Merrill1-0/+5
2015-06-11re PR c++/66450 ([C++11][constexpr] Issues when delegating implicit copy cons...Jason Merrill1-4/+14
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01re PR c++/65942 ([C++14] cannot use std::function as comparator in algorithms)Jason Merrill1-0/+9
2015-05-31* constexpr.c (cxx_eval_indirect_ref): Try folding first.Jason Merrill1-34/+39
2015-05-31re PR c++/66320 (ICE: in cxx_eval_constant_expression, at cp/constexpr.c:3524)Jason Merrill1-3/+3
2015-05-05Fix obj-c++.dg/encode-10.mm with cxx_dialect == cxx11.Jason Merrill1-0/+1
2015-04-28re PR c++/65896 (Erroneous uninitialized variable access error in constexpr f...Jason Merrill1-1/+14
2015-04-28re PR c++/65656 (__builtin_constant_p should always be constexpr)Jason Merrill1-10/+22
2015-04-24constexpr.c (potential_constant_expression_1): Remove obsolete code.Jason Merrill1-19/+0
2015-04-15constexpr.c (cxx_eval_store_expression): Ignore clobbers.Jason Merrill1-4/+17
2015-04-15constexpr.c (use_new_call): Remove #define.Marek Polacek1-133/+69
2015-04-12re PR c++/65736 (ICE (in process_init_constructor_array, at cp/typeck2.c:1263))Jakub Jelinek1-3/+12
2015-04-02re PR c++/65642 ([C++11] GCC rejects valid constant expression)Marek Polacek1-0/+3
2015-03-30re PR c++/65398 ([C++11] GCC rejects constexpr variable definitions with vali...Marek Polacek1-21/+51
2015-03-26re PR c++/65525 (ICE: sorry, unimplemented: unexpected AST of kind mem_ref (-...Jason Merrill1-0/+1
2015-03-20re PR c++/65398 ([C++11] GCC rejects constexpr variable definitions with vali...Marek Polacek1-0/+21