summaryrefslogtreecommitdiff
path: root/gcc/cp/constexpr.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/77830 (internal compiler error: in output_constructor_regular_field...Jakub Jelinek2016-12-211-35/+82
* re PR c++/78551 (Internal compiler error with constexpr initialization of union)Nathan Sidwell2016-12-081-9/+52
* PR c++/77907 - static init and PMFJason Merrill2016-11-271-1/+1
* Allow references in constant-expressions.Jason Merrill2016-11-151-0/+4
* Implement P0217R3 - C++17 structured bindingsJakub Jelinek2016-11-141-1/+3
* Fix constexpr lvalue use of __real and __imag.Jason Merrill2016-11-131-2/+2
* PR c++/77337 - auto return and lambdaJason Merrill2016-11-101-0/+3
* Implement P0136R1, Rewording inheriting constructors.Jason Merrill2016-11-011-2/+2
* constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.Jason Merrill2016-10-251-0/+16
* internal-fn.def (LAUNDER): New internal function.Jakub Jelinek2016-10-251-0/+5
* PR c++/77945 - constexpr and trivial copyJason Merrill2016-10-151-0/+23
* Implement LWG2296 helper intrinsic c-family/Jakub Jelinek2016-10-071-0/+6
* PR c++/77775 - misoptimization of PMF comparisonJason Merrill2016-10-041-1/+7
* re PR c++/77467 (Segmentation fault with switch statement in constexpr function)Jakub Jelinek2016-09-281-29/+87
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-0/+2
* sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek2016-09-231-1/+1
* re PR c++/77626 (ICE with -Wall on x86_64-linux-gnu (internal compiler error:...Jakub Jelinek2016-09-201-9/+5
* re PR c++/77338 (ICE on invalid C++11 code on x86_64-linux-gnu: Segmentation ...Jakub Jelinek2016-09-161-1/+2
* re PR c++/77553 (wrong code with post-increment operator in constexpr)Jakub Jelinek2016-09-131-69/+60
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-3/+4
* re PR c++/72868 (Constexpr expressions mistreat case ranges)Jakub Jelinek2016-08-111-0/+6
* PR c++/72849 - ICE with incomplete class.Jason Merrill2016-08-091-1/+2
* Implement C++17 constexpr lambda.Jason Merrill2016-08-091-11/+75
* Fix empty class parameters with constexpr.Jason Merrill2016-08-091-4/+15
* constexpr.c (cxx_eval_store_expression): Remove hyphen from the spelling of "...Martin Sebor2016-08-051-11/+11
* re PR c++/70229 (error: constexpr constructor does not have empty body)Marek Polacek2016-08-041-1/+2
* PR c++/72766 - ICE with VLAJason Merrill2016-08-011-0/+4
* PR c++/60760 - arithmetic on null pointers should not be allowed in constantMartin Sebor2016-07-301-10/+74
* PR c++/72457 - ICE with list-value-initialized base.Jason Merrill2016-07-291-1/+6
* PR c++/65970 - constexpr infinite loopJason Merrill2016-07-251-0/+11
* PR c++/71972 - constexpr array self-modificationJason Merrill2016-07-251-28/+35
* re PR c++/71728 (ICE with goto in statement-expression inside a condition)Jakub Jelinek2016-07-211-5/+7
* PR c++/71896 - constexpr pointer-to-member comparison.Jason Merrill2016-07-211-0/+4
* re PR middle-end/50060 (intrinsics not folded by the middle-end)Jakub Jelinek2016-07-201-7/+25
* re PR c++/71828 (ICE on valid C++11 code with constexpr __Complex int variabl...Jakub Jelinek2016-07-181-0/+13
* PR c++/71092 - ICE with array and constexpr.Jason Merrill2016-07-151-2/+12
* Use lvalue_p instead of real_lvalue_p.Jason Merrill2016-07-081-1/+1
* re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor2016-06-081-19/+88
* re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener2016-05-241-1/+16
* PR c++/70344 - ICE with recursive constexprJason Merrill2016-05-231-2/+8
* constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous if ...Nathan Sidwell2016-05-201-13/+13
* cvt.c (cp_get_callee): New.Jason Merrill2016-04-281-15/+1
* constexpr.c (get_fundef_copy): Use the original function for non-recursive ev...Nathan Sidwell2016-04-271-6/+20
* Improve constexpr handling of other loop forms.Jason Merrill2016-04-191-4/+18
* PR c++/68206 - Fix constexpr diagnostics with loops.Jason Merrill2016-04-191-0/+11
* re PR c++/70685 (ICE: Segmentation fault)Jason Merrill2016-04-151-1/+1
* re PR c++/70594 (-fcompare-debug failure)Jason Merrill2016-04-151-36/+32
* re PR c++/70648 (adplug-xmms fails to compile)Jason Merrill2016-04-141-0/+2
* constexpr.c (potential_nondependent_constant_expression): New.Jason Merrill2016-04-131-10/+28
* re PR c++/70501 (internal compiler error: in verify_ctor_sanity, at cp/conste...Nathan Sidwell2016-04-121-3/+3