target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.
[gcc.git] / gcc / c-typeck.c
2005-12-16 Jon Grimmtarget-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.
2005-12-13 Ben Ellistonc-common.c (c_common_truthvalue_conversion): Generalise...
2005-12-04 Joseph Myersc-typeck.c (null_pointer_constant_p): New function.
2005-12-04 Joseph Myersc-common.c (binary_op_error): Do not allow NOP_EXPR.
2005-12-04 Roger Saylere PR c/7776 (const char* p = "foo"; if (p == "foo...
2005-12-03 Joseph Myersc-common.c (c_sizeof_or_alignof_type): Use fold_convert...
2005-12-03 Joseph Myersc-typeck.c (default_function_array_conversion, [.....
2005-11-24 Richard Guentherre PR c++/14024 (g++ isn't reporting aliasing warnings)
2005-11-24 Gabriel Dos Reisre PR c++/21667 (misleading warning about array subscri...
2005-11-07 Paolo Bonzinic-typeck.c (build_c_cast): Try using a shared constant...
2005-11-05 Kazu Hiratac-typeck.c, [...]: Fix comment typos.
2005-10-11 Richard Hendersonre PR c/24255 (__transparent_union__ mishandled)
2005-10-05 Paolo Bonzinire PR c/21419 (Accepts writting to const via asm)
2005-10-02 Andrew Pinskire PR c/18851 (IMA is slow and could be sped up)
2005-09-06 Jakub Jelinekre PR c/23075 (Redundant / bogus warning)
2005-08-18 Volker Reichelt* c-typeck.c (designator_errorneous): Rename to designa...
2005-08-17 James A. Morrisonc-typeck.c (build_function_call): Call fold_buildN_init...
2005-08-16 Volker Reicheltbuiltins.c (expand_builtin_strcat): Remove superfluous...
2005-08-09 James A. Morrisonre PR c/23161 (Labels and empty statement warnings)
2005-08-06 Joseph Myersre PR c/23113 (The -Wunused (value computed is not...
2005-08-01 Joseph Myersre PR c/22311 (internal compiler error: in c_common_typ...
2005-07-29 Joseph Myersre PR c/22240 (ICE with transparent unions, function...
2005-07-29 Joseph Myersre PR c/22192 (Rejection of valid array declaration.)
2005-07-24 Kaveh R. Ghazic-common.c (check_missing_format_attribute): New.
2005-07-22 DJ Deloriec-typeck.c (parser_build_binary_op): Add warning contro...
2005-07-20 Andrew Pinskic-typeck.c (output_init_element): Don't copy the INTEGE...
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-19 Kaveh R. Ghazire PR c++/22476 (-Wmissing-format-attribute should...
2005-07-16 Kaveh R. Ghazic-typeck.c (digest_init): Call 'convert_for_assignment...
2005-07-05 Joseph Myersre PR c/22013 (ICE in gimple_add_tmp_var, at gimplify...
2005-06-29 Joseph Myersc-tree.h (default_function_array_conversion): Take...
2005-06-28 Joseph Myerstarget.h (invalid_conversion, [...]): New hooks.
2005-06-28 DJ Deloriec-decl.c (pop_scope): Move warning control into warning...
2005-06-26 Kaveh R. Ghazire PR c/21911 (named parameter mistakenly identified...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-21 Daniel Berlinc-typeck.c (build_function_call): Set fundecl = functio...
2005-06-19 Roger Saylec-decl.c (grokdeclarator): Only check TREE_OVERFLOW...
2005-06-15 Joseph Myersc-tree.h (default_function_array_conversion): Declare.
2005-06-15 Aldy Hernandezc-common.h (same_scalar_type_ignoring_signedness):...
2005-06-11 Gabriel Dos Reisc-typeck.c (convert_for_assignment): Avoid cheking...
2005-06-09 Gabriel Dos Reisre PR c/21759 (Implement warning for codes at the inter...
2005-06-09 Nathan Sidwellc-typeck.c (build_c_cast): Check type punning on COMPON...
2005-06-07 Richard Guentherc-typeck.c (c_finish_if_stmt): Use void_type_node as...
2005-06-06 Jakub Jelinekexgettext: Handle gmsgid and cmsgid arguments specially...
2005-06-04 Joseph Myersre PR c/21873 (infinite warning loop on bad array initi...
2005-06-02 Richard Guentherc-typeck.c (build_indirect_ref): Build INDIRECT_REF...
2005-05-25 DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-24 Ziemowit Laskic-common.h (objc_comptypes): Remove prototype.
2005-05-17 Ziemowit LaskiYet more Objective-C++...
2005-05-17 Roger Sayle* c-typeck.c (common_type): Also handle BOOLEAN_TYPEs.
2005-05-17 Jakub Jelinekre PR tree-optimization/21610 (ICE in make_decl_rtl)
2005-05-10 Gabor Lokire PR c++/17913 (ICE jumping into statement expression)
2005-05-09 Roger Saylec-tree.h (parser_build_unary_op): New prototype.
2005-05-02 Paolo Bonzinic-common.c (resolve_overloaded_builtin): Forward to...
2005-04-28 Joseph Myersc-typeck.c (build_compound_expr): Correct logic in...
2005-04-27 Joseph Myersre PR c/21159 ("no effect" warning despite cast to...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-22 Nathan Sidwellbuiltins.c (gimplify_va_arg_expr): Reword comments...
2005-04-20 Joseph Myersre PR c/12913 (Jumps into variable length array scope...
2005-04-20 Joseph Myersc.opt (Wint-to-pointer-cast, [...]): New options.
2005-04-14 Richard Hendersonre PR middle-end/14311 (builtins for atomic operations...
2005-04-09 Ian Lance Taylorc-common.def: Move FOR_STMT...
2005-04-05 Ian Lance Taylorc-typeck.c (struct c_switch): Rename switch_stmt field...
2005-03-30 Joseph Myersre PR c++/772 (Statement expressions issues)
2005-03-23 Joseph Myersc-common.c (c_common_truthvalue_conversion): Adjust...
2005-03-23 Joseph Myersc-common.h (default_conversion): Remove.
2005-03-21 Joseph Myersc-common.c (lvalue_or_else): Replace by lvalue_error...
2005-03-20 Joseph Myersc-common.c (check_case_value): Adjust comment about...
2005-03-20 Joseph Myersc-common.c (handle_aligned_attribute, [...]): Do not...
2005-03-18 Joseph Myersc-common.c, [...]: Use %D for declarations in diagnosti...
2005-03-08 Fariborz JahanianTarget Hook to issue diagnostics for AltiVec argument...
2005-03-08 Kazu Hiratac-typeck.c (constructor_stack, [...]): Make them static.
2005-03-02 Joseph Myersre PR c/8927 (Gcc give error for wrong line of C code.)
2005-02-19 Jakub Jelinekre PR c/20043 (transparent_union doesn't allow restrict...
2005-02-10 Jakub Jelinekre PR c/19342 (ICE in common_type, at c-typeck.c:490)
2005-02-02 Joseph Myersre PR c/19435 (spurious warnings with nested array...
2005-02-01 Steven Bosscherre PR c/19333 (C front end accepts arrays of incomplete...
2005-01-29 Joseph Myersc-common.c (fix_string_type): Just use c_build_qualifie...
2005-01-27 Steven Bosschertree.h (SWITCH_COND, [...]): Add tree checks.
2005-01-22 Volker Reicheltre PR c/18809 (ICE after a couple of errors with a...
2005-01-21 Ian Lance Taylorre PR tree-optimization/13000 ([unit-at-a-time] Using...
2005-01-19 Jakub Jelinekre PR c/17297 (ICE with FP vector constructor containin...
2005-01-18 Andrew Pinskire PR c/19472 (compiler internal error: in var_ann...
2005-01-18 Andreas Jaeger[multiple changes]
2005-01-17 Ian Lance Taylorre PR c/5675 (const variables wrongly considered part...
2005-01-05 Joseph Myersc-typeck.c (constructor_no_implicit): Remove.
2004-12-29 Richard Hendersonre PR inline-asm/15740 (ICE caused by a memory operand...
2004-12-21 James A. Morrisonre PR c/18596 (ICE in make_decl_rtl)
2004-12-10 Ziemowit Laskic-typeck.c (lookup_field): Check if a TYPE_LANG_SPECIFI...
2004-12-08 Steven Bosscherre PR c/18867 (ICE on invalid switch quantity)
2004-12-05 Roger Saylec-typeck.c (c_finish_loop): Improve initial implementat...
2004-11-25 Mark Mitchellre PR c++/18001 (Badly formatted error message (quotati...
2004-11-20 Joseph Myersc-typeck.c (build_array_ref): Don't check for index...
2004-11-15 Joseph Myersc-common.c (binary_op_error): Don't allow LROTATE_EXPR...
2004-11-11 Kazu Hiratac-typeck.c (c_size_in_bytes, [...]): Make them static.
2004-11-07 Joseph Myersc-typeck.c (build_unary_op): Replace unreachable diagno...
2004-11-05 Joseph Myersc-typeck.c (output_init_element): Return early if value...
2004-11-04 Ulrich Weigandre PR tree-optimization/18184 (Tree optimizers ignore...
2004-10-31 Ziemowit Laskic-common.h (objc_lookup_ivar): Add second parameter...
next