aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-28re PR c++/23211 (using dec in nested class doesn't import name)Fabien Chêne1-2/+2
2011-12-17re PR c++/51588 ([c++0x] [4.4/4.5/4.6/4.7 Regression] ICE using an enum as ba...Jason Merrill1-0/+3
2011-12-17re PR c++/51586 (ICE with invalid union)Jason Merrill1-0/+2
2011-12-15re PR c++/51463 ([c++0x] [4.7 Regression] ICE declaring a member function vir...Jakub Jelinek1-0/+3
2011-12-15re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-0/+5
2011-12-14re PR c++/51464 ([c++0x] ICE with invalid use of [])Paolo Carlini1-0/+2
2011-12-13revert an unattended change about access declarationFabien Chêne1-4/+0
2011-12-13re PR c++/14258 (typename in a using declaration not supported)Fabien Chêne1-4/+28
2011-12-12re PR c++/51496 (FAIL: libgomp.c++/for-2.C * (test for excess errors))Jakub Jelinek1-4/+4
2011-12-12Support noexcept-specifications for transaction statements and expressions.Torvald Riegel1-33/+105