aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-29Add OMP_STANDALONE_CLAUSES.Thomas Schwinge1-4/+1
2015-04-20c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon.Ilya Verbin1-1/+1
2015-04-14re PR c++/60994 (gcc does not recognize hidden/shadowed enumeration as valid ...Momchil Velikov1-36/+20
2015-03-27re PR c/65586 (-fopenmp-simd rejects valid input)Tobias Burnus1-6/+6
2015-03-24re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-1/+0
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-0/+1
2015-03-17re PR c++/65061 (Issue with using declaration and member class template)Jason Merrill1-0/+2
2015-03-10re PR c++/65127 (internal compiler error: tree check: expected tree that cont...Jakub Jelinek1-1/+3
2015-03-10re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek1-1/+3
2015-03-09re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek1-1/+14
2015-02-13re PR c++/60211 (ICE with #pragma GCC ivdep and for-loop on global scope)Paolo Carlini1-0/+6
2015-02-12re PR c++/64959 (SFINAE in UDLs)Andrea Azzarone1-58/+49
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek1-0/+1
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-7/+873
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-06parser.c (cp_parser_nested_name_specifier_opt): Diagnose invalid template-ids.Jason Merrill1-0/+40
2015-01-06re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-c...Jason Merrill1-9/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31Allow Objective-c++ to recognise lambdas.Iain Sandoe1-4/+17
2014-12-25re PR c++/63522 (ICE: unexpected expression 'ElementIndices' of kind template...Jason Merrill1-0/+2
2014-12-24re PR c++/63985 (Accepts invalid range-based for declaration)Paolo Carlini1-12/+37
2014-12-18re PR c++/64105 (ICE: in strip_typedefs, at cp/tree.c:1326)Jason Merrill1-4/+10
2014-12-16re PR c++/58650 ([c++11] ICE with invalid friend declaration)Paolo Carlini1-1/+4
2014-12-11re PR c++/64248 (Error: declarator-id missing; using reserved word ‘__FUNCT...Jason Merrill1-18/+37
2014-12-10re PR c++/64127 (ICE on invalid: tree check: expected identifier_node, have t...Kai Tietz1-0/+1
2014-12-09re PR c++/64222 (error: ‘__FUNCTION__’ was not declared in this scope)Jason Merrill1-1/+4
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-1/+0
2014-11-25re PR c++/63786 (crash on argument pack in switch case)Paolo Carlini1-2/+5
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-2/+10
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill1-2/+8
2014-11-15parser.c (cp_parser_omp_declare_reduction_exprs): A block is not an expression.Jason Merrill1-1/+1
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-5/+1
2014-11-12DR 1510 PR c++/60420Paolo Carlini1-3/+9
2014-11-07parser.c (cp_parser_unqualified_id): Handle __func__ here.Jason Merrill1-37/+15
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-21parser.c (cp_parser_unary_expression): Add default arguments.Paolo Carlini1-27/+12
2014-10-15re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill1-55/+158
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-5/+16
2014-10-09semantics.c (check_constexpr_ctor_body_1): New.Paolo Carlini1-2/+2
2014-10-09re PR c++/63309 (internal compiler error: Segmentation fault)Jason Merrill1-3/+1
2014-10-06c-cppbuiltin.c: Move __cpp_attribute_deprecated to the C++11 section.Edward Smith-Rowland1-2/+8
2014-10-03decl.c (start_decl): Complain about static/thread_local vars in constexpr fun...Jason Merrill1-0/+13
2014-10-03parser.c (cp_parser_assignment_expression, [...]): Add default arguments.Paolo Carlini1-59/+36
2014-10-02re PR c++/53025 ([C++11] noexcept operator depends on copy-elision)Paolo Carlini1-0/+2
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-0/+5
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-0/+22
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill1-0/+4
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill1-23/+0
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-2/+2