aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-10-09decl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.Paolo Carlini3-37/+53
2019-10-08PR c++/92001 - missing -Wclass-memaccess with array as first argument to memsetMartin Sebor2-1/+8
2019-10-07call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.Paolo Carlini6-9/+45
2019-10-05PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek8-123/+581
2019-10-04re PR c++/71504 ([C++11] constexpr fails with multidimensional arrays)Jakub Jelinek2-128/+107
2019-10-04re PR c++/91974 (function not sequenced before function argument)Jakub Jelinek2-0/+23
2019-10-02init.c (build_new): Use cp_expr_loc_or_input_loc in two places.Paolo Carlini3-8/+19
2019-10-03constexpr.c (cxx_eval_constant_expression): If not skipping upon entry to bod...Jakub Jelinek2-7/+26
2019-10-03constexpr.c (cxx_eval_store_expression): Formatting fix.Jakub Jelinek2-2/+9
2019-10-02Improve C++ fold caching efficiency.Jason Merrill2-3/+9
2019-10-02Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill6-49/+22
2019-10-02re PR c++/91606 (Optimization leads to invalid code)Richard Biener2-0/+8
2019-09-28PR c++/91889 - follow-up fix for DR 2352.Marek Polacek2-0/+53
2019-09-28PR c++/91921 - stray warning with -Woverloaded-virtual.Marek Polacek2-5/+10
2019-09-28PR c++/91923 - failure-to-SFINAE with class type NTTP in C++17.Marek Polacek2-2/+9
2019-09-27re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...Jakub Jelinek4-0/+29
2019-09-27constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.Jason Merrill2-23/+18
2019-09-27cp-tree.h (class iloc_sentinel): New.Jason Merrill5-17/+32
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford4-12/+33
2019-09-25PR c++/91877 - ICE with converting member of packed struct.Marek Polacek2-2/+6
2019-09-25name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.Paolo Carlini2-5/+13
2019-09-24Fix location of dependent member CALL_EXPR.Jason Merrill2-4/+6
2019-09-24PR c++/91868 - improve -Wshadow location.Marek Polacek2-3/+7
2019-09-24PR c++/91845 - ICE with invalid pointer-to-member.Marek Polacek3-4/+11
2019-09-23pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.Paolo Carlini2-30/+50
2019-09-23PR c++/91809 - bit-field and ellipsis.Jason Merrill2-7/+13
2019-09-23PR c++/91844 - Implement CWG 2352, Similar types and reference binding.Marek Polacek4-11/+48
2019-09-22PR c++/91819 - ICE with operator++ and enum.Marek Polacek2-1/+9
2019-09-19Handle [[likely]] on compound-statement.Jason Merrill2-1/+9
2019-09-19Revert "Fix conversions for built-in operator overloading candidates."Jason Merrill3-27/+36
2019-09-16decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...Paolo Carlini3-8/+24
2019-09-16PR c++/30277 - int-width bit-field promotion.Jason Merrill2-11/+24
2019-09-16PR c++/82165 - enum bitfields and operator overloading.Jason Merrill2-14/+20
2019-09-16Fix conversions for built-in operator overloading candidates.Jason Merrill3-28/+34
2019-09-15PR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF.Marek Polacek2-1/+7
2019-09-15Change C++ to C comments.Jason Merrill4-82/+78
2019-09-15[C++ PATCH] simplify clone predicateNathan Sidwell4-43/+19
2019-09-14Formatting and comment syntax adjustments.Jason Merrill4-27/+29
2019-09-11[PATCH] some tree struct markingNathan Sidwell3-80/+95
2019-09-10PR c++/91673 - ICE with noexcept in alias-declaration.Marek Polacek2-26/+54
2019-09-10PR c++/91705 - constexpr evaluation rejects ++/-- on floats.Marek Polacek2-0/+10
2019-09-10decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.Paolo Carlini2-11/+26
2019-09-10PR c++/84374 - diagnose invalid uses of decltype(auto).Marek Polacek2-0/+16
2019-09-06[PATCH] Deprecate -frepo option.Nathan Sidwell3-18/+8
2019-09-06[C++ PATCH] Reserve a decl_lang bitNathan Sidwell4-16/+16
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska9-436/+29
2019-09-05PR c++/91644 - ICE with constinit in function template.Marek Polacek3-3/+25
2019-09-05[C++ PATCH] vtable decl markingNathan Sidwell2-3/+8
2019-09-04Remove -fdeduce-init-list.Marek Polacek3-37/+5
2019-09-02Use cxx_printable_name for __PRETTY_FUNCTION__ in cp_fname_init.Martin Liska1-3/+17