aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27PR c++/71546 - lambda init-capture with qualified-id.HÃ¥kon Sandsmark1-0/+6
2018-02-26re PR c++/84557 (ICE with invalid firstprivate variable)Jakub Jelinek1-2/+7
2018-02-26PR c++/84551 - ICE with concepts and -g.Jason Merrill1-0/+3
2018-02-22re PR c++/84493 (ICE with invalid cast)Marek Polacek1-1/+1
2018-02-20re PR c++/84446 (ICE with broken lambda)Paolo Carlini1-2/+2
2018-02-19re PR c++/84448 (ICE with broken condition in parallel for loop)Jakub Jelinek1-6/+12
2018-02-13Fix more variadic capture issues.Jason Merrill1-2/+0
2018-02-12re PR c++/84341 (ICE with #pragma omp atomic)Jakub Jelinek1-6/+8
2018-02-12[PR c++/84263] GC ICE with decltypeNathan Sidwell1-54/+57
2018-02-07re PR c++/84082 (ICE with broken template function definition)Jakub Jelinek1-20/+57
2018-01-18re PR c++/83824 (ICE on invalid C++ code with alignas: in chainon, at tree.c:...Jakub Jelinek1-32/+51
2018-01-10parser.c (cp_parser_std_attribute_spec): When token_pair::require_open / requ...Paolo Carlini1-8/+2
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-10/+31
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-23/+116
2017-12-21[PR c++/83406] deducing lambda typeNathan Sidwell1-65/+9
2017-12-19re PR c++/82593 (Internal compiler error: in process_init_constructor_array, ...Paolo Carlini1-2/+4
2017-12-15re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)Jakub Jelinek1-0/+4
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+14
2017-12-01Give #include hints for <complex>.Jason Merrill1-1/+10
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill1-4/+68
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek1-5/+2
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-0/+1
2017-11-29C++: improve location of static_assert errorsDavid Malcolm1-13/+41
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+6
2017-11-28Remove Cilk Plus support.Julia Koval1-801/+18
2017-11-27re PR c++/81888 (Structured bindings stopped working)Jakub Jelinek1-1/+2
2017-11-23parser.c (cp_parser_omp_declare): Change return type to bool from void, retur...Jakub Jelinek1-7/+7