aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Use releasing_vec more broadly.Jason Merrill1-21/+10
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-6/+3
2019-05-02[C++ PATCH] remove unreachable codeNathan Sidwell1-7/+3
2019-04-29[C++ PATCH] some cleanupsNathan Sidwell1-19/+11
2019-04-08re PR c++/89914 (ICE in nothrow_spec_p, at cp/except.c:1238)Paolo Carlini1-4/+4
2019-04-03PR c++/89331 - ICE with offsetof in incomplete class.Jason Merrill1-0/+3
2019-03-27PR c++/89831 - error with qualified-id in const member function.Jason Merrill1-10/+9
2019-03-27PR c++/89241 - ICE with lambda in template parameter list.Jason Merrill1-0/+6
2019-03-26re PR c++/89796 (Incorrect warning generated with OpenMP atomic capture)Jakub Jelinek1-0/+5
2019-03-22re PR c++/60702 (thread_local initialization)Jakub Jelinek1-12/+6
2019-03-18re PR c++/85014 (internal compiler error: in lookup_base, at cp/search.c:185)Paolo Carlini1-1/+9
2019-03-14re PR c++/89512 (ICE in get_expr_operands, at tree-ssa-operands.c:882)Jakub Jelinek1-0/+8
2019-03-08re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...Jakub Jelinek1-6/+5
2019-03-06PR c++/89576 - if constexpr of lambda capture.Jason Merrill1-2/+2
2019-03-01PR c++/89532 - ICE with incomplete type in decltype.Marek Polacek1-0/+3
2019-02-27PR c++/86969 - ICE with constexpr if and recursive generic lambdas.Jason Merrill1-3/+5
2019-02-21re PR c++/89403 (ICE in maybe_clone_body, at cp/optimize.c:693)Jakub Jelinek1-1/+6
2019-02-17PR c++/89217 - ICE with list-initialization in range-based for loop.Marek Polacek1-8/+32
2019-02-13PR c++/89297 - ICE with OVERLOAD in template.Marek Polacek1-3/+7
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva1-2/+4
2019-01-27PR c++/88815 - narrowing conversion lost in decltype.Marek Polacek1-1/+4
2019-01-24re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552)Jakub Jelinek1-4/+19
2019-01-17[PR c++/86610] lambda captures in templatesNathan Sidwell1-3/+2
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek1-0/+22
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-21re PR c++/86524 (std::less with pointer arguments not usable in static_assert...Jakub Jelinek1-1/+2
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-25/+60
2018-12-13[PR c++/87531] Fix second bugNathan Sidwell1-3/+4
2018-12-06asm inlineSegher Boessenkool1-2/+3
2018-11-16Remove ovl_used, it is no longer neededNathan Sidwell1-5/+0
2018-11-12Implement P0315R4, Lambdas in unevaluated contexts.Jason Merrill1-6/+0
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-161/+652
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill1-3/+13
2018-11-01[ABI PATCH] static anonymous unions of function scopeNathan Sidwell1-8/+1
2018-10-29[OpenACC] Support C++ "this" in OpenACC directivesJoseph Myers1-1/+2
2018-09-27re PR c++/84940 (internal compiler error: in build_value_init_noctor, at cp/i...Paolo Carlini1-3/+4
2018-09-12[OpenACC] C++ reference mappingCesar Philippidis1-1/+1
2018-09-07PR c++/87152 - range-based for loops with initializer broken in templates.Marek Polacek1-7/+8
2018-08-27re PR c++/86993 (assignment of read-only variable error reported at wrong loc...Jakub Jelinek1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-07-25re PR c++/85515 (Bogus suggestions from "GCC's leaky abstractions")Jakub Jelinek1-0/+28
2018-07-10re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...Jakub Jelinek1-4/+4
2018-06-22PR c++/86219 - ICE with erroneous initializer in template.Jason Merrill1-1/+1
2018-06-22Avoid taking the address of something just because it's in parens.Jason Merrill1-15/+5
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-0/+2
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell1-8/+6
2018-06-18tree.c (cp_expr_location): New.Jason Merrill1-2/+2
2018-06-06PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill1-1/+17
2018-06-05PR c++/85731 - wrong error with qualified-id in template.Jason Merrill1-0/+2
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-8/+8