OSDN Git Service

Remove cast-as-lvalue extension.
[pf3gnuchains/gcc-fork.git] / gcc / cp / typeck.c
2003-09-04 mmitchel Remove cast-as-lvalue extension.
2003-09-01 mmitchel PR c++/12114
2003-09-01 zlomek * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-25 mmitchel PR c++/8795
2003-08-20 nathancp:
2003-08-16 nathan PR c++/11512
2003-08-11 mmitchel * typeck.c (merge_types): Handle cv-qualified pointer...
2003-08-07 aldyh2003-08-07 Aldy Hernandez <aldyh@redhat.com>
2003-08-03 nathancp:
2003-08-01 nathancp:
2003-07-29 mmitchel PR c++/11667
2003-07-27 mmitchel * call.c (standard_conversion): Tweak handling of
2003-07-25 nathan * cp-tree.h (build_compound_expr): Take LHS & RHS...
2003-07-23 mmitchel PR c++/11517
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19 ghazigcc:
2003-07-17 gdr PR c++/10668
2003-07-15 gdr PR c++/11531
2003-07-11 mmitchel * typeck.c (build_binary_op): Do not warn about signed
2003-07-10 mmitchel PR c++/10032
2003-07-09 mmitchel * typeck.c (build_x_unary_op): Take note of the fact...
2003-07-09 mmitchel * fold-const.c (make_range): Do not access operand...
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-07 aj2003-07-07 Andreas Jaeger <aj@suse.de>
2003-07-06 kazu * call.c: Fix comment formatting.
2003-07-06 mmitchel PR c++/11431
2003-07-05 kazu * call.c: Fix comment typos.
2003-07-04 mmitchel * call.c (build_addr_func): Handle bound pointers...
2003-07-02 nathancp:
2003-06-27 mmitchel PR c++/11332
2003-06-26 mmitchel PR c++/10931
2003-06-24 nathan * call.c (enforce_access): Assert we get a binfo.
2003-06-18 nathan * cp-tree.h (comp_except_specs, compparms, cp_has_muta...
2003-06-18 nathan * cp-tree.h (COMPARE_RELAXED): Rename to ...
2003-06-12 mmitchel PR c++/10635
2003-05-19 austernAdd a new flag, -W(no-)invalid-offsetof, to control...
2003-05-15 mmitchel * call.c (build_op_delete_call): Avoid creating unnece...
2003-05-13 jason * typeck.c (build_modify_expr): Don't always...
2003-05-06 lerdsuwa * typeck.c (build_unary_op): Deal with const qualifier in
2003-05-05 lerdsuwa PR c++/10496
2003-05-03 zack PR c/10604
2003-04-22 mmitchel * Makefile.in (calls.o): Depend on except.h.
2003-04-21 nathancp:
2003-04-13 zack * tree.c (build_constructor): New function.
2003-03-24 mmitchel PR c++/7086
2003-03-18 jason PR c++/10091
2003-03-11 mmitchel * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2003-03-03 mmitchel PR c++/9878
2003-02-20 nathan Change base class access representation.
2003-02-15 nathan * search.c: ANSIfy function declarations and definitions.
2003-02-01 rsandifo * flags.h (flag_volatile): Remove declaration.
2003-01-30 mmitchel * class.c (check_field_decls): Only check C_TYPE_FIELD...
2003-01-30 mmitchel * c-common.c (builtin_define_float_constants): Define
2003-01-17 jason PR c++/8564
2003-01-13 jason PR c++/8748
2003-01-10 mmitchel PR c++/9128
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-28 gdr Remove traditional C constructs 3/n.
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-19 jason Handle anonymous unions at the tree level.
2002-12-18 jason * decl.c (finish_function): Also complain about...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-01 mmitchel PR c++/8227
2002-12-01 mmitchel PR c++/8214
2002-11-26 nathan * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
2002-11-21 ebotcazou PR c++/8342
2002-10-31 jasonrestore old comment
2002-10-26 mmitchel * call.c (build_over_call): Use DECL_CONTEXT, not
2002-09-30 mmitchel * store-layout.c (finish_record_layout): Add free_p...
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-16 nathancp:
2002-09-14 kazu * error.c: Fix comment formatting.
2002-09-04 jason * typeck2.c (add_exception_specifier): Only...
2002-08-25 shebs2002-08-24 Matt Austern <austern@apple.com>
2002-08-23 mmitchel * typeck.c (build_class_member_access_expr): Handle...
2002-08-17 gdr Fix PR/7621
2002-08-15 nathancp:
2002-08-09 mmitchel * call.c (standard_conversion): Use build_ptrmem_type.
2002-08-09 mrs * call.c (add_builtin_candidate): legal ->...
2002-08-08 mmitchel * typeck.c (build_class_member_access_expr): Do not...
2002-08-08 nathancp:
2002-08-08 mmitchel Rework build_component_ref.
2002-08-07 gdrcp/
2002-08-02 jason * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New...
2002-08-01 mmitchel * call.c (build_field_call): Do not look up the field...
2002-07-26 jason * function.c (assign_parms): Handle frontend...
2002-07-25 gdr * c-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-23 gdr2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2002-06-26 mmitchel * cp-tree.h (xref_tag): Change prototype.
2002-06-20 rth * typeck.c (mark_addressable): Don't test TREE_...
2002-05-19 aoliva* cp-tree.h (complete_type_or_diagnostic): Changed...
2002-05-13 jason * class.c (build_vtbl_ref_1): Use fixed_type_or...
2002-05-09 jason * typeck.c (get_member_function_from_ptrfunc...
2002-04-25 jason * typeck.c (build_modify_expr): The pedwarn...
2002-04-24 jason PR c++/6331
2002-04-23 mmitchel PR c++/6256:
2002-04-18 neil * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-14 jason * typeck.c (get_member_function_from_ptrfunc...
2002-04-12 aph2002-04-11 Andrew Haley <aph@redhat.com>
2002-04-06 jason PR c++/525
next