aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek4-14/+10
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek3-1/+13
2017-11-30PR c++/82219 - bogus -Wignored-qualifiers with templateJason Merrill2-0/+7
2017-11-29C++: improve location of static_assert errorsDavid Malcolm2-13/+51
2017-11-29re PR c++/82293 (ICE in nonlambda_method_basetype at gcc/cp/lambda.c:886)Paolo Carlini2-2/+8
2017-11-29PR c++/82760 - memory corruption with aligned new.Jason Merrill2-0/+8
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek8-3/+131
2017-11-28Remove Cilk Plus support.Julia Koval19-2889/+82
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2-1/+6
2017-11-27PR c++/83058 - ICE on C++ code with negative array index: in warn_placement_n...Martin Sebor2-56/+71
2017-11-27re PR c++/81888 (Structured bindings stopped working)Jakub Jelinek2-1/+9
2017-11-27pt.c (primary_template_specialization_p): Rename fromJason Merrill4-14/+23
2017-11-27re PR c++/81675 (attribute(noreturn) of destructor in :? not honored)Jakub Jelinek2-8/+35
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov2-0/+9
2017-11-23parser.c (cp_parser_omp_declare): Change return type to bool from void, retur...Jakub Jelinek2-7/+14
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou3-8/+22
2017-11-22re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...Jakub Jelinek2-1/+9
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm2-18/+93
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek3-1/+18
2017-11-21Add quotes for constexpr keyword.Martin Liska7-30/+54
2017-11-21New POINTER_DIFF_EXPRMarc Glisse5-12/+44
2017-11-21P0428R2 - familiar template syntax for generic lambdasJakub Jelinek2-2/+9
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm2-0/+18
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm2-2/+55
2017-11-20Avoid duplicate visibility warning.Jason Merrill2-1/+7
2017-11-20P0329R4: Designated InitializationJakub Jelinek5-46/+216
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm3-11/+31
2017-11-20[PR c++/82878] pass-by-invisiref in lambdaNathan Sidwell4-10/+18
2017-11-20re PR c++/82781 (Vector extension operators return wrong result in constexpr)Jakub Jelinek2-2/+50
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek2-4/+9
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill5-17/+91
2017-11-16[PATCH] New lang hookNathan Sidwell4-3/+46
2017-11-16[PR c++/81060] ICE with invalid initialzer via lambdaNathan Sidwell3-7/+13
2017-11-15[PR c++/81574] lambda capture of function referenceNathan Sidwell2-1/+8
2017-11-15Fix fallout of -fsanitize=vptr.Martin Liska2-2/+6
2017-11-15Zero vptr in dtor for -fsanitize=vptr.Martin Liska2-1/+26
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill6-48/+35
2017-11-13Capture adjustments for P0588R1.Jason Merrill10-150/+68
2017-11-13Defer folding of *&.Jason Merrill14-66/+94
2017-11-13Fix cp-ubsan typo.Jason Merrill2-1/+4
2017-11-13PR c++/82360 - ICE with static_cast in template.Jason Merrill3-1/+37
2017-11-13Remove the null check from placement new in all modesVille Voutilainen2-1/+8
2017-11-07[PATCH] Install cp/operators.def as part of plugin headersBoris Kolpackov2-1/+6
2017-11-07re PR c++/82835 (ICE on valid code with -fopenmp)Jakub Jelinek2-4/+11
2017-11-07P0704R1 - fixing const-qualified pointers to membersJason Merrill2-10/+25
2017-11-06re PR c++/65579 ([C++11] gcc requires definition of a static constexpr member...Paolo Carlini2-0/+15
2017-11-06Instrument function exit with __builtin_unreachable in C++Martin Liska3-23/+61
2017-11-03[PR c++/82710] false positive paren warningNathan Sidwell2-6/+14
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini4-15/+30
2017-11-02[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell5-16/+26