aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constexpr.c
AgeCommit message (Expand)Author
2016-09-16 PR c++/77338Jakub Jelinek
2016-09-13 PR c++/77553Jakub Jelinek
2016-08-12 PR c/7652Marek Polacek
2016-08-11 PR c++/72868Jakub Jelinek
2016-08-09 PR c++/72849 - ICE with incomplete class.Jason Merrill
2016-08-09 Implement C++17 constexpr lambda.Jason Merrill
2016-08-09 Fix empty class parameters with constexpr.Jason Merrill
2016-08-05gcc/cp/ChangeLog:Martin Sebor
2016-08-04 PR c++/70229Marek Polacek
2016-08-01 PR c++/72766 - ICE with VLAJason Merrill
2016-07-30PR c++/60760 - arithmetic on null pointers should not be allowed in constantMartin Sebor
2016-07-29 PR c++/72457 - ICE with list-value-initialized base.Jason Merrill
2016-07-25 PR c++/65970 - constexpr infinite loopJason Merrill
2016-07-25 PR c++/71972 - constexpr array self-modificationJason Merrill
2016-07-21 PR c++/71728Jakub Jelinek
2016-07-21 PR c++/71896 - constexpr pointer-to-member comparison.Jason Merrill
2016-07-20 PR c++/50060Jakub Jelinek
2016-07-18 PR c++/71828Jakub Jelinek
2016-07-15 PR c++/71092 - ICE with array and constexpr.Jason Merrill
2016-07-08 Use lvalue_p instead of real_lvalue_p.Jason Merrill
2016-06-08 PR c++/70507Martin Sebor
2016-05-242016-05-24 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-24 PR c++/70344 - ICE with recursive constexprJason Merrill
2016-05-20 * constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous ifNathan Sidwell
2016-04-28 * cvt.c (cp_get_callee): New.Jason Merrill
2016-04-27 cp/Nathan Sidwell
2016-04-19 Improve constexpr handling of other loop forms.Jason Merrill
2016-04-19 PR c++/68206 - Fix constexpr diagnostics with loops.Jason Merrill
2016-04-15 PR c++/70685Jason Merrill
2016-04-15 PR c++/70594Jason Merrill
2016-04-14 PR c++/70648Jason Merrill
2016-04-13 * constexpr.c (potential_nondependent_constant_expression): New.Jason Merrill
2016-04-12 PR c++/70501Nathan Sidwell
2016-04-08Fix PR c++/70590 (error: location references block not in block tree)Patrick Palka
2016-04-07Avoid needless unsharing during constexpr evaluation (PR c++/70452)Patrick Palka
2016-04-05Fix PR c++/70452 (regression in C++ parsing performance)Patrick Palka
2016-04-05Remove class cache_map and use ggc hash_maps instead (PR c++/70452)Patrick Palka
2016-04-02PR c++/67376 - [5/6 regression] Comparison with pointer to past-the-endMartin Sebor
2016-04-02 PR c++/70449Jason Merrill
2016-03-31 PR c++/70393Nathan Sidwell
2016-03-28 PR c++/70422Jason Merrill
2016-03-25 PR c++/64266Jason Merrill
2016-03-24 PR c++/70386Jason Merrill
2016-03-24 PR c++/70323Jason Merrill
2016-03-23 PR c++/70001Jakub Jelinek
2016-03-23 PR c++/70323Jakub Jelinek
2016-03-23 PR c++/70344Jason Merrill
2016-03-22Fix PR c++/70204 (ICE in non_const_var_error)Patrick Palka
2016-03-18 PR c++/70139Jason Merrill
2016-03-10 PR c++/70001Patrick Palka