aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-01PR c++/91129 - wrong error with binary op in template argument.Marek Polacek2-11/+14
2019-08-31Add source location to TRAIT_EXPR.Jason Merrill6-6/+25
2019-08-29decl.c (check_var_type): Add location_t parameter and use it.Paolo Carlini4-8/+16
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek5-2/+82
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek7-15/+165
2019-08-28[PR c++/90613] Fix using-decl debug bloatNathan Sidwell2-16/+23
2019-08-28PR c++/81676 - bogus -Wunused warnings in constexpr if.Marek Polacek2-0/+26
2019-08-28PR c++/91428 - warn about std::is_constant_evaluated in if constexpr.Marek Polacek4-1/+47
2019-08-26* decl.c (duplicate_decls): Always merge DECL_DECLARED_CONSTEXPR_P.Jason Merrill2-3/+6
2019-08-26PR c++/91545 - ICE in constexpr store evaluation.Marek Polacek2-1/+7
2019-08-24[C++ PATCH] vfunc overrider simplificationNathan Sidwell2-6/+13
2019-08-24semantics.c (finish_switch_cond): Improve error message location.Paolo Carlini2-1/+7
2019-08-23Fix handling of namespace-scope undeduced auto decls.Jason Merrill2-1/+28
2019-08-23* parser.c (cp_parser_nested_name_specifier_opt): Avoid redundant error.Jason Merrill2-3/+10
2019-08-23PR c++/91521 - wrong error with operator->.Marek Polacek2-0/+6
2019-08-23PR c++/79817 - attribute deprecated on namespace.Marek Polacek7-1/+62
2019-08-23[C++ PATCH] vfunc overrider simplificationNathan Sidwell2-14/+26
2019-08-23[PATCH, c-family] Fix a PCH thinko (and thus PR61250).Iain Sandoe2-1/+11
2019-08-23PR c++/91304 - prefix attributes ignored in condition.Marek Polacek2-1/+10
2019-08-21[C++] Protect call to copy_attributes_to_builtin (PR91505)Richard Sandiford2-2/+8
2019-08-19PR c++/91264 - detect modifying const objects in constexpr.Marek Polacek2-1/+153
2019-08-17Put the CL into the right dir.Marek Polacek1-5/+0
2019-08-16re PR c++/85827 (false positive for -Wunused-but-set-variable because of cons...Marek Polacek1-0/+5
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill3-14/+40
2019-08-15Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill6-20/+131
2019-08-14PR c++/91436 fix C++ dialect for std::make_unique fix-it hintJonathan Wakely2-2/+8
2019-08-14PR c++/91391 - bogus -Wcomma-subscript warning.Jakub Jelinek2-74/+36
2019-08-14Add more entries to the C++ get_std_name_hint arrayJonathan Wakely2-0/+44
2019-08-14decl.c (grokdeclarator): Use id_loc and EXPR_LOCATION in a few error messages.Paolo Carlini2-2/+7
2019-08-14decl.c (grokdeclarator): Check here for typedef a function definition or a me...Paolo Carlini1-0/+7
2019-08-14decl.c (grokdeclarator): Check here for typedef a function definition or a me...Paolo Carlini1-13/+11
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford3-5/+9
2019-08-13PR c++/90473 - wrong code with nullptr in default argument.Marek Polacek3-4/+12
2019-08-13* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.Marek Polacek2-2/+6
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek3-6/+106
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek1-101/+109
2019-08-09c-parser.c (check_no_duplicate_clause): Simplify using omp_find_clause.Jakub Jelinek2-10/+9
2019-08-09re PR c/91401 (schedule + dist_schedule clauses rejected on distribute parall...Jakub Jelinek2-2/+11
2019-08-08decl.c (grokdeclarator): Use id_loc and EXPR_LOCATION in a few error messages.Paolo Carlini2-8/+16