OSDN Git Service

PR c++/47208
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
2011-02-18 dodjiPR c++/47208
2011-02-17 dodjiFix PR c++/47172
2011-02-16 dodjiPR c++/47326
2011-02-16 jakub PR c++/47704
2011-02-11 dodjiRevert "Fix PR c++/47172"
2011-02-11 dodjiFix PR c++/47172
2011-01-28 dodjiFix PR c++/47311
2011-01-21 jason PR c++/46977
2011-01-19 jakub PR c++/47303
2011-01-14 jason PR c++/47289
2011-01-12 jason * cp-tree.h (begin_for_scope): New prototype.
2011-01-07 jakub PR c++/47022
2010-12-22 froydnjgcc/
2010-12-18 jsm28 * pt.c (most_specialized_class): Use ngettext to determine
2010-12-17 jason PR c++/46670
2010-12-06 nicolaIn gcc/:
2010-11-24 jyasskinPropagate the source location from a template function...
2010-11-14 jason * decl.c (cp_finish_decl): Use resolve_nondeduced_cont...
2010-11-11 jason PR c++/46420
2010-11-10 jsm28 * cfgloop.c (verify_loop_structure): Use %' in diagnos...
2010-11-05 jason PR c++/46304
2010-11-03 dodjiRemove unused tf_no_class_instantiations enum member
2010-11-02 dodjiFix PR c++/46170, c++/46162
2010-11-02 dodjiRestore canonical type comparison for dependent type...
2010-11-02 jason * call.c (null_ptr_cst_p): Use maybe_constant_value.
2010-11-02 jason * semantics.c (constexpr_call): New datatype.
2010-11-02 jason * decl2.c (decl_constant_var_p): New fn.
2010-10-27 jason * call.c (build_integral_nontype_arg_conv): New.
2010-10-26 jasonRevert
2010-10-26 jason * pt.c (lookup_template_class): push_tinst_level aroun...
2010-10-26 jason Implement opaque-enum-specifiers for C++0x.
2010-10-22 jason PR c++/46129
2010-10-19 paolo/cp
2010-10-14 rguenth2010-10-14 Richard Guenther <rguenther@suse.de>
2010-10-14 jason PR c++/45984
2010-10-11 jason * pt.c (tsubst_default_argument): Handle DEFAULT_ARG.
2010-10-11 jason PR lto/45959
2010-10-07 nicolaIn gcc/testsuite/:
2010-10-06 nicolaIn gcc/cp/:
2010-09-29 rguenth2010-09-29 Richard Guenther <rguenther@suse.de>
2010-09-24 jason * decl.c (compute_array_index_type): Remember type...
2010-09-11 jason Implement range-based for-statements.
2010-09-09 jakub PR c++/45588
2010-09-07 charlet * cp-tree.h (build_enumerator): Add new location_t...
2010-09-06 jason * pt.c (fold_non_dependent_expr_sfinae): Split out...
2010-08-20 froydnjgcc/
2010-08-09 jason PR c++/45236
2010-08-06 jason * typeck.c (complete_type_or_maybe_complain): Split...
2010-07-27 jason * pt.c (tsubst_expr) [DECL_EXPR]: Handle getting an...
2010-07-20 jyasskinPR c++/44641
2010-07-20 jason PR c++/44967
2010-07-20 jason PR c++/44967
2010-07-19 jason PR c++/44969
2010-07-16 jason PR c++/32505
2010-07-15 froydnjgcc/
2010-07-06 jason PR c++/44778
2010-07-05 paolo2010-07-05 Paolo Carlini <paolo.carlini@oracle.com>
2010-07-02 paolo/cp
2010-06-30 jason * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_...
2010-06-29 jason * pt.c (dependent_scope_ref_p): Remove.
2010-06-29 jason PR c++/44587
2010-06-28 stevengcc/ChangeLog:
2010-06-16 jason * c.opt: Add -Wnoexcept.
2010-06-11 pzhao2010-06-11 Shujing Zhao <pearly.zhao@oracle.com>
2010-06-09 froydnj * call.c (build_call_n): Call XALLOCAVEC instead of...
2010-06-08 laurasgcc/ada:
2010-06-07 jasonRevert:
2010-06-07 jason * cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-07 jason * pt.c (lookup_template_class): Don't mess with
2010-06-05 stevengcc/ChangeLog:
2010-06-04 jason * pt.c (value_dependent_expression_p) [NOEXCEPT_EXPR...
2010-06-04 jason Implement noexcept-specification (15.4)
2010-06-04 jason Implement noexcept operator (5.3.7)
2010-05-28 stevengcc/ChangeLog:
2010-05-27 jsm28 * diagnostic-core.h: New. Contents moved from diagnos...
2010-05-26 jason PR c++/43382
2010-05-25 stevengcc/ChangeLog:
2010-05-19 jason * call.c (reference_binding): Use cp_build_qualified_t...
2010-05-19 jason * decl.c (grokdeclarator): Don't check quals on fn...
2010-05-19 jason PR c++/44193
2010-05-15 jakub PR c++/44148
2010-05-11 paolo/cp
2010-05-06 dodjiC++ support for -Wunused-but-set-variable
2010-05-04 paolo/cp
2010-05-04 dodjiFix PR c++/43953
2010-04-13 jason * call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P...
2010-04-07 jason PR c++/11094, DR 408
2010-04-07 jason PR c++/38392
2010-04-07 jason * pt.c (print_template_statistics): New.
2010-04-07 dodjiFix PR c++/42697
2010-04-06 jason PR c++/43621
2010-03-31 dodjiFix PR c++/43558
2010-03-30 jason PR c++/43076
2010-03-30 jason PR c++/43559
2010-03-26 dodjiFix for PR c++/43327
2010-03-26 dodjiFix compilation.
2010-03-25 dodjiFix candidate for PR c++/43206
2010-03-22 jason PR c++/43281
2010-03-04 jsm282010-03-04 Marco Poletti <poletti.marco@gmail.com>
2010-03-01 pzhaogcc/
next