aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-07pt.c (num_template_headers_for_class): Rework per the code inline in cp_parse...Paolo Carlini1-43/+13
2012-08-31re PR c++/18747 ("template<> int i;" accepted)Paolo Carlini1-2/+5
2012-08-30friend.c (make_friend_class): Handle template template parameters.Jason Merrill1-1/+3
2012-08-24pt.c (tsubst_default_argument): Indicate where the default argument is being ...Jason Merrill1-0/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+6
2012-07-31pt.c (check_default_tmpl_args): Change is_primary and is_partial parameters t...Paolo Carlini1-2/+2
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-7/+8
2012-07-17re PR c++/53549 (g++ and armadillo 3.2.0, operator() is inaccessible)Jason Merrill1-21/+13
2012-07-05cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.Jason Merrill1-2/+1
2012-07-05re PR c++/50852 (ICE: internal compiler error: in tsubst, at cp/pt.c:11030)Jason Merrill1-1/+0
2012-06-27parser.c (cp_parser_check_for_invalid_template_id): tag_type parm.Jason Merrill1-5/+16
2012-06-27re PR c++/53563 (ICE in start_decl, at cp/decl.c:4427)Jason Merrill1-4/+17
2012-06-25C++: Reject variably modified types in operator newFlorian Weimer1-28/+21
2012-06-19parser.c (cp_parser_direct_declarator): Move virt-specifier parsing after lat...Ville Voutilainen1-2/+3
2012-06-15[multiple changes]Ramana Radhakrishnan1-0/+38
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-6/+2
2012-06-06re PR c++/52841 (error: type 'Solvable' is not a base type for type 'Resolvab...Richard Biener1-0/+3
2012-06-04PR preprocessor/53463 - Fix system header detection for built-in macro tokensDodji Seketeli1-1/+6
2012-06-02re PR c++/52973 (visibility attribute for class is not passed to its members)Jason Merrill1-5/+10
2012-06-01re PR c++/52725 (error: "capture of non-variable" for new-expression incorrec...Jason Merrill1-0/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-25re PR c++/32054 (Storage classes on anonymous unions in classes)Paolo Carlini1-0/+6
2012-05-24re PR c++/32080 (Can goto a function try-block)Paolo Carlini1-13/+15
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini1-2/+7
2012-05-17re PR c++/39681 (Compile error is not descriptive)Paolo Carlini1-5/+11
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-7/+13
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-105/+156
2012-05-12parser.c (struct cp_parser_expression_stack_entry): Add location_t field.Paolo Carlini1-39/+42
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini1-25/+38
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-30re PR c++/51314 ([C++0x] sizeof... and parentheses)Marc Glisse1-0/+3
2012-04-30Fix va_arg type locationDodji Seketeli1-1/+3
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-15/+15
2012-04-17re PR c++/52599 (ICE on illegal constexpr constructor declaration)Paolo Carlini1-1/+1
2012-04-11re PR c++/52465 (g++ rejects valid code with in-class using declaration)Fabien Chêne1-0/+2
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-9/+12
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill1-1/+1
2012-03-14re PR c++/52521 ([C++11] user defined literals and order of declaration)Jakub Jelinek1-2/+8
2012-03-02re PR c++/51989 (std::deque::iterator recognised as container)Paolo Carlini1-1/+2
2012-03-01re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill1-3/+0
2012-02-14parser.c (cp_parser_explicit_instantiation): Give a warning for ignored attri...Jason Merrill1-0/+3
2012-01-23re PR c++/51925 (ICE in tsubst with using and template function)Jason Merrill1-1/+1
2012-01-13PR c++/51633 - ICEs with constexpr constructorDodji Seketeli1-5/+2
2012-01-12re PR c++/48051 (sorry, unimplemented: mangling overload)Jason Merrill1-2/+2
2012-01-11commentJason Merrill1-2/+1
2012-01-06DR 686 PR c++/47450Jason Merrill1-0/+7
2012-01-06PR c++/51541 - ICE with invalid identifier in alias-declarationDodji Seketeli1-0/+6
2012-01-03re PR c++/51738 (C++11 initializer list does not work correctly with operator[])Paolo Carlini1-1/+11
2012-01-02DR 325 PR c++/51666Jason Merrill1-168/+179
2012-01-01crash25.C: Adjust.Fabien Chêne1-2/+13