aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd1-15/+12
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-6/+4
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-4/+6
2010-05-27re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill1-0/+28
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz1-1/+2
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-4/+30
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-2/+0
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+3
2010-05-24re PR c++/41510 ([C++0x] std::complex vs. initialization lists)Jason Merrill1-1/+0
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