aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-20re PR c++/30298 (ICE with duplicate broken inheritance)Paolo Carlini1-1/+6
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-5/+5
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill1-15/+0
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-11/+8
2010-05-17re PR c++/44108 (-Wunused-but-set-variable does not consider array sizing use...Dodji Seketeli1-0/+2
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-0/+1
2010-05-13* decl.c (cp_finish_decl): Do not worry about used attribute.Jan Hubicka1-4/+0
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-10/+9
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-2/+2
2010-05-10re PR c++/43719 (uninitialized const member incorrectly accepted, using an ar...Fabien ChĂȘne1-7/+6
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+11
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-3/+56
2010-05-03re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...Jason Merrill1-38/+42
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien ChĂȘne1-6/+26
2010-04-21re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Jason Merrill1-0/+2
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2010-04-07re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda f...Jason Merrill1-3/+1
2010-04-07PR c++/11094, DR 408Jason Merrill1-0/+4
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill1-2/+2
2010-04-07re PR c++/41970 (use of a type with no linkage to declare a variable with lin...Jason Merrill1-6/+9
2010-04-01decl.c (next_initializable_field): No longer static.Jason Merrill1-2/+1
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill1-7/+2
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+1
2010-02-22Merge DECL_PRESERVE_P for C++.Mike Stump1-0/+4
2010-02-02re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+12
2010-01-29decl.c (redeclaration_error_message): Wrap the return messages to G_() for ea...Shujing Zhao1-18/+23
2010-01-20re PR c++/40750 (Side-effect of member function call not produced in certain ...Jason Merrill1-1/+2
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-8/+0
2010-01-14re PR middle-end/42674 (Bogus "no return statement in function returning non-...Jakub Jelinek1-0/+2
2009-12-21decl.c (finish_function): Rename pre-genericize event.Brian Hackett1-1/+1
2009-12-18re PR c++/31665 (%s substituted with "built-in"/"library" can't be properly t...Shujing Zhao1-8/+11
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-1/+1
2009-12-16re PR c++/42387 (ICE with new expression in class template)Jason Merrill1-5/+2
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini1-27/+47
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-10/+2
2009-11-26* decl.c (grokdeclarator): Remove period at end of diagnosic message.Gabriel Dos Reis1-1/+1
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-1/+7
2009-11-19DR 176 permissivenessJason Merrill1-0/+5
2009-11-19re PR c++/561 (std:unclear about Overloaded Function Pointer resolution)Jason Merrill1-11/+32
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao1-3/+3
2009-11-17re PR c++/42058 (Trouble with invalid array initialization)Paolo Carlini1-0/+3
2009-11-16PR c++/13950, DR 176Jason Merrill1-2/+16
2009-11-16re PR c++/32056 (Storage classes on template parameters)Paolo Carlini1-0/+10
2009-11-13re PR c++/29363 (ICE throwing undeclared object)Jason Merrill1-1/+1
2009-11-12re PR c++/37037 (ICE on template class member function definition after expli...Jason Merrill1-1/+3
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill1-12/+8
2009-11-03re PR c++/40944 ([C++0x] rejects well-formed code: SFINAE, decltype, function...Jason Merrill1-1/+1
2009-11-02Restrict DR 757 change to C++0x mode.Jason Merrill1-7/+70
2009-10-30revert: decl.c (cp_fname_init): Correct build_string argument.Jason Merrill1-1/+1
2009-10-28* decl.c (cp_fname_init): Correct build_string argument.Jason Merrill1-1/+1