aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-02-13re PR c++/79232 (error: invalid rhs for gimple memory store)Jakub Jelinek2-15/+73
2017-02-13PR c++/79296 - ICE mangling localized template instantiationNathan Sidwell2-20/+27
2017-02-11PR c++/77659 - ICE with new and C++14 aggregate NSDMIJason Merrill4-8/+50
2017-02-11PR c++/77790 - ICE with auto function in C++11 modeJason Merrill4-18/+24
2017-02-10PR c++/78908 - template ops and bitfieldsJason Merrill2-1/+4
2017-02-10PR c++/78897 - constexpr unionJason Merrill2-0/+9
2017-02-10PR c++/71285 - member of fold-expressionJason Merrill2-2/+6
2017-02-10PR c++/79401 - protected inherited constructorJason Merrill2-1/+8
2017-02-10re PR c++/79184 (-Wint-in-bool-context triggered erroneously in template para...Marek Polacek2-1/+13
2017-02-10re PR c++/79435 (ICE on invalid C++ code (with member access into an incomple...Marek Polacek2-0/+7
2017-02-10re PR c++/71737 (ICE following 2x pack expansion in non-pack with template al...Paolo Carlini2-2/+8
2017-02-09re PR c++/79143 ([new inheriting constructors] inheriting constructor fails w...Jakub Jelinek2-0/+8
2017-02-09PR c++/79316 - default argument in deduction guideJason Merrill7-65/+161
2017-02-09re PR c++/79429 (ICE in add_stmt, at cp/semantics.c:385)Jakub Jelinek2-14/+12
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek2-2/+12
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang4-38/+61
2017-02-07method.c (synthesized_method_base_walk): New.Nathan Sidwell2-112/+105
2017-02-07re PR c++/79360 (ICE with NSDMI and enum in union)Patrick Palka2-1/+8
2017-02-06PR c++/71193 - incomplete types in templatesJason Merrill2-16/+46
2017-02-06re PR c++/79379 (ICE with #pragma GCC ivdep)Jakub Jelinek2-0/+16
2017-02-06re PR c++/79377 (ICE with increment operator in -fpermissive mode)Jakub Jelinek2-2/+8
2017-02-06re PR c++/79372 (ICE on C++ code with illegal decomposition declaration on x8...Jakub Jelinek3-1/+11
2017-02-03PR c++/78689 - ICE on constructor with labelJason Merrill3-3/+20
2017-02-03PR c++/12245 - excessive memory useJason Merrill2-22/+20
2017-02-03PR c++/79294 - ICE with invalid template argumentJason Merrill2-4/+11
2017-02-02re PR c++/14179 (out of memory while parsing array with many initializers)Richard Biener2-9/+12
2017-02-02re PR c++/69637 (ICE on an invalid bit-field with template name for width)Paolo Carlini2-2/+11
2017-01-31re PR c++/79304 (diagnostic shows bogus expression ((X<T>*)this)->.c)Jakub Jelinek2-1/+8
2017-01-31Fix ICE with spelling hints within explicit namespace aliases (PR c++/79298)David Malcolm2-0/+9
2017-01-31re PR c++/79290 (forming pointer to member function tries to access "__pfn")Nathan Sidwell2-1/+7
2017-01-31re PR c++/67273 (Incorrect -Wshadow warning with generic lambdas)Nathan Sidwell2-8/+15
2017-01-31cp-tree.h (instantiate_decl): Make defer_ok bool.Nathan Sidwell3-21/+25
2017-01-31re PR c++/79264 (ICE verify_type failed)Nathan Sidwell3-6/+27
2017-01-31Introduce C++ support in libcc1Alexandre Oliva16-88/+215
2017-01-27PR c++/78771 - ICE with inherited constructor.Jason Merrill5-7/+26
2017-01-27re PR c++/64382 (ICE due to use of `this` inside a lambda that captures every...Adam Butcher4-3/+45
2017-01-26re PR c++/68727 (invalid offsetof expressions accepted)Jakub Jelinek6-23/+42
2017-01-26* name-lookup.c (parse_using_directive): Deprecate strong using.Jason Merrill2-0/+4
2017-01-26PR c++/79176 - lambda ICE with -flto -OsJason Merrill3-0/+22
2017-01-25decl.c (grokdeclarator): Fix a typo in a comment.Martin Sebor2-5/+4
2017-01-25PR c++/71290 - Flexible array member is not diagnosed with -pedanticMartin Sebor2-0/+16
2017-01-25re PR c++/78896 ([C++17] Segmentation fault occurs when use variable initiali...Jakub Jelinek2-0/+9
2017-01-25re PR c++/77914 (Wrong lambda definition accepted)Jakub Jelinek2-0/+9
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko2-1/+8
2017-01-24re PR c++/79205 (ICE in create_tmp_var, at gimple-expr.c:473)Jakub Jelinek2-0/+7
2017-01-24PR c++/78469 - defaulted ctor and inaccessible dtorNathan Sidwell4-5/+20
2017-01-24PR c++/79118 - anon-members and constexprNathan Sidwell2-25/+54
2017-01-23PR c++/71710 - template using directive of fieldNathan Sidwell2-8/+12
2017-01-23PR c++/71406 - ICE with scope-ref'd template id exprsNathan Sidwell2-17/+25
2017-01-20PR c++/78495 - wrong code inherited ctor and invisi-ref parmNathan Sidwell2-9/+6