OSDN Git Service

2010-09-30 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / cp /
2010-09-30 iainsadd @optional/@required to prto lists
2010-09-30 nicolaIn gcc/c-family/:
2010-09-29 rguenth2010-09-29 Richard Guenther <rguenther@suse.de>
2010-09-29 qiyao2010-09-29 Yao Qi <yao@codesourcery.com>
2010-09-28 jason * tree.c (lvalue_kind): Rename from lvalue_p_1, make...
2010-09-28 iainsadd parsing for ObjC* method & method parm attributes
2010-09-28 rthHookize TARGET_UNWIND_INFO et al.
2010-09-28 iainsadd ObjC* class, category and protocol attribute parsers
2010-09-27 jason Require lvalues as specified by the standard.
2010-09-27 nicolaAdded line in ChangeLog entry that I forgot to commit...
2010-09-27 nicolaIn gcc/:
2010-09-24 hubicka * lto-symtab.c (lto_symtab_entry_def): Add guessed...
2010-09-24 jason * decl.c (compute_array_index_type): Remember type...
2010-09-24 jason * error.c (dump_expr) [CASE_CONVERT]: Print conversion...
2010-09-23 nicolaIn gcc/:
2010-09-21 jason * mangle.c (write_expression) [SCOPE_REF]: Only do...
2010-09-18 jason * call.c (compare_ics): Do lvalue/rvalue reference...
2010-09-15 jason * semantics.c (finish_id_expression): Diagnose use...
2010-09-15 jason * decl2.c (grokbitfield): Diagnose non-integral width.
2010-09-15 jason * call.c (convert_like_real): Use the underlying type...
2010-09-15 jakub PR c++/45635
2010-09-15 paolo/cp
2010-09-13 jason * semantics.c (finish_for_stmt): Always test flag_new_...
2010-09-11 jason Implement range-based for-statements.
2010-09-10 jason PR c++/43824
2010-09-10 rguenth2010-09-10 Richard Guenther <rguenther@suse.de>
2010-09-10 hubicka PR tree-optimization/45605
2010-09-09 jakub PR c++/45588
2010-09-07 charlet * cp-tree.h (build_enumerator): Add new location_t...
2010-09-06 dodjiPatch PR c++/45200
2010-09-06 mmitchel * c-common.h (do_warn_double_promotion): Declare.
2010-09-06 charlettestsuite/
2010-09-06 jason * call.c (implicit_conversion): Fix value-init of...
2010-09-06 jason * decl.c (cp_finish_decl): Don't change init for auto...
2010-09-06 jason * pt.c (fold_non_dependent_expr_sfinae): Split out...
2010-09-06 jason * method.c (synthesized_method_walk): In constructors...
2010-09-06 jason * semantics.c (finish_compound_literal): Always build a
2010-08-30 paolo/cp
2010-08-30 jakub PR middle-end/45423
2010-08-29 jason PR c++/44991
2010-08-22 jsm28 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
2010-08-20 froydnjgcc/
2010-08-19 jason * call.c (reference_related_p): Check for error_mark_node.
2010-08-19 jason PR c++/45315
2010-08-19 jason PR c++/45307
2010-08-19 jason * except.c (pending_noexcept, pending_noexcept_checks...
2010-08-18 froydnjgcc/cp/
2010-08-17 ktietz2010-08-17 Kai Tietz <kai.tietz@onevision.com>
2010-08-09 jason PR c++/45236
2010-08-09 froydnj * call.c (add_builtin_candidates): Use VECs for local...
2010-08-09 froydnj * name-lookup.c (is_associated_namespace): Convert...
2010-08-09 froydnjgcc/
2010-08-08 froydnj * parser.c (cp_default_arg_entry): Declare. Declare...
2010-08-08 froydnj * name-lookup.h (cp_label_binding): Declare. Declare...
2010-08-06 jason * typeck.c (complete_type_or_maybe_complain): Split...
2010-08-06 jason * typeck.c (decay_conversion): Any expression with...
2010-07-31 uweigandMove PR c++/45112 ChangeLog entry to correct location.
2010-07-30 uweigandgcc/
2010-07-27 jason * pt.c (tsubst_expr) [DECL_EXPR]: Handle getting an...
2010-07-27 jsm28 * common.opt (o): Add MissingArgError.
2010-07-27 jsm28 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION...
2010-07-21 jason * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.
2010-07-21 jason * parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL
2010-07-20 jyasskinPR c++/44641
2010-07-20 jason PR c++/44967
2010-07-20 jason PR c++/44967
2010-07-20 jason PR c++/44996
2010-07-19 jason PR c++/44969
2010-07-19 paolo/cp
2010-07-16 jason PR c++/32505
2010-07-16 jason * ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.
2010-07-16 froydnj * init.c (build_new_1): Use cp_build_function_call_nar...
2010-07-15 jason PR c++/44909
2010-07-15 aesok * tree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-15 froydnjgcc/
2010-07-14 jason * init.c (sort_mem_initializers): Rename "field_type...
2010-07-14 jason Implement C++0x unrestricted unions (N2544)
2010-07-13 jason PR c++/44909
2010-07-13 jason PR c++/44540
2010-07-13 paolocp/
2010-07-12 paolo/cp
2010-07-09 jason PR c++/43120
2010-07-08 jason PR c++/43120
2010-07-08 manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-07-06 jason PR c++/44703
2010-07-06 jason PR c++/44778
2010-07-06 jason * error.c (dump_function_decl): Don't crash on null...
2010-07-06 pzhao/cp
2010-07-06 froydnjgcc/
2010-07-05 paolo2010-07-05 Paolo Carlini <paolo.carlini@oracle.com>
2010-07-05 pzhaogcc/cp/
2010-07-03 lcwu PR/44128
2010-07-02 jakub PR c++/44780
2010-07-02 paolo/cp
2010-07-01 rguenth2010-07-01 Richard Guenther <rguenther@suse.de>
2010-06-30 paolo/cp
2010-06-30 matz* repo.c (finish_repo): Fix typo.
2010-06-30 froydnjgcc/
2010-06-30 froydnj * repo.c (pending_repo): Change type to a VEC.
2010-06-30 manu2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
next