aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-30c-tree.h (warn_float_equal): Declare.Dirk Zoller1-0/+2
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel1-2/+2
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-16* c-typeck.c (qualify_type): Merge qualifiers from both types.Mark Mitchell1-1/+2
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-45/+2
1999-09-06Merge in gcc2-ss-010999Jeff Law1-3/+23
1999-08-27c-typeck.c (c_expand_start_case): Return immediately if exp is an ERROR_MARK.Zack Weinberg1-2/+8
1999-08-02expr.h (PROMOTE_PROTOTYPES): Move ...Richard Henderson1-0/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-4/+3
1999-07-30c-typeck.c (initializer_constant_valid_p): Move ...Richard Henderson1-139/+0
1999-07-14c-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_...J"orn Rennecke1-1/+16
1999-07-06For gcc:Gavin Romig-Koch1-90/+0
1999-07-02For gcc:Gavin Romig-Koch1-0/+7
1999-06-14c-typeck.c (process_init_element): Detect excess elements in char array initi...Nathan Sidwell1-0/+2
1999-05-09Handle ERROR_MARK inputCraig Burley1-0/+3
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-28/+33
1999-02-08c-typeck.c (check_init_type_bitfields): Use nonincremental initialization of ...Vladimir N. Makarov1-3/+12
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-239/+147
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