aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-27* c-typeck.c (convert_for_assignment): Parenthesize.Jason Merrill1-1/+1
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-59/+42
1998-08-13c-typeck.c (initializer_constant_valid_p): Allow conversion of 0 of any size ...Jason Merrill1-6/+11
1998-06-19c-typeck.c (pop_init_level): Warn about implicit zero initialization of struc...Bruno Haible1-0/+11
1998-06-19c-typeck.c (c_expand_asm_operands): Use proper values when calling expand_expr..H.J. Lu1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-4/+11
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-59/+355
1998-03-29Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H).Jeffrey A Law1-0/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-21/+1
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe1-2/+2
1998-02-01expr.c (get_inner_reference): Use sbitsizetype for type sizes.J"orn Rennecke1-13/+29
1998-01-13Update copyrights.Jeff Law1-1/+1
1998-01-13* c-typeck.c (comptypes): Exit early on NULL input.Richard Henderson1-1/+2
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-8/+2
1997-12-06Merge from gcc-2.8Jeff Law1-0/+17
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-12/+49
1997-09-26c-typeck.c (build_binary_op): Warn about comparing signed vs unsigned if...Paul Eggert1-1/+2
1997-08-02(lvalue_p, case BIND_EXPR, RTL_EXPR): Return 1 if array.Richard Kenner1-12/+17
1997-04-13(lookup_field): Don't recurse unless FIELD is a RECORD_TYPE orRichard Kenner1-4/+12
1997-03-02(process_init_element): Warn and truncate if upper bound of index isRichard Kenner1-9/+19
1997-02-02(process_init_element): When popping levels, don't blow up ifRichard Kenner1-2/+4
1996-12-07(build_indirect_ref): Don't give warning for dereferencing void * ifRichard Kenner1-1/+1
1996-12-07(build_binary_op): Likewise.Richard Kenner1-13/+4
1996-10-28(signed_or_unsigned_type): If already right signedness, return.Richard Kenner1-1/+2
1996-10-28({un,}signed_type): If can't do anything, callRichard Kenner1-2/+4
1996-10-21(build_array_ref): If -Wchar-subscripts, also warn in case whenRichard Kenner1-0/+8
1996-10-08(decl_constant_value): Delete test for ! TREE_PUBLIC.Doug Evans1-3/+3
1996-09-29Allow pointers to be shortMichael Meissner1-2/+4
1996-07-03formatting tweaksMike Stump1-6/+6
1996-07-03(default_conversion): Add bitfield promotions.Richard Kenner1-0/+18
1996-06-18(pointer_int_sum): Convert integer to both signedness and precision ofRichard Kenner1-2/+4
1996-04-04(push_init_level): When output alignment for structureJim Wilson1-3/+5
1996-03-23(set_init_index): Check for use outside an array initializer.Richard Kenner1-0/+2
1996-03-23(build_array_ref): Give error if subscripting a function.Richard Kenner1-1/+2
1996-03-18(build_conditional_expr): If OP1 is null, set both OP1 and ORIG_OP1 to IFEXP.Richard Kenner1-1/+1
1996-02-29(push_init_level): When output padding to align structureJim Wilson1-0/+3
1996-02-21c-typeck.c (initializer_constant_valid_p): Don't dereference a null pointer o...Jeff Law1-1/+2
1996-02-19warn_sign_compareJason Merrill1-1/+1
1996-02-16c-typeck.c (convert_for_assignment): Bring back conversion to union without a...Paul Eggert1-0/+105
1996-02-13(quality_type prototype): Typo, rename as qualify_type.Richard Kenner1-3/+3
1996-01-24(pointer_int_sum): Use TYPE_PRECISION (sizetype) notJim Wilson1-3/+3
1996-01-16(convert_for_assignment): Don't automatically convert from a unionRichard Kenner1-78/+0
1996-01-15(build_c_cast): Don't warn about alignment when we have an opaque type.Richard Kenner1-0/+5
1996-01-09(merge_attributes): Moved to tree.c.Doug Evans1-37/+0
1996-01-01Use DECL_C_BIT_FIELD, not DECL_BIT_FIELD in all tests.Richard Kenner1-8/+10
1995-12-25(mark_addressable): Fix error in last change.Richard Kenner1-3/+5
1995-12-24(mark_addressable, case COMPONENT_REF): Give error if taking addressRichard Kenner1-1/+8
1995-11-29(merge_attributes): New function.Jim Wilson1-33/+38