aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-99/+1141
2015-08-06re PR c++/66533 ([C++14] ICE: in dependent_type_p, at cp/pt.c:21073)Jason Merrill1-1/+2
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka1-57/+43
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+4
2015-07-23re PR c++/52987 (bogus expected ; before for undeclared type)Paolo Carlini1-1/+2
2015-07-15re PR c++/65091 (decltype(~arg) fails for template functions)Jason Merrill1-2/+9
2015-07-14re PR c++/65071 (ICE on valid, sizeof...() of template template parameter pac...Andrea Azzarone1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-3/+2
2015-07-10* parser.c (cp_parser_template_id): SET_EXPR_LOCATION.Jason Merrill1-0/+4
2015-07-09pt.c (instantiation_dependent_r): Call value_dependent_expression_p.Jason Merrill1-1/+1
2015-07-09cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_par...Jason Merrill1-76/+30
2015-07-09* parser.c (cp_parser_default_type_template_argument)Andrew Sutton1-40/+66
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill1-2/+2
2015-07-01re PR c++/60365 (multiple noreturn attribute specifiers in a single declarati...Paolo Carlini1-0/+23
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+3
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-24Implement N3928 - Extending static_assertEdward Smith-Rowland1-12/+28
2015-06-24re PR c++/65750 (misinterpret in a virtual member function with a C++11 style...Adam Butcher1-0/+24
2015-06-24Revert fix for PR c++/30044Patrick Palka1-25/+0
2015-06-23[PATCH] Fix PR c++/30044Patrick Palka1-0/+25
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
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