tree.h (block_may_fallthru): Declare here.
[platform/upstream/gcc.git] / gcc / cp / decl.c
2010-06-30 Manuel López-Ibáñeztree.h (block_may_fallthru): Declare here.
2010-06-30 Nathan Froyddecl.c (incomplete_var): Declare.
2010-06-30 Nathan Froyddecl.c (struct named_label_entry): Change type of bad_d...
2010-06-30 Jason MerrillMachinery to support implicit delete/move.
2010-06-30 Jason Merrillclass.c (type_has_virtual_destructor): New.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-28 Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-15 Jason Merrilldecl.c (duplicate_decls): Use DECL_IS_BUILTIN rather...
2010-06-11 Shujing Zhaocp-tree.h (expr_list_kind): New type.
2010-06-09 Nathan Froydcall.c (build_java_interface_fn_ref): Call build_functi...
2010-06-08 Nathan Sidwelldecl.c (record_key_method_defined): New, broken out...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-07 Jakub Jelinekre PR c++/44443 (-Wunused-but-set-variable problem...
2010-06-06 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-04 Jason MerrillImplement noexcept-specification (15.4)
2010-06-04 Jason Merrillcall.c (build_conditional_expr): Never fold in unevalua...
2010-06-03 Nathan Froydclass.c (struct vtbl_init_data_s): Remove last_init...
2010-05-30 Nathan Froydcp-tree.h (cp_build_function_call_nary): Declare.
2010-05-28 Dodji SeketeliRevert "Fix PR c++/44188"
2010-05-27 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-05-27 Jason Merrillre PR c++/43555 (wrong address calculation of multidime...
2010-05-27 Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-26 Steven Bosscherrtl.h (decl_default_tls_model): Move prototype from...
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-24 Jason Merrillre PR c++/41510 ([C++0x] std::complex vs. initializatio...
2010-05-20 Paolo Carlinire PR c++/30298 (ICE with duplicate broken inheritance)
2010-05-19 Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-19 Jason Merrilldecl.c (grokdeclarator): Don't check quals on fn type.
2010-05-19 Jason Merrillre PR c++/44193 (function types, cv-quals and typename)
2010-05-17 Dodji Seketelire PR c++/44108 (-Wunused-but-set-variable does not...
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-13 Jan Hubicka* decl.c (cp_finish_decl): Do not worry about used...
2010-05-13 Jason Merrillre PR bootstrap/44048 (building without C++ enabled...
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-10 Fabien Chênere PR c++/43719 (uninitialized const member incorrectly...
2010-05-06 Jason MerrillAdd support for C++0x nullptr.
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2010-05-03 Jason Merrillre PR c++/43680 ([DR 1022] G++ is too aggressive in...
2010-04-27 Fabien Chênere PR c++/42844 (const variable requires initializer...
2010-04-21 Jason Merrillre PR c++/9335 (repeated diagnostic when maximum templa...
2010-04-18 Eric Botcazoufold-const.c (fold_comparison): Use ssizetype.
2010-04-07 Jason Merrillre PR c++/43016 ([C++0x] Inappropriate multiple definit...
2010-04-07 Jason MerrillPR c++/11094, DR 408
2010-04-07 Jason Merrillname-lookup.c (current_decl_namespace): Non-static.
2010-04-07 Jason Merrillre PR c++/41970 (use of a type with no linkage to decla...
2010-04-01 Jason Merrilldecl.c (next_initializable_field): No longer static.
2010-03-23 Jason MerrillMake lambda conversion op and op() non-static.
2010-03-03 Jason Merrillre PR c++/12909 (ambiguity in mangling vector types)
2010-02-22 Mike StumpMerge DECL_PRESERVE_P for C++.
2010-02-03 Jason Merrillre PR c++/41090 (Using static label reference in c...
2010-01-29 Shujing Zhaodecl.c (redeclaration_error_message): Wrap the return...
2010-01-20 Jason Merrillre PR c++/40750 (Side-effect of member function call...
2010-01-20 Jakub Jelineksel-sched.c (create_speculation_check): Remove set...
2010-01-14 Jakub Jelinekre PR middle-end/42674 (Bogus "no return statement...
2009-12-21 Brian Hackettdecl.c (finish_function): Rename pre-genericize event.
2009-12-18 Shujing Zhaore PR c++/31665 (%s substituted with "built-in"/"librar...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-16 Jason Merrillre PR c++/42387 (ICE with new expression in class template)
2009-12-02 Paolo Bonzinire PR c++/29917 (%s substituted with actual words can...
2009-12-02 Jakub Jelinekg++spec.c (lang_specific_driver): Remove unused saw_ver...
2009-11-26 Gabriel Dos Reis* decl.c (grokdeclarator): Remove period at end of...
2009-11-23 Dodji Seketelire PR c++/14777 (typedef doesn't fully expose base...
2009-11-20 Jason MerrillDR 176 permissiveness
2009-11-19 Jason Merrillre PR c++/561 (std:unclear about Overloaded Function...
2009-11-18 Shujing Zhaore PR c++/40892 (maybe_warn_cpp0x i18n problems)
2009-11-17 Paolo Carlinire PR c++/42058 (Trouble with invalid array initialization)
2009-11-16 Jason MerrillPR c++/13950, DR 176
2009-11-16 Paolo Carlinire PR c++/32056 (Storage classes on template parameters)
2009-11-13 Jason Merrillre PR c++/29363 (ICE throwing undeclared object)
2009-11-12 Jason Merrillre PR c++/37037 (ICE on template class member function...
2009-11-06 Jason Merrillre PR c++/9381 (attribute on member function pointer...
2009-11-03 Jason Merrillre PR c++/40944 ([C++0x] rejects well-formed code:...
2009-11-02 Jason MerrillRestrict DR 757 change to C++0x mode.
2009-10-30 Jason Merrillrevert: decl.c (cp_fname_init): Correct build_string...
2009-10-28 Jason Merrill* decl.c (cp_fname_init): Correct build_string argument.
2009-10-27 Jason MerrillAllow no-capture lambdas to convert to function pointer.
2009-10-26 Jason MerrillPR c++/38796, Core issue 906
2009-10-26 Dodji Seketelire PR c++/41020 (Can't declare an extern "C" friend...
2009-10-02 Gabriel Dos Reisdecl.c (grokdeclarator): Set constexprness before annou...
2009-10-01 Gabriel Dos Reisdecl.c (record_builtin_java_type): Undo unintended...
2009-10-01 Jason Merrillpt.c (register_specialization): Push DECL_SOURCE_LOCATI...
2009-10-01 Gabriel Dos Reistree.h (tree_decl_common::lang_flag_8): New.
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-24 Jakub Jelinekcgraphunit.c (cgraph_lower_function): Revert last change.
2009-09-23 Dodji Seketelire PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enume...
2009-09-18 Jason Merrilldecl2.c (determine_visibility): Make anonymous types...
2009-09-08 Paolo Carlinire PR c++/39923 ([C++0x] ICE in build_init_list_var_init)
2009-09-08 Jason Merrilldecl.c (grokmethod): Rename from start_method.
2009-08-24 Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-17 Richard Guentherdecl.c (build_ptrmemfunc_type): Keep variant chain...
2009-08-10 Jason MerrillImplement DR 757...
2009-07-26 Simon Martinre PR c++/40749 (g++ doesnt report missing return if...
2009-07-22 Jason Merrilldecl.c (reshape_init_r): { T } is not an aggregate...
2009-07-22 Jason MerrillCore issue 934
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-16 Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-14 Jason Merrillre PR c++/37276 (Trouble with some (C99?) math builtins...
2009-07-07 Jason Merrillre PR c++/37816 ([c++0x] Invalid handling of scoped...
next