aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16re PR c++/59682 (Invalid syntax accepted: new-placement without expression-list)Paolo Carlini1-0/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-05re PR c++/52595 ([DR 325] commas and non-static data member initializers don'...Nathan Sidwell1-7/+28
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02re PR c++/61683 (decltype-specifier not accepted as mem-initializer-id)Paolo Carlini1-11/+16
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-2/+11
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-7/+4
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-12/+39
2015-05-09c.opt (Wc++11-compat): Make primary.Jason Merrill1-5/+5
2015-05-08re PR c++/59012 (alignas does not support parameter pack expansions)Jason Merrill1-3/+17
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-8/+10
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