aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-17c++: Fix pasto in structured binding diagnostics [PR94571]Jakub Jelinek1-1/+1
2020-09-17c++: Fix up handling of captured vars in lambdas in OpenMP clauses [PR93931]Jakub Jelinek1-0/+2
2020-09-17c++: Fix parsing of invalid enum specifiers [PR90995]Jakub Jelinek1-31/+21
2020-02-14c++: Fix deprecated attribute handling on templates (PR c++/93228)Jakub Jelinek1-1/+11
2020-02-14re PR c++/92438 (Function declaration parsed incorrectly with `-std=c++1z`)Jakub Jelinek1-1/+16
2020-02-14backport: re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek1-0/+4
2020-02-14backport: re PR c++/92648 (Handling of unknown attributes)Jakub Jelinek1-0/+12
2020-02-14backport: re PR c++/90842 (ICE in poplevel, at cp/decl.c:585)Jakub Jelinek1-0/+11
2019-11-21backport: re PR c/91401 (schedule + dist_schedule clauses rejected on distrib...Jakub Jelinek1-2/+4
2019-11-05PR c++/88075 - Don't require 'bool' in a concept definition.Jason Merrill1-0/+9
2019-09-03[c-family] Backport fix for PCH / PR61250.Iain Sandoe1-1/+4
2019-05-07PR c++/89511 - ICE with using-declaration and unscoped enumerator.Marek Polacek1-1/+2
2019-04-30backport: re PR c++/89767 (ICE with tuple and optimization)Jakub Jelinek1-15/+57
2019-03-07re PR c++/89585 (GCC 8.3: asm volatile no longer accepted at file scope)Jakub Jelinek1-1/+12
2019-01-08backport: re PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed>::quick_pus...Jakub Jelinek1-2/+2
2019-01-02Backport of the "asm inline" patchesSegher Boessenkool1-32/+85
2018-12-13[PR c++/87531] Fix second bugNathan Sidwell1-2/+7
2018-11-05backport: re PR c++/86288 (Recognize __gnu and/or __gnu__ as attribute-namesp...Jakub Jelinek1-3/+8
2018-10-03Backport r264806Martin Liska1-0/+1
2018-08-11PR c++/86728 - C variadic generic lambda.Jason Merrill1-1/+2
2018-06-26re PR c++/86291 (OpenMP incorrect for-loop collapsing with iterators and at l...Jakub Jelinek1-1/+1
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell1-0/+3
2018-06-11PR c++/85815 - reference to member of enclosing template.Jason Merrill1-4/+1
2018-06-06PR c++/86060 - ICE on range for with -std=c++98.Jason Merrill1-6/+3
2018-05-04PR c++/85305 - pack in lambda init-capture.Jason Merrill1-4/+4
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill1-2/+5
2018-04-16[PR c++/85039] no type definitions in builtin offsetofAlexandre Oliva1-1/+7
2018-04-10PR c++/85312 - P0962 cleanupJakub Jelinek1-11/+2
2018-04-10* parser.c (cp_parser_check_template_parameters): Improve comment.Jason Merrill1-2/+2
2018-04-09PR c++/85264 - ICE with excess template-parameter-list.Jason Merrill1-6/+16
2018-04-09re PR c++/85194 (ICE with structured binding in broken for-loop)Jakub Jelinek1-1/+7
2018-04-05[PR c++/84979] reject auto in explicit tmpl args for tmpl-fnAlexandre Oliva1-1/+9
2018-04-04PR c++/84936 - ICE with unexpanded pack in mem-initializer.Jason Merrill1-2/+7
2018-04-04re PR c++/65923 (False positive for warning about literal operator suffix and...Ville Voutilainen1-10/+0
2018-04-02PR c++/64095 - auto... parameter pack.Jason Merrill1-19/+21
2018-03-23Implement P0962Ville Voutilainen1-1/+1
2018-03-23[PR c++/71251] check tmpl parms in template using declAlexandre Oliva1-0/+7
2018-03-23[PR c++/84789] do not fail to resolve typename into template-independentAlexandre Oliva1-1/+1
2018-03-23Disable auto_is_implicit_function_template_parm_p while parsing attributesAlexandre Oliva1-10/+8
2018-03-21[PR c++/84610,84642] recover from implicit template parms gracefullyAlexandre Oliva1-2/+36
2018-03-21Deprecate some C++ extensionsNathan Sidwell1-5/+14
2018-03-16re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek1-1/+1
2018-03-15PR c++/84820 - no error for invalid qualified-id.Jason Merrill1-1/+1
2018-03-13Pedwarn about auto parameter even without -Wpedantic.Jason Merrill1-3/+3
2018-03-13PR c++/84798 - ICE with auto in abstract function declarator.Jason Merrill1-1/+4
2018-03-09re PR c++/71169 (ICE on invalid C++ code in pop_nested_class (cp/class.c:7785))Jason Merrill1-0/+10
2018-03-06[C++] [PR84231] overload on cond_expr in templateAlexandre Oliva1-1/+3
2018-03-05re PR c++/84618 (ICE in build_capture_proxy, at cp/lambda.c:460)Paolo Carlini1-6/+6
2018-03-01PR c++/71569 - decltype of template.Jason Merrill1-0/+7
2018-02-28re PR c++/84609 (internal compiler error: in cp_parser_abort_tentative_parse,...Jakub Jelinek1-13/+119