Fix cleanup location for try_finally_expr.
[platform/upstream/linaro-gcc.git] / gcc / cp / constexpr.c
2017-08-03 Slava BarinovFix cleanup location for try_finally_expr. 59/138559/4
2017-02-06 Yvan RouxMerge branches/gcc-6-branch rev 245201.
2016-12-13 Yvan RouxMerge branches/gcc-6-branch rev 243594.
2016-10-16 Yvan RouxMerge branches/gcc-6-branch rev 241214.
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-06-15 Yvan RouxMerge branches/gcc-6-branch rev 237469.
2016-04-22 jason PR c++/68206 - Fix constexpr diagnostics with loops.
2016-04-15 jason PR c++/70685
2016-04-15 jakub PR c++/70594
2016-04-14 jason PR c++/70648
2016-04-13 jason * constexpr.c (potential_nondependent_constant_express...
2016-04-12 nathan PR c++/70501
2016-04-08 ppalkaFix PR c++/70590 (error: location references block...
2016-04-07 ppalkaAvoid needless unsharing during constexpr evaluation...
2016-04-05 ppalkaFix PR c++/70452 (regression in C++ parsing performance)
2016-04-05 ppalkaRemove class cache_map and use ggc hash_maps instead...
2016-04-02 mseborPR c++/67376 - [5/6 regression] Comparison with pointer...
2016-04-02 jason PR c++/70449
2016-03-31 nathan PR c++/70393
2016-03-28 jason PR c++/70422
2016-03-25 jason PR c++/64266
2016-03-24 jason PR c++/70386
2016-03-24 jason PR c++/70323
2016-03-23 jakub PR c++/70001
2016-03-23 jakub PR c++/70323
2016-03-23 jason PR c++/70344
2016-03-22 ppalkaFix PR c++/70204 (ICE in non_const_var_error)
2016-03-18 jason PR c++/70139
2016-03-10 jakub PR c++/70001
2016-03-08 jakub PR c++/70135
2016-03-06 jason PR c++/67364
2016-03-04 jason PR c++/69203
2016-03-04 jason PR c++/67364
2016-03-04 jason Fix constexpr handling of SAVE_EXPR in loops.
2016-03-03 jason PR c++/67364
2016-03-02 jason PR c++/51489
2016-03-02 jason PR c++/69995
2016-02-29 jason PR c++/69995
2016-02-25 jason PR c++/67364
2016-02-18 jason PR c++/65985
2016-02-18 jason PR c++/68585
2016-02-15 jason PR c++/68890
2016-02-08 mpolacek PR c++/69688
2016-02-04 ppalkaFix constexpr evaluation of comparisons involving point...
2016-01-29 mpolacek PR c++/69509
2016-01-27 mpolacek PR c++/69379
2016-01-27 mpolacek PR c++/69496
2016-01-26 jason PR c++/68949
2016-01-26 jason PR c++/68782
2016-01-19 mpolacek PR c++/68586
2016-01-14 jason PR c++/69261
2016-01-12 mpolacek PR c++/68979
2016-01-09 jason PR c++/69158
2016-01-08 mpolacek PR c++/68449
2016-01-08 jason * constexpr.c (cxx_eval_call_expression): Remove conve...
2016-01-04 jakub Update copyright years.
2015-12-07 jason Fix template/ref1.C, nontype15.C, addr-builtin1.C...
2015-11-25 paolo/cp
2015-11-17 jason * constexpr.c (cxx_eval_builtin_function_call): Use...
2015-11-14 jason Merge C++ delayed folding branch.
2015-11-11 amacleodada
2015-11-04 miyukiENABLE_CHECKING refactoring: C family front ends
2015-10-29 amacleodada
2015-10-23 jason PR c++/67813
2015-10-20 jason Expand PTRMEM_CST only when necessary.
2015-10-16 paolo/cp
2015-10-08 jasonformat
2015-08-29 trippelsFix c++/67371 (issues with throw in constexpr)
2015-08-17 jason PR c++/67104
2015-08-17 jason * constexpr.c (cxx_eval_store_expression): Don't set
2015-08-12 jason PR c++/67104
2015-08-12 jason PR c++/67104
2015-08-07 jason Add C++ Concepts TS support.
2015-07-28 paolo2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-27 jason * constexpr.c (cxx_eval_call_expression): Don't add...
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-27 mpolacek * call.c: Use VECTOR_TYPE_P.
2015-06-27 mpolacek * call.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25 rsandifogcc/
2015-06-19 jason PR c++/65973
2015-06-18 jason PR c++/66001
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-11 jason PR c++/66445
2015-06-11 jason PR c++/66450
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-02 jason PR c++/65942
2015-05-31 jason * constexpr.c (cxx_eval_indirect_ref): Try folding...
2015-05-31 jason PR c++/66320
2015-05-06 jason Fix obj-c++.dg/encode-10.mm with cxx_dialect == cxx11.
2015-04-28 jason PR c++/65896
2015-04-28 jason PR c++/65656
2015-04-24 jason * constexpr.c (potential_constant_expression_1) [MINUS...
2015-04-15 jason * constexpr.c (cxx_eval_store_expression): Ignore...
2015-04-15 mpolacek * constexpr.c (use_new_call): Remove #define.
2015-04-12 jakub PR c++/65736
2015-04-02 mpolacek PR c++/65642
2015-03-30 mpolacek PR c++/65398
2015-03-26 jason PR c++/65525
2015-03-20 mpolacek PR c++/65398
next