aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02[PR c++/82710] false positive paren warningNathan Sidwell2-3/+16
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell7-27/+46
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-25/+37
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-236/+268
2017-10-31pt.c: add missing %< and %>David Malcolm2-1/+5
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm8-68/+108
2017-10-31[C++ PATCH] overloaded operator fns [5/N]Nathan Sidwell5-61/+68
2017-10-31[C++ PATCH] overloaded operator fns [4/N]Nathan Sidwell3-60/+27
2017-10-31constexpr.c, pt.c: Adjust comments.Jason Merrill2-4/+3
2017-10-31[C++ PATCH] overloaded operator fns [3/N]Nathan Sidwell5-100/+126
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell14-94/+98
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell14-222/+110
2017-10-30re PR c++/82085 (ICE: Template variable reference used in nested template alias)Paolo Carlini2-2/+7
2017-10-30[C++ PATCH] operator name cleanup prepatchNathan Sidwell7-351/+375
2017-10-27pt.c (invalid_nontype_parm_type_p): Return a bool instead of an int.Paolo Carlini2-13/+17
2017-10-26[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell2-16/+43
2017-10-25[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell6-182/+155
2017-10-25[C++ PATCH] Label checking cleanupsNathan Sidwell2-80/+76
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2-0/+8
2017-10-24re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini2-2/+18
2017-10-24re PR c++/80991 (ICE with __is_trivially_constructible in template)Paolo Carlini2-2/+21
2017-10-24re PR c++/82307 (unscoped enum-base incorrect cast)Mukesh Kapoor2-3/+25
2017-10-23re PR c++/80449 (ICE reporting failed partial class template specialization c...Paolo Carlini2-2/+12
2017-10-23PR c++/77369 - wrong noexcept handling in C++14 and belowJason Merrill2-4/+12
2017-10-20[C++ PATCH] AS_BASETYPENathan Sidwell2-17/+18
2017-10-19re PR c++/82600 (Address of local variable returned [-Werror=return-local-add...Jakub Jelinek2-1/+8
2017-10-17[C++ PATCH 82560] missing dtor callNathan Sidwell2-4/+11
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell2-31/+28
2017-10-13PR c++/82357 - bit-field in templateJason Merrill2-0/+9
2017-10-13C++: show location of unclosed extern "C" specificationsDavid Malcolm5-1/+62
2017-10-12[C++ PATCH] cp_expr tweak and delete unused enumerationsNathan Sidwell2-4/+10
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm2-3/+54
2017-10-12C++: avoid partial duplicate implementation of cp_parser_errorDavid Malcolm2-74/+105
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2-4/+9
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell2-22/+29
2017-10-10[C++ PATCH] Kill unneeded hash specializationNathan Sidwell2-24/+3
2017-10-10[C++ PATCH] Hash mangling aliasNathan Sidwell2-12/+46
2017-10-10More delayed lambda capture fixes.Jason Merrill12-70/+271
2017-10-10Various small C++ fixes.Jason Merrill5-31/+41
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill3-5/+27
2017-10-10Require wi::to_wide for treesRichard Sandiford5-4/+12
2017-10-10[C++ PATCH] set_global_binding tweakNathan Sidwell2-15/+10