OSDN Git Service

PR middle-end/18164
[pf3gnuchains/gcc-fork.git] / gcc / cp / typeck.c
2004-11-26 kazu * typeck.c: Fix a comment typo.
2004-11-25 mmitchel PR c++/18001
2004-11-24 bonzini2004-11-24 Paolo Bonzini <bonzini@gnu.org>
2004-11-22 giovannibajo PR c++/18354
2004-11-11 pinskia2004-11-10 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-10 nemet PR middle-end/18160
2004-11-09 jsm28 * builtins.c, c-common.c, c-decl.c, c-format.c, c...
2004-11-04 uweigandChangeLog:
2004-11-03 mmitchel PR c++/18124
2004-11-01 gdr Convert diagnostics to use quoting flag q 9/n
2004-10-29 nathancp:
2004-10-27 mmitchel PR c++/18093
2004-10-21 mmitchel PR c++/18073
2004-10-21 kazu * typeck.c: Fix a comment typo.
2004-10-20 nathancp:
2004-10-20 kazu * call.c, typeck.c: Fix comment typos.
2004-10-19 mmitchel * call.c (struct conversion): Add base_p.
2004-10-18 nathancp:
2004-10-11 pinskia2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-10 gdrcp/
2004-10-03 pinskia2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
2004-09-28 mmitchel PR c++/17642
2004-09-21 sayle PR c++/7503
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-09-12 rth PR c++/16254
2004-09-10 rth PR c++/17386
2004-09-10 zlaski[gcc/cp/ChangeLog]
2004-09-09 zlaski[gcc/cp/ChangeLog]
2004-08-30 rth * class.c (build_base_path): Use build_address...
2004-08-30 nathan * name-lookup.c (pop_binding, pushdecl,
2004-08-27 nathan * call.c (validate_conversion_obstack): Replace
2004-08-23 pinskia2004-08-22 Andrew Pinski <apinski@apple.com>
2004-08-23 pinskia2004-08-22 Andrew Pinski <apinski@apple.com>
2004-08-16 sayle * call.c (build_vfield_ref, build_call, build_conditio...
2004-08-02 mmitchel PR c++/16338
2004-07-27 kcook2004-07-27 Kelley Cook <kcook@gcc.gnu.org>
2004-07-21 bonzini2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2004-07-19 jsm28 * c-tree.h (struct c_expr): Define.
2004-07-18 lerdsuwa PR c++/13092
2004-07-12 nathan * call.c (build_user_type_conversion_1, build_new_op,
2004-07-09 steven * doc/md.texi (Processor pipeline description): Mentio...
2004-07-09 mrs * typeck.c (build_class_member_access_expr...
2004-07-08 giovannibajo PR c++/16169
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-06-30 jsm28cp:
2004-06-30 jsm28 * c-common.h (check_function_format): Remove first...
2004-06-24 sayle * c-common.c (expand_unordered_cmp): Delete.
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-21 rth * c-common.def (RETURN_STMT): Remove.
2004-06-20 zack * c-common.h (has_c_linkage): New interface.
2004-06-10 mmitchel PR c++/15227
2004-05-31 mmitchel PR c++/15742
2004-05-31 kazu * call.c, class.c, cp-tree.def, decl2.c, name-lookup...
2004-05-28 mmitchel PR c++/15471
2004-05-28 mmitchel PR c++/15083
2004-05-24 mmitchel PR c++/15044
2004-05-22 mmitchel PR c++/15507
2004-05-22 sayle * name-lookup.c (check_for_out_of_scope_variable)...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 bonzinigcc/ChangeLog:
2004-04-01 mmitchel PR c++/14803
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-23 kenner * alias.c (get_alias_set): Add support for TYPE_REF_CA...
2004-03-20 mmitchel * call.c (build_op_delete_call): Do not forget the...
2004-03-19 mmitchel * semantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-19 mmitchel * c-common.c (pointer_int_sum): Do not complain about...
2004-03-18 kenner * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5):...
2004-03-16 mmitchel PR c++/14586
2004-03-09 mmitchel PR c++/14401
2004-03-01 mmitchel PR c++/14267
2004-02-23 pinskia PR c/14156
2004-02-14 mmitchel PR c++/14122
2004-02-11 mmitchel * typeck.c (lookup_destructor): Fix typo in error...
2004-02-05 mmitchel PR c++/13714
2004-02-05 mmitchel PR c++/13932
2004-02-02 mmitchel PR c++/13113
2004-01-31 kazu * class.c: Fix comment typos.
2004-01-29 mmitchel PR c++/13791
2004-01-26 mmitchel * class.c (add_method): Just check processing_template...
2004-01-21 kazu * Make-lang.in, call.c, class.c, decl2.c, except.c...
2004-01-15 giovannibajo PR c++/9259
2003-12-29 nathancp:
2003-12-22 mmitchel PR c++/12397
2003-12-21 kazu * call.c: Fix comment formatting.
2003-12-19 kazu * cvt.c: Remove uses of "register" specifier in
2003-12-19 jason PR c++/13371
2003-12-16 mmitchel PR c++/12989
2003-11-23 lerdsuwa PR c++/12924
2003-11-15 jasonupdate comment
2003-10-22 kazu * call.c: Fix comment formatting.
2003-10-22 mmitchel PR c++/11962
2003-10-21 kazu * ChangeLog: Fix typos.
2003-10-14 jason PR c++/11878
2003-10-02 mmitchel PR c++/12486
2003-09-28 rth * stmt.c (expand_asm_operands): Take a location...
2003-09-16 lerdsuwa PR c++/7939
2003-09-15 nathancp:
2003-09-11 nathancp:
2003-09-07 mmitchel PR c++/11687
next