OSDN Git Service

PR c++/11094, DR 408
[pf3gnuchains/gcc-fork.git] / gcc / cp / cp-tree.h
2010-04-07 jason PR c++/11094, DR 408
2010-04-07 jason * name-lookup.c (current_decl_namespace): Non-static.
2010-04-07 jason * pt.c (print_template_statistics): New.
2010-04-01 jason * decl.c (next_initializable_field): No longer static.
2010-03-31 dodjiFix PR c++/43558
2010-03-26 dodjiFix compilation.
2010-03-25 dodjiFix candidate for PR c++/43206
2010-03-03 jason PR c++/12909
2010-02-28 mmitchel2010-02-27 Mark Mitchell <mark@codesourcery.com>
2010-02-18 jason PR c++/43108
2010-02-18 jason PR c++/26261
2010-02-17 jason PR c++/43075
2010-02-11 jason PR c++/41896
2010-02-09 jason PR c++/42370
2010-01-29 dodjiFix PRs c++/42758, c++/42634, c++/42797
2010-01-28 dodjiFix PR c++/42713
2009-12-23 dodjiFix PR c++/42260
2009-12-17 pzhao2009-12-17 Shujing Zhao <pearly.zhao@oracle.com>
2009-12-15 jakub PR c++/41183
2009-12-11 jason PR c++/42219
2009-12-11 dodjiFix PR c++/42225
2009-12-05 jason PR c++/42010
2009-12-02 paolo2009-12-02 Paolo Bonzini <bonzini@gnu.org>
2009-11-28 dodjiFix PR c++/36408
2009-11-23 dodjiFix PR c++/14777
2009-11-20 paolo/cp
2009-11-19 jason PR c++/561
2009-11-18 paolo/cp
2009-11-18 jakub PR c++/3187
2009-11-13 jason PR c++/11987
2009-11-12 jason * typeck.c (cv_qualified_p): New fn.
2009-11-10 jason PR c++/34158
2009-11-08 jason PR c++/18451
2009-11-03 jason PR c++/40944
2009-11-01 jason * tree.c (cv_unqualified): New fn.
2009-10-30 paolo/gcc/cp
2009-10-30 jlquinn2009-10-30 Jerry Quinn <jlquinn@optonline.net>
2009-10-30 jlquinn2009-10-28 Jerry Quinn <jlquinn@optonline.net>
2009-10-27 jason Allow no-capture lambdas to convert to function pointer.
2009-10-26 jason PR c++/38796, Core issue 906
2009-10-08 jason PR c++/37177
2009-10-08 gdr * cp-tree.h: Fix location of documentation for DECL_LA...
2009-10-06 jason Fix lookup of initialized captures in unevaluated...
2009-10-03 jason * mangle.c (write_unnamed_type_name): Implement.
2009-10-02 jason * parser.c (cp_parser_lambda_expression): Compute...
2009-10-01 gdrgcc/
2009-09-30 jason * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
2009-09-30 jasonmerge in cxx0x-lambdas-branch@152308
2009-09-22 dodjiFix for PR debug/41266
2009-09-18 jason * decl2.c (determine_visibility): Make anonymous types...
2009-09-18 jason * c.opt: Add -fno-deduce-init-list.
2009-09-14 rth * builtins.c (expand_builtin_synchronize): Use gimple_...
2009-09-13 rguenth2009-09-13 Richard Guenther <rguenther@suse.de>
2009-09-08 jason * cp-tree.h (enum overload_flags): Remove OP_FLAG.
2009-09-08 jason * decl.c (grokmethod): Rename from start_method.
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-09-02 aolivagcc/ChangeLog:
2009-08-31 dodjiEmit DWARF for template parameters (PR debug/30161)
2009-08-24 jason * cp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24 jason PR c++/41109
2009-08-16 jason Make TREE_USED match the [basic.def.odr] concept for...
2009-08-10 jason Implement DR 757: It's OK for a decl to use a type...
2009-08-01 jason * call.c (convert_class_to_reference): Binding an...
2009-08-01 jason * call.c (reference_binding): Rename lvalue_p to is_lv...
2009-07-29 jason PR c++/14912
2009-07-22 jason * mangle.c (mangle_type_string_for_rtti): Rename to...
2009-07-16 jason PR libstdc++/37907
2009-07-12 jason * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalu...
2009-07-04 jason * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking...
2009-07-04 jason PR c++/40619
2009-07-04 jason * cp-tree.h (struct lang_decl): Overhaul.
2009-07-02 jason Use hash tables for template specialization lookup.
2009-07-02 jason * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT...
2009-06-18 aldyh * class.c (get_vtable_decl): Replace finish_dec...
2009-06-16 ian./:
2009-06-15 espindola2009-06-15 Rafael Avila de Espindola <espindola@googl...
2009-06-12 aldyhgcc/java/
2009-05-28 dodjiFix for PR c++/PR39754
2009-05-27 jason * call.c (implicit_conversion): Handle conversion...
2009-05-26 dodjiFix PR c++/40007
2009-05-21 ian./:
2009-05-18 jason Implement explicit conversions ops as specified in...
2009-05-16 iangcc/ChangeLog:
2009-05-10 jsm28 * pretty-print.h (struct pretty_print_info): Add
2009-05-05 paolo2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
2009-04-24 iangcc/:
2009-04-22 dnovillo2009-04-21 Taras Glek <tglek@mozilla.com>
2009-04-21 manu2009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-04-20 manu2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2009-04-20 iangcc/:
2009-04-20 ian * cp-tree.h (base_access): Change typedef to int.
2009-04-18 kazu * cp-tree.h: Remove the prototype for insert_block.
2009-04-16 ian * cp-tree.h (enum tsubst_flags): Rename from enum...
2009-04-02 jason PR c++/25185
2009-04-02 dodjigcc/ChangeLog:
2009-03-31 jason PR c++/37806
2009-03-31 jason PR c++/38030, 38850, 39070
2009-03-29 jsm28 PR preprocessor/34695
2009-03-29 bonzini2009-03-28 Paolo Bonzini <bonzini@gnu.org>
2009-03-26 aph2009-03-26 Andrew Haley <aph@redhat.com>
next