aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24re PR c++/51917 (g++.old-deja/g++.abi/vmihint.C FAILs)Jason Merrill1-2/+2
2012-01-11* decl.c (decls_match): Assert that the arguments are decls.Jason Merrill1-0/+2
2012-01-03re PR c++/15867 (-Wredundant-decls and explicit template specialization)Paolo Carlini1-1/+4
2012-01-01re PR c++/16603 (Incorrect enumerator type before enumeration's closing brace)Paolo Carlini1-7/+4
2011-12-20PR debug/49951 - jumpy stepping at end of scope in C++Dodji Seketeli1-0/+9
2011-12-17re PR c++/51587 (ICE with struct vs. enum clash)Jason Merrill1-0/+1
2011-12-16re PR c++/51461 ([c++0x] [4.7 Regression] ICE with invalid initialization of ...Jason Merrill1-2/+5
2011-12-15re PR c++/51458 (Accepts invalid designated initializers)Jason Merrill1-0/+26
2011-12-15re PR c++/51463 ([c++0x] [4.7 Regression] ICE declaring a member function vir...Jakub Jelinek1-3/+11
2011-12-15PR c++/51473 - ICE with invalid autoDodji Seketeli1-0/+6
2011-12-14re PR c++/51248 (ICE with pointer to enum)Jason Merrill1-11/+18
2011-12-08re PR c++/51401 ([c++0x] [4.7 Regression] ICE with invalid use of auto in tem...Jakub Jelinek1-0/+6
2011-12-07re PR c++/51229 ([C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' no...Jakub Jelinek1-0/+8
2011-12-01re PR c++/51009 (ICE in verify_gimple_stmt)Jason Merrill1-11/+8
2011-11-23PR c++/51145 - Alias template in elaborated-type-specifier acceptedDodji Seketeli1-4/+17
2011-11-17re PR c++/51186 (declaring main() with auto but without --std=c++11 gives inc...Jason Merrill1-4/+10
2011-11-14re PR c++/6936 (member "using" binds wrong)Fabien ChĂȘne1-2/+16
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-11-08Fix context handling of alias-declarationDodji Seketeli1-2/+5
2011-11-07PR c++/45114 - Support C++11 alias-declarationDodji Seketeli1-2/+7
2011-11-07re PR c++/33255 (A warning for "unused" typedefs?)Jason Merrill1-0/+1
2011-11-07decl.c (cp_finish_decl): Only make_tree_vector if we're calling check_initial...Jason Merrill1-1/+6
2011-11-05* decl.c (cp_finish_decl): Mostly revert previous change.Jason Merrill1-5/+7
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill1-7/+5
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill1-81/+33
2011-11-02re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill1-1/+1
2011-10-26build_string commentsJason Merrill1-1/+1
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+66
2011-10-25re PR c++/50866 (ICE in verify_gimple_stmt, at tree-cfg.c:4175)Jason Merrill1-1/+3
2011-10-23re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...Paolo Carlini1-1/+1
2011-10-23re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Paolo Carlini1-1/+1
2011-10-19re PR c++/38761 (%s substituted with regular word can't be properly translated)Paolo Carlini1-12/+14
2011-10-18re PR c++/50742 (tree check fail in check_previous_goto_1)Jason Merrill1-1/+2
2011-10-12re PR c++/50594 (Option -fwhole-program discards replaced new operator for st...Paolo Carlini1-5/+8
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-16/+22
2011-10-06re PR c++/39164 ([C++0x] defaulted dtor redefinition not caught)Jason Merrill1-0/+6
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-0/+12
2011-09-24Handle deferred parsing of NSDMIs.Jason Merrill1-1/+1
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-30/+9
2011-09-23Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill1-4/+7
2011-09-23re PR c++/50258 ([C++0x] -std=gnu++0x should allow in-class initialization of...Paolo Carlini1-2/+3
2011-09-21re PR c++/50454 (Unexpected problems with -pedantic / -pedantic-errors and __...Paolo Carlini1-19/+12
2011-09-14name-lookup.c (lookup_arg_dependent): Use conditional timevars.Diego Novillo1-2/+3
2011-09-12call.c (initialize_reference): Add flags parm.Jason Merrill1-4/+6
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-0/+4
2011-09-07re PR c++/50309 ([C++0x] ICE: tree check: expected tree_list, have error_mark...Paolo Carlini1-0/+4
2011-09-06re PR c++/50296 (New C++ test failures)Jason Merrill1-4/+0
2011-08-30re PR c++/50084 ([C++0x] ICE: decltype + remove_reference + new)Jason Merrill1-0/+1
2011-08-30re PR c++/50114 (ICE with declaration inside for statement)Jason Merrill1-0/+3
2011-08-23Core 975Jason Merrill1-0/+4