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