aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
1994-05-02(pushdecl): Use lookup_name_current_level_global instead of lookup_name for e...Jim Wilson1-2/+30
1994-04-25(grokdeclarator): Never warn about `long long' in system header.Richard Kenner1-1/+1
1994-04-25(finish_decl): Redo last change.Richard Kenner1-8/+8
1994-04-18(duplicate_decls): Always warn when const declaration followsRichard Kenner1-1/+7
1994-04-16(finish_decl): If asmspec_tree, clear DECL_BUILT_IN for function andRichard Kenner1-1/+11
1994-04-11(finish_decl): Don't preserve initializer if it is error_mark_node.Jim Wilson1-1/+1
1994-04-11(duplicate_decls, pushdecl, builtin_function): Use DECL_FUNCTION_CODERichard Kenner1-3/+3
1994-04-09(duplicate_decls): Put new type in same obstack as old ones, orRichard Kenner1-0/+13
1994-04-06(finish_decl): Correct typo in use of tree_int_cst_sgn.Jim Wilson1-1/+4
1994-04-06(warn_missing_declarations): New variable.Richard Kenner1-1/+23
1994-03-25(push_parm_decl): Move decl of unused variable OLDDECL into #if 0Richard Kenner1-3/+2
1994-03-23(init_decl_processing): Change builtin_next_arg type soJim Wilson1-1/+1
1994-03-21(duplicate_decls): When pedantic, warn when any staticJim Wilson1-3/+4
1994-03-19(grokdeclarator): Use signed version of `sizetype' for type of arrayRichard Kenner1-3/+6
1994-03-17(pushdecl): Call lookup_name for external references.Jim Wilson1-20/+19
1994-03-14(grokdeclarator): Convert to sizetype when manipulating size of arrayRichard Kenner1-10/+16
1994-03-14(finish_{decl,struct,enum}): Call tree_int_cst_sgn.Richard Kenner1-5/+4
1994-03-11(finish_decl): When preserving an initializer, ensure its type is on aRichard Kenner1-0/+6
1994-03-08(finish_decl): When saving/discarding initializers,Jim Wilson1-5/+10
1994-02-27(finish_decl, finish_function): Issue warning for large objects, ifRichard Kenner1-0/+42
1994-02-27(store_parm_decls): Initialize some vars.Richard Kenner1-2/+1
1994-02-17(duplicate_decls): Merge section name into new decl.Doug Evans1-0/+7
1994-02-01(grokdeclarator): `volatile' function warning corrected to readRichard Kenner1-3/+3
1993-12-25(grokdeclarator): Properly validate __complex__ and create the variousRichard Kenner1-3/+19
1993-12-16cp-decl.c (flag_conserve_space): New language specific flag to tell the compi...Mike Stump1-0/+4
1993-11-23(finish_function): Pass new arg to expand_function_end.Richard Stallman1-1/+1
1993-11-04(finish_enum): Undo previous change.Richard Stallman1-6/+2
1993-11-04(finish_enum): Always make an enum signed if it will fit.Richard Stallman1-2/+6
1993-10-30(finish_function): If rest_of_compilation set DECL_INITIALRichard Stallman1-1/+3
1993-10-19(finish_decl): After preserve_initializer call, setRichard Stallman1-1/+8
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