| Commit message (Expand) | Author | Age | Files | Lines |
* | (duplicate_decls): Put new type in same obstack as old ones, or | kenner | 1994-04-09 | 1 | -0/+13 |
* | (finish_decl): Correct typo in use of tree_int_cst_sgn. | wilson | 1994-04-06 | 1 | -1/+4 |
* | (warn_missing_declarations): New variable. | kenner | 1994-04-06 | 1 | -1/+23 |
* | (push_parm_decl): Move decl of unused variable OLDDECL into #if 0 | kenner | 1994-03-25 | 1 | -3/+2 |
* | (init_decl_processing): Change builtin_next_arg type so | wilson | 1994-03-23 | 1 | -1/+1 |
* | (duplicate_decls): When pedantic, warn when any static | wilson | 1994-03-21 | 1 | -3/+4 |
* | (grokdeclarator): Use signed version of `sizetype' for type of array | kenner | 1994-03-19 | 1 | -3/+6 |
* | (pushdecl): Call lookup_name for external references. | wilson | 1994-03-17 | 1 | -20/+19 |
* | (grokdeclarator): Convert to sizetype when manipulating size of array | kenner | 1994-03-14 | 1 | -10/+16 |
* | (finish_{decl,struct,enum}): Call tree_int_cst_sgn. | kenner | 1994-03-14 | 1 | -5/+4 |
* | (finish_decl): When preserving an initializer, ensure its type is on a | kenner | 1994-03-11 | 1 | -0/+6 |
* | (finish_decl): When saving/discarding initializers, | wilson | 1994-03-08 | 1 | -5/+10 |
* | (finish_decl, finish_function): Issue warning for large objects, if | kenner | 1994-02-27 | 1 | -0/+42 |
* | (store_parm_decls): Initialize some vars. | kenner | 1994-02-27 | 1 | -2/+1 |
* | (duplicate_decls): Merge section name into new decl. | dje | 1994-02-17 | 1 | -0/+7 |
* | (grokdeclarator): `volatile' function warning corrected to read | kenner | 1994-02-01 | 1 | -3/+3 |
* | (grokdeclarator): Properly validate __complex__ and create the various | kenner | 1993-12-25 | 1 | -3/+19 |
* | * cp-decl.c (flag_conserve_space): New language specific flag to | mrs | 1993-12-16 | 1 | -0/+4 |
* | (finish_function): Pass new arg to expand_function_end. | rms | 1993-11-23 | 1 | -1/+1 |
* | (finish_enum): Undo previous change. | rms | 1993-11-04 | 1 | -6/+2 |
* | (finish_enum): Always make an enum signed if it will fit. | rms | 1993-11-04 | 1 | -2/+6 |
* | (finish_function): If rest_of_compilation set DECL_INITIAL | rms | 1993-10-30 | 1 | -1/+3 |
* | (finish_decl): After preserve_initializer call, set | rms | 1993-10-19 | 1 | -1/+8 |
* | (finish_decl): Error if block-scope static var has incomplete type. | rms | 1993-10-08 | 1 | -21/+17 |
* | (complete_array_type): Correctly set MAXINDEX to one less than array size. | rms | 1993-10-08 | 1 | -2/+3 |
* | (init_decl_processing): Call init_function_format_info. | kenner | 1993-10-05 | 1 | -1/+2 |
* | (init_decl_processing): Use signed_type and unsigned_type | rms | 1993-09-28 | 1 | -2/+2 |
* | (flag_allow_single_precision): New variable. | rms | 1993-09-23 | 1 | -0/+6 |
* | (complete_array_type): Handle TREE_PURPOSE of array constructor elements. | rms | 1993-09-13 | 1 | -3/+10 |
* | (build_enumerator): Choose type properly for wide constants. | rms | 1993-09-07 | 1 | -14/+22 |
* | (grokdeclarator): For PARM_DECLs, only call | rms | 1993-09-05 | 1 | -3/+7 |
* | (build_enumerator): Apply default conversion to constant-expression. | kenner | 1993-09-03 | 1 | -1/+4 |
* | (finish_decl): For static const variables, preserve | wilson | 1993-09-01 | 1 | -1/+9 |
* | (struct c_function): Remove unneeded enum_next_value. | kenner | 1993-08-31 | 1 | -4/+4 |
* | (get_parm_info, store_parm_decls): If PROMOTE_PROTOTYPE, promote all | kenner | 1993-08-30 | 1 | -2/+4 |
* | Do not report -Wnested-extern errors for __FUNCTION__/__PRETTY_FUNCTION__. | meissner | 1993-08-12 | 1 | -1/+3 |
* | * c-decl.c (init_decl_processing): Make long long available to | dje | 1993-08-07 | 1 | -8/+10 |
* | (finish_decl): Allow file-scope static incomplete array. | rms | 1993-08-07 | 1 | -2/+2 |
* | (finish_struct): No pedwarn for field with enum type if size matches int. | rms | 1993-08-06 | 1 | -8/+25 |
* | Fix typo in last change. | rms | 1993-07-29 | 1 | -2/+2 |
* | (start_function): Warn if volatile fn returns non-void. | rms | 1993-07-28 | 1 | -0/+4 |
* | Fix print_lang_decl and print_lang_type function headers. | bill | 1993-07-26 | 1 | -2/+8 |
* | (insert_block): Correct typo in comment. | wilson | 1993-07-06 | 1 | -1/+1 |
* | (duplicate_decls): Don't warn for non-extern var decl | rms | 1993-07-06 | 1 | -1/+3 |
* | (poplevel): Start new function context when writing inline function. | kenner | 1993-06-26 | 1 | -1/+5 |
* | (init_decl_processing): When making SIZETYPE, start with name in | kenner | 1993-06-26 | 1 | -6/+5 |
* | (c_decode_option): Handle -fdollars-in-identifiers. | rms | 1993-06-25 | 1 | -0/+8 |
* | (grokdeclarator): Avoid the use of macros for ..._TYPE | rms | 1993-06-22 | 1 | -2/+5 |
* | (finish_decl): Don't modify DECL_INITIAL of a PARM_DECL. | rms | 1993-06-11 | 1 | -1/+4 |
* | (pushdecl): Copy DECL_FRAME_SIZE for inline function decls. | rms | 1993-06-05 | 1 | -0/+1 |