aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-08(finish_decl): Error if block-scope static var has incomplete type.Richard Stallman1-21/+17
1993-10-08(complete_array_type): Correctly set MAXINDEX to one less than array size.Richard Stallman1-2/+3
1993-10-05(init_decl_processing): Call init_function_format_info.Richard Kenner1-1/+2
1993-09-28(init_decl_processing): Use signed_type and unsigned_typeRichard Stallman1-2/+2
1993-09-23(flag_allow_single_precision): New variable.Richard Stallman1-0/+6
1993-09-13(complete_array_type): Handle TREE_PURPOSE of array constructor elements.Richard Stallman1-3/+10
1993-09-07(build_enumerator): Choose type properly for wide constants.Richard Stallman1-14/+22
1993-09-05(grokdeclarator): For PARM_DECLs, only callRichard Stallman1-3/+7
1993-09-03(build_enumerator): Apply default conversion to constant-expression.Richard Kenner1-1/+4
1993-09-01(finish_decl): For static const variables, preserveJim Wilson1-1/+9
1993-08-31(struct c_function): Remove unneeded enum_next_value.Richard Kenner1-4/+4
1993-08-30(get_parm_info...Richard Kenner1-2/+4
1993-08-12Do not report -Wnested-extern errors for __FUNCTION__/__PRETTY_FUNCTION__.Michael Meissner1-1/+3
1993-08-07c-decl.c (init_decl_processing): Make long long available to | use for SIZE_T...Doug Evans1-8/+10
1993-08-07(finish_decl): Allow file-scope static incomplete array.Richard Stallman1-2/+2
1993-08-06(finish_struct): No pedwarn for field with enum type if size matches int.Richard Stallman1-8/+25
1993-07-29Fix typo in last change.Richard Stallman1-2/+2
1993-07-28(start_function): Warn if volatile fn returns non-void.Richard Stallman1-0/+4
1993-07-26Fix print_lang_decl and print_lang_type function headers.Bill Cox1-2/+8
1993-07-06(insert_block): Correct typo in comment.Jim Wilson1-1/+1
1993-07-06(duplicate_decls): Don't warn for non-extern var declRichard Stallman1-1/+3
1993-06-26(poplevel): Start new function context when writing inline function.Richard Kenner1-1/+5
1993-06-26(init_decl_processing): When making SIZETYPE, start with name in SIZE_TYPE.Richard Kenner1-6/+5
1993-06-25(c_decode_option): Handle -fdollars-in-identifiers.Richard Stallman1-0/+8
1993-06-22(grokdeclarator): Avoid the use of macros for ..._TYPERichard Stallman1-2/+5
1993-06-11(finish_decl): Don't modify DECL_INITIAL of a PARM_DECL.Richard Stallman1-1/+4
1993-06-05(pushdecl): Copy DECL_FRAME_SIZE for inline function decls.Richard Stallman1-0/+1
1993-05-26(finish_decl): If type is laid out, but decl is not, call layout_decl.Richard Stallman1-0/+4
1993-05-14(complete_array_type): Delete the code to call change_main_variant.Richard Stallman1-1/+3
1993-05-11(complete_array_type): Call change_main_variant.Richard Stallman1-1/+5
1993-05-03(grokdeclarator, ARRAY_REF case): Build array type, andJim Wilson1-4/+7
1993-04-26(pushdecl): Don't make a copy of type of error_mark_node.Richard Kenner1-1/+1
1993-04-25(init_decl_processing): Last arg to __builtin_apply is size_t, not int.Richard Kenner1-1/+1
1993-04-23(shadow_tag_warned): Let warned have three values, so that a mere warning doe...Richard Kenner1-6/+12
1993-04-23(push_parm_decl): Turn off warning when parameter shadows typedef.Richard Kenner1-0/+4
1993-04-18(finish_struct): Promote unsigned bitfield to signed intRichard Stallman1-13/+17
1993-04-13(pop_label_level, combine_parm_decls): Correct args in error calls.Richard Kenner1-3/+3
1993-04-09> (grokfield): Check for statically allocated objects.Tom Wood1-0/+1
1993-04-09(finish_enum): Store layout results into variant types.Richard Stallman1-1/+14
1993-04-06(start_function): Inhibit missing prototype warning for `main'.Richard Stallman1-1/+2
1993-04-04c-decl.c (lookup_name_current_level): Make non-static.Per Bothner1-2/+2
1993-03-29(store_parm_decls): Use pedwarn for "promoted arg doesn'tRichard Stallman1-1/+1
1993-03-23*** empty log message ***Tom Wood1-0/+23
1993-03-22(init_decl_processing): Set that var.Richard Stallman1-4/+32
1993-03-18current_function_prototype_line): New variables.Jim Wilson1-5/+28
1993-03-16(grokdeclarator, ARRARY_REF): If exern, then endJim Wilson1-0/+8
1993-03-16(grokdeclarator): Error for div by 0 in array size.Richard Stallman1-1/+6
1993-03-11(define_label): Use current line number in error msg.Richard Stallman1-1/+1
1993-03-05(store_parm_decls,combine_parm_decls): Call layout_decl for a parm declared...Richard Stallman1-2/+10
1993-03-04(init_decl_processing): Create complex types.Richard Stallman1-4/+49