OSDN Git Service

(output_toc): Align DF constants if STRICT_ALIGNMENT.
[pf3gnuchains/gcc-fork.git] / gcc / c-typeck.c
1995-09-11 kenner(digest_init): Don't recursively call digest_init when...
1995-08-28 kennerFix spelling errors.
1995-08-25 kenner(set_init_label): Don't die if an entire brace-pair...
1995-08-14 kenner(c_expand_asm_operands): Check for read-only output...
1995-07-28 kenner(pointer_int_sum): Don't distribute if intop is unsigne...
1995-07-17 kenner({unsigned,signed}_type): Handle intXX_type_node types.
1995-07-14 kenner(lookup_field): Change name comparison to match what...
1995-06-15 kennerUpdate FSF address.
1995-05-26 meissnerFix problem initializing bitfields to enums.
1995-05-16 kennerFix typos in comments.
1995-05-12 dje(build_binary_op): Warn when ~unsigned is compared
1995-05-08 kenner(convert_for_assignment): Don't give errors about addin...
1995-05-05 kenner(process_init_element): Don't clear_momentary if constr...
1995-05-05 kenner(build_binary_op): Also warn about ordered comparison...
1995-04-28 kenner(pop_init_level, output_init_element): Pass require_con...
1995-04-28 dje(common_type): Call lookup_attribute instead of value_m...
1995-04-26 kenner(output_init_element): Constructor is not simple if...
1995-04-26 kenner(push_init_level): Update constructor_depth when we...
1995-04-06 merrill(build_binary_op): Don't call common_type for uncommon...
1995-04-03 merrilloops
1995-04-01 merrillavoid spurious signed/unsigned comparison warnings.
1995-03-30 kenner(internal_build_compound_expr): Warn if LHS of comma...
1995-03-09 kenner(convert_for_assignment): Fix typo in testing for point...
1995-03-02 merrill(build_binary_op): Avoid spurious warning
1995-02-23 merrillFix signed/unsigned comparison warning.
1995-01-28 kenner(c_expand_return): Refine check for returning pointer...
1994-12-30 kennerInclude output.h.
1994-11-19 wilson(build_binary_op): Can shorten shift only if shift...
1994-10-28 bothnerIn the case of {[LO .. HI] = VALUE}, only evaluate...
1994-09-29 kenner(convert_for_assignment): When converting object to...
1994-09-21 kenner(mark_addressable): Give different error if trying...
1994-09-01 kenner(convert_arguments): Give proper warnings when converting
1994-08-25 kenner(type_lists_compatible_p): Treat transparent unions...
1994-08-24 kenner(default_conversion): Don't substitute constant value...
1994-08-24 kenner(push_init_level): Don't blow up if construct_type...
1994-07-29 kenner(build_unary_op, case *INCREMENT_EXPR): Add size in...
1994-07-26 wilson(process_init_element): Do not call push_init_level
1994-07-01 kennerUpdate last change.
1994-07-01 kenner(push_init_level): If not at "unfilled" position, set
1994-06-24 kenner(decl_constant_value): Test for const and not iterator.
1994-06-24 kenner(build_c_cast): Issue a warning for non-matching cast...
1994-06-18 wilson(process_init_element): For fieldtype, don't access
1994-05-16 kenner(initializer_constant_valid_p): Rework to use precision...
1994-05-06 kenner(common_type): Add attribute merging.
1994-05-06 kenner(comptypes): An enum type if compatible with type of...
1994-04-09 kenner(convert_arguments): Truncate and reextend for PROMOTE_...
1994-04-01 wilson(pop_init_level): Correct typo in use of tree_int_cst_sgn.
1994-03-25 kenner(convert_arguments): Remove decls of unused variables.
1994-03-14 kenner(build_binary_op, pop_init_level, output_pending_init_e...
1994-03-09 kenner(pointer_int_sum): Multiplication should be done signed.
1994-03-02 wilson(build_binary_op): Pass TREE_TYPE (orig_op0) not
1994-02-27 wilson(process_init_element): Check for constructor_type
1994-02-27 kenner(type_lists_compatible_p): Initialize NEWVAL.
1994-02-11 kenner(c_expand_return): Do not warn about returning the...
1994-02-03 wilson(signed_or_unsigned_type): Check for any
1994-02-02 kennerAdd prototypes for static functions; delete forward...
1994-02-01 kenner(c_expand_return): `volatile' function warning correcte...
1994-01-26 bothner* c-typeck.c (initializer_constant_valid_p): Make...
1994-01-23 kenner(output_init_elements): Use FIELD instead of constructo...
1994-01-23 kenner(really_start_incremental_init): Save current elements...
1994-01-22 kenner(c_expand_return): Issue a warning if returning address...
1994-01-03 tege(build_binary_op, case *_DIV_EXPR): Use same shorten
1993-12-25 kenner(common_type): For COMPLEX_TYPE, return one of the...
1993-12-24 kenner(check_init_type_bitfields): Check recursively inside...
1993-12-24 kenner(pop_init_level): Don't abort if have incomplete array...
1993-12-22 kennerFix typo in comment.
1993-12-21 kenner(struct initializer_stack): New field ELEMENTS.
1993-12-15 kenner(missing_braces_mentioned): Renamed from `partial_brack...
1993-12-03 kenner(c_expand_return): Return if convert_for_assignment...
1993-11-27 kenner(pop_init_level): Ensure never on momentary_obstack...
1993-11-23 rms(build_binary_op): Don't accept complex types for max...
1993-11-16 rms(push_init_level): When aligning next struct field,
1993-11-15 rms(push_init_level, really_start_incremental_init):
1993-11-14 rms(convert_for_assignment): Fix typo (codel => coder).
1993-11-11 rms(mark_addressable): Handle REALPART_EXPR and IMAGPART_EXPR.
1993-11-08 rms(build_binary_op): Warn for ordered compare of ptr...
1993-11-04 rms(build_function_call): Initialize fundecl to 0.
1993-10-27 rms(output_pending_init_elements): Don't crash if
1993-10-26 rms(build_binary_op): For TRUNC_MOD_EXPR and FLOOR_MOD_EXP...
1993-10-26 rms(build_binary_op): For TRUNC_MOD_EXPR and FLOOR_MOD_EXPR,
1993-10-26 rms(push_init_level): Align here for element of record.
1993-10-20 rms(output_init_element): When initializing a union,
1993-10-20 rms(digest_init): For arrays, use comptypes to compare
1993-10-19 rms(process_init_element): Align structure elements that...
1993-10-18 rms(digest_init): If traditional, allow unbraced scalar
1993-10-11 rms(start_init): Don't set require_constant_elements for...
1993-10-08 tege(build_binary_op): For *_DIV_EXPR, set shorten based...
1993-10-06 kennerNone. FIxing RCS messup.
1993-10-06 kenner*** empty log message ***
1993-10-06 rms(build_c_cast): When making a CONSTRUCTOR, provide...
1993-10-05 wilson(output_init_element): When try to copy FIELD if it
1993-10-05 kenner(struct format_char_info, print_table, scan_table,...
1993-10-01 rms(build_modify_expr): Check whether recursive calls...
1993-09-28 rms(pop_init_level): Add special case for nonincremental...
1993-09-23 rms(set_init_index): Handle and allow CONST_DECL.
1993-09-22 rms(build_component_ref): For a field in an anonymous...
1993-09-22 bothnerMinor push_member_name improvement.
1993-09-20 rms(build_indirect_ref): TREE_THIS_VOLATILE no longer...
1993-09-18 rms(output_init_element): Update constructor_bit_index...
1993-09-17 kenner(lookup_field): Use HOST_WIDE_INT instead of long or...
next