aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-12-14re PR c++/79650 (ICE on invalid c++ code with label arithmetic in convert_non...Jakub Jelinek2-1/+19
2017-12-13re PR c++/81061 (ICE modifying read-only variable)Paolo Carlini2-2/+7
2017-12-13[PR C++/15272] lookups with ambiguating dependent baseNathan Sidwell2-24/+44
2017-12-12Remove type_dependent_init_p.Jason Merrill2-34/+7
2017-12-12PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill4-24/+45
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva5-0/+55
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor5-11/+47
2017-12-06re PR c++/80259 (ICE deleting friend function)Jakub Jelinek2-3/+17
2017-12-06Correct argument to targetm.calls.promote_prototypes.Jason Merrill2-2/+6
2017-12-06PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill3-7/+15
2017-12-06C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm2-4/+27
2017-12-06Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm2-0/+5
2017-12-05PR c++/82331 - ICE with variadic partial specialization of autoJason Merrill2-0/+8
2017-12-05[PR C++/83287] Mark lookup for keepingNathan Sidwell2-0/+12
2017-12-05invoke.texi: Document the options.Martin Liska2-5/+42
2017-12-05cp-gimplify.c (cp_maybe_instrument_return): Don't add __builtin_unreachable i...Jakub Jelinek2-0/+17
2017-12-04PR c++/83273 - constexpr if allows non-constant conditionJason Merrill3-1/+17
2017-12-01Give #include hints for <complex>.Jason Merrill3-1/+19
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill2-4/+74
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