aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-05-08PR c++/85706 - class deduction under decltypeJason Merrill2-1/+10
2018-05-08re PR c++/84588 (internal compiler error: Segmentation fault (contains_struct...Paolo Carlini2-0/+9
2018-05-08re PR c++/85695 (if constexpr misevaluates typedefed type value)Marek Polacek2-1/+6
2018-05-07PR c++/85646 - lambda visibility.Jason Merrill2-17/+15
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell10-301/+51
2018-05-07PR c++/85618 - ICE with initialized VLA.Jason Merrill4-4/+31
2018-05-05cvt.c (ocp_convert): Early handle the special case of a null_ptr_cst_p expr c...Paolo Carlini2-6/+14
2018-05-03PR c++/85600 - virtual delete failure.Jason Merrill2-30/+38
2018-05-03[C++ Patch] Kill -ffriend-injectionNathan Sidwell3-12/+7
2018-05-02re PR c++/68374 (G++ -Wshadow doesn't warn about static member shadowing)Paolo Carlini2-0/+8
2018-05-01PR c++/85587 - error with scoped enum in template.Jason Merrill2-1/+8
2018-05-01PR c++/85580 - extern "C" and local variablesJason Merrill2-0/+7
2018-04-30PR c++/84701 - unsigned typeof.Jason Merrill2-33/+53
2018-04-30PR c++/85305 - pack in lambda init-capture.Jason Merrill2-4/+9
2018-04-30PR c++/61982 - dead stores to destroyed objects.Jason Merrill4-114/+144
2018-04-30init.c (build_dtor_call): Use build_special_member_call.Jason Merrill2-12/+9
2018-04-30tree.c (build_clobber): New.Jason Merrill2-2/+5
2018-04-27re PR c++/85553 (cannot list-initialize a variable of type std::nullptr_t)Jakub Jelinek2-1/+9
2018-04-27Don't offer suggestions for compiler-generated variables (PR c++/85515)David Malcolm3-3/+25
2018-04-27cvt.c (cp_fold_convert): Use convert_ptrmem.Jason Merrill3-8/+18
2018-04-27re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-looku...Paolo Carlini2-3/+11
2018-04-27PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill3-10/+35
2018-04-27[C++ PATCH] cleanup 2Nathan Sidwell2-18/+14
2018-04-27[C++ PATCH] some cleanupsNathan Sidwell4-11/+20
2018-04-26PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill2-1/+8
2018-04-25re PR c++/85437 (member pointer static upcast rejected in a constexpr context)Jakub Jelinek4-20/+59
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill6-16/+48
2018-04-23PR c++/85470 - wrong error with static data member.Jakub Jelinek3-3/+15
2018-04-20re PR c++/85462 (internal compiler error: in inc_refcount_use, at cp/pt.c:8955)Jakub Jelinek3-18/+35
2018-04-19re PR c++/84611 (ICE in operator[], at vec.h:826 (local_class_index()))Paolo Carlini2-1/+9
2018-04-19re PR c++/80290 (g++ uses unreasonable amount of memory compiling nested stri...Alexandre Oliva2-1/+6
2018-04-18re PR c++/84630 (ICE: TYPE_NAME() used on error_mark_node in tsubst_lambda_ex...Paolo Carlini2-0/+8
2018-04-18re PR c++/84463 (Supposedly-incompliant "error: '* key0' is not a constant ex...Jakub Jelinek3-13/+31
2018-04-18[PR c++/80290] recycle tinst garbage soonerAlexandre Oliva5-80/+444
2018-04-16[PR c++/85039] no type definitions in builtin offsetofAlexandre Oliva3-1/+17
2018-04-12Prevent erroneous "macro had not yet been defined" messages (PR c++/85385)David Malcolm2-10/+40
2018-04-12PR c++/85356 - ICE with pointer to member function.Jason Merrill4-5/+22
2018-04-12re PR c++/85258 (ICE with invalid range-based for-loop)Marek Polacek2-3/+11
2018-04-11re PR c++/85032 (Wrong non-constant condition for static assertion)Marek Polacek2-0/+25
2018-04-10re PR c++/70808 (Spurious -Wzero-as-null-pointer-constant for nullptr_t)Paolo Carlini2-1/+7
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill5-31/+36
2018-04-10Show pertinent parameter (PR c++/85110)David Malcolm4-4/+19
2018-04-10PR c++/85312 - P0962 cleanupJakub Jelinek2-11/+8
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill3-16/+26
2018-04-10PR c++/85285 - ICE with flexible array after substitution.Jason Merrill2-0/+14
2018-04-10* parser.c (cp_parser_check_template_parameters): Improve comment.Jason Merrill1-2/+2
2018-04-09re PR c++/85227 (ICE with structured binding of a forward declared variable)Paolo Carlini2-0/+9
2018-04-09PR c++/85279 - dump_expr doesn't understand decltype.Jason Merrill2-0/+4
2018-04-09PR c++/85262 - ICE with redundant qualification on constructor.Jason Merrill2-8/+13
2018-04-09PR c++/85277 - ICE with invalid offsetof.Jason Merrill2-11/+15