]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/typeck.c
ChangeLog: Fix typos.
[thirdparty/gcc.git] / gcc / cp / typeck.c
2003-10-21  Kazu HirataChangeLog: Fix typos.
2003-10-14  Jason Merrillre PR c++/11878 (ICE in cp_expr_size)
2003-10-02  Mark Mitchellre PR c++/12486 (Accepts IMHO invalid C++ code)
2003-09-28  Richard Hendersonstmt.c (expand_asm_operands): Take a location_t, instea...
2003-09-16  Kriang Lerdsuwanakijre PR c++/7939 (ICE on function template specialization)
2003-09-15  Nathan Sidwellre PR c++/12184 (ICE with trying to convert an incomple...
2003-09-11  Nathan Sidwellre PR c++/11788 (missing implicit instantiation of...
2003-09-07  Mark Mitchellre PR c++/11867 (static_cast ignores ambiguity)
2003-09-05  Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-09-04  Nathan Sidwellcp-tree.h (finish_sizeof, [...]): Remove.
2003-09-04  Mark MitchellRemove cast-as-lvalue extension.
2003-09-01  Mark Mitchellre PR c++/12114 ([3.3.2] Uninitialized memory accessed...
2003-09-01  Josef Zlomekc-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-25  Mark Mitchellre PR target/8795 ([PPC] Altivec related bugs concernin...
2003-08-20  Nathan Sidwellre PR c++/11945 (Incorrect warnings issued for comma...
2003-08-16  Nathan Sidwellre PR c++/11512 (Spurious warning for comma-operator...
2003-08-11  Mark Mitchelltypeck.c (merge_types): Handle cv-qualified pointer...
2003-08-07  Aldy HernandezMake-lang.in (cp/call.o): Add dependency for target.h.
2003-08-03  Nathan Sidwellre PR c++/11766 (ICE in comp_ptr_ttypes_real)
2003-08-01  Nathan Sidwelltypeck.c (build_compound_expr): If RHS is a TARGET_EXPR...
2003-07-29  Mark Mitchellre PR c++/11667 (wider-than-int enums never compare...
2003-07-27  Mark Mitchellcall.c (standard_conversion): Tweak handling of pointer...
2003-07-25  Nathan Sidwellcp-tree.h (build_compound_expr): Take LHS & RHS args.
2003-07-23  Mark Mitchellre PR c++/11517 (g++ fails to properly convert pointer...
2003-07-22  Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19  Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-17  Gabriel Dos Reisre PR c++/10668 (assigning address of non-static member...
2003-07-15  Gabriel Dos Reisre PR c++/11531 (ICE on invalid code (returning to...
2003-07-11  Mark Mitchelltypeck.c (build_binary_op): Do not warn about signed vs.
2003-07-10  Mark Mitchellre PR c++/10032 (-pedantic converts some errors to...
2003-07-09  Mark Mitchelltypeck.c (build_x_unary_op): Take note of the fact...
2003-07-09  Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-07  Andreas Jaegergenextract.c: Convert remaining prototypes to ISO C90.
2003-07-06  Kazu Hiratacall.c: Fix comment formatting.
2003-07-06  Mark Mitchellre PR c++/11431 (static_cast behavior with subclasses...
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-02  Nathan Sidwellre PR c++/9779 (ICE in type_unknown_p when casting...
2003-06-27  Mark Mitchellre PR c++/11332 (Spurious error with casts in ?: expres...
2003-06-26  Mark Mitchellre PR c++/10931 (valid conversion static_cast<const...
2003-06-24  Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-18  Nathan Sidwellcp-tree.h (comp_except_specs, [...]): Return bool.
2003-06-18  Nathan Sidwellcp-tree.h (COMPARE_RELAXED): Rename to ...
2003-06-12  Mark Mitchellre PR c++/10635 (ICE (segfault) when dereferencing...
2003-05-19  Matt AusternAdd a new flag...
2003-05-15  Mark Mitchellcall.c (build_op_delete_call): Avoid creating unnecessa...
2003-05-13  Jason Merrilltypeck.c (build_modify_expr): Don't always stabilize...
2003-05-06  Kriang Lerdsuwanakijtypeck.c (build_unary_op): Deal with const qualifier...
2003-05-05  Kriang Lerdsuwanakijre PR c++/10496 ([diagnostic] erroneus suggestion in...
2003-05-03  Zack Weinbergre PR c/10604 (-Wall includes sign conversion warning...
2003-04-22  Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-21  Nathan Sidwellre PR c++/9881 (What is an address constant expression?)
2003-04-13  Zack Weinbergtree.c (build_constructor): New function.
2003-03-24  Mark Mitchellre PR c++/7086 (compile time regression)
2003-03-18  Jason Merrillre PR c++/10091 ([parisc] ICE in cp_expr_size, at cp...
2003-03-11  Mark Mitchell16077.C: Adjust warnings.
2003-03-03  Mark Mitchellre PR c++/9878 (error: non-lvalue in unary `&' wrongly...
2003-02-20  Nathan SidwellChange base class access representation.
2003-02-15  Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-02-01  Richard Sandifordflags.h (flag_volatile): Remove declaration.
2003-01-30  Mark Mitchellclass.c (check_field_decls): Only check C_TYPE_FIELDS_R...
2003-01-30  Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-17  Jason Merrillre PR c++/8564 (ICE in find_function_data, at function...
2003-01-13  Jason Merrillre PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c...
2003-01-10  Mark Mitchellre PR c++/9128 (Typeid does not work on polymorphic...
2003-01-01  Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-28  Gabriel Dos ReisRemove traditional C constructs 3/n.
2002-12-28  Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-19  Jason MerrillHandle anonymous unions at the tree level.
2002-12-18  Jason Merrilldecl.c (finish_function): Also complain about no return...
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-01  Mark Mitchellre PR c++/8227 (g++ 3.3: ctors not called in static...
2002-12-01  Mark Mitchellre PR c++/8214 (character conversion problem)
2002-11-26  Nathan Sidwellcp-tree.h (DECL_LANG_FLAG_4): Document more uses.
2002-11-21  Glen Nakamurare PR c++/8342 (g++.jason/pmf7.C fails on i586-pc-linux...
2002-10-31  Jason Merrillrestore old comment
2002-10-26  Mark Mitchellcall.c (build_over_call): Use DECL_CONTEXT, not DECL_VI...
2002-09-30  Mark Mitchellstore-layout.c (finish_record_layout): Add free_p param...
2002-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16  Nathan Sidwellre PR c++/7015 (certain __asm__ constructs rejected)
2002-09-14  Kazu Hirataerror.c: Fix comment formatting.
2002-09-04  Jason Merrilltypeck2.c (add_exception_specifier): Only pedwarn for...
2002-08-25  Matt Austerntree.c (lvalue_p_1): Add argument for whether casts...
2002-08-23  Mark Mitchelltypeck.c (build_class_member_access_expr): Handle COMPO...
2002-08-17  Gabriel Dos ReisFix PR/7621
2002-08-15  Nathan Sidwellre PR c++/7598 (offsetof broken)
2002-08-09  Mark Mitchellcall.c (standard_conversion): Use build_ptrmem_type.
2002-08-09  Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08  Mark Mitchelltypeck.c (build_class_member_access_expr): Do not retur...
2002-08-08  Nathan Sidwelltypeck.c (build_component_addr): Remove.
2002-08-08  Mark MitchellRework build_component_ref.
2002-08-07  Gabriel Dos Reistypeck.c (build_x_unary_op): Handle pointer-to-member.
2002-08-02  Jason Merrilllanghooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
2002-08-01  Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-26  Jason Merrillfunction.c (assign_parms): Handle frontend-directed...
2002-07-25  Gabriel Dos Reisc-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-23  Gabriel Dos ReisFix PR/7363:
2002-06-26  Mark Mitchellcp-tree.h (xref_tag): Change prototype.
2002-06-20  Richard Hendersontypeck.c (mark_addressable): Don't test TREE_ADDRESSABL...
next