| Commit message (Expand) | Author | Age | Files | Lines |
* | (finish_struct): Don't mess with the type of bitfields. | merrill | 1995-12-04 | 1 | -21/+0 |
* | (duplicate_decls): Add new paramter different_binding_level. | wilson | 1995-11-29 | 1 | -119/+134 |
* | (pushdecl): Don't test TREE_PUBLIC when deciding whether to register a | kenner | 1995-10-27 | 1 | -1/+10 |
* | (redeclaration_error_message): For TYPE_DECLs, return 0 if | kenner | 1995-09-11 | 1 | -0/+9 |
* | (finish_struct): If transparent_union attribute specified, validate it | kenner | 1995-08-29 | 1 | -0/+10 |
* | (field_decl_cmp): Rewritten to make sure that a null name always sorts | kenner | 1995-07-14 | 1 | -1/+9 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (start_function): New parameter for attributes. | kenner | 1995-06-14 | 1 | -6/+5 |
* | (c_decode_option, case "-Wall"): Don't set extra_warnings. | kenner | 1995-06-10 | 1 | -1/+0 |
* | (start_decl): Set DECL_COMMON before calling decl_attributes. | kenner | 1995-06-06 | 1 | -4/+4 |
* | (duplicate_decls): Don't clear DECL_CONTEXT of new decl if it is a | kenner | 1995-06-06 | 1 | -1/+2 |
* | (finish_decl_top_level): Removed; no longer used. | kenner | 1995-05-22 | 1 | -14/+0 |
* | (shadow_tag_warned): Don't warn about useless keyword if in system | kenner | 1995-05-20 | 1 | -1/+1 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -2/+2 |
* | Update weak symbol support | merrill | 1995-05-16 | 1 | -0/+1 |
* | (push_parm_decl): Pass any attributes to decl_attributes. | kenner | 1995-05-12 | 1 | -1/+4 |
* | (grokdeclarator): Use PARM_FLAG to see if should make PARM_DECL. | kenner | 1995-05-11 | 1 | -1/+1 |
* | (finish_struct): Properly update DECL_PACKED. | kenner | 1995-05-11 | 1 | -1/+1 |
* | (finish_decl_top_level): New function. | kenner | 1995-04-26 | 1 | -0/+14 |
* | (finish_struct): Add ATTRIBUTES argument, call decl_attributes and set | kenner | 1995-04-26 | 1 | -6/+18 |
* | (init_decl_processing): Don't give builtin__constant_p an argument | kenner | 1995-04-26 | 1 | -1/+1 |
* | (pushdecl): Don't test DECL_EXTERNAL when deciding whether | wilson | 1995-04-25 | 1 | -2/+1 |
* | (start_decl): New args for attributes; call decl_attributes. | kenner | 1995-04-25 | 1 | -1/+5 |
* | (duplicate_decls): Don't look at TYPE_ACTUAL_ARG_TYPES if it is not | kenner | 1995-04-25 | 1 | -1/+2 |
* | (poplevel): Do output inline function if | wilson | 1995-04-11 | 1 | -2/+6 |
* | (start_function): Handle new parameter ATTRIBUTES. | kenner | 1995-03-10 | 1 | -3/+6 |
* | Undo this patch, breaks libobjc builds. | dje | 1995-03-05 | 1 | -6/+6 |
* | Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes. | bothner | 1995-03-02 | 1 | -3/+0 |
* | (pushdecl): When have a duplicate decl, and it is global, | wilson | 1995-02-25 | 1 | -6/+6 |
* | (grokdeclarator): Added code to support machine attributes. | kenner | 1995-02-21 | 1 | -0/+20 |
* | * c-decl.c (grokdeclarator): Maybe set FUNCTION_NEEDS_STATIC_CHAIN. | bothner | 1995-02-13 | 1 | -0/+2 |
* | (grokdeclarator): Use NAME, not IDENTIFIER_POINTER of DECLARATOR for | kenner | 1995-02-11 | 1 | -13/+9 |
* | Set boolean_*, pedantic_lvalues | merrill | 1995-01-17 | 1 | -0/+10 |
* | __attribute__ ((constructor)) | merrill | 1995-01-14 | 1 | -0/+29 |
* | (duplicate_decls): Push to permanent obstack before | wilson | 1995-01-03 | 1 | -0/+14 |
* | Include output.h. | kenner | 1994-12-30 | 1 | -0/+1 |
* | (init_decl_processing): Implement built-in functions fabsf, sqrtf, | kenner | 1994-12-07 | 1 | -0/+37 |
* | (finish_decl): Use DECL_CONTEXT instead of | wilson | 1994-11-28 | 1 | -9/+8 |
* | (duplicate_decls): Properly merge decls with differing DECL_CONTEXT. | kenner | 1994-11-11 | 1 | -2/+7 |
* | (start_function): Save immediate_size_expand and initialize it to zero | kenner | 1994-10-18 | 1 | -0/+6 |
* | (shadow_label): Emit an error if the label is already | erich | 1994-10-01 | 1 | -0/+15 |
* | (min_precision): Move to c-common.c | merrill | 1994-09-02 | 1 | -31/+0 |
* | Fix typo in last change. | kenner | 1994-08-12 | 1 | -1/+1 |
* | (duplicate_decls): Suppress -Wredundant-decls warning if we have | kenner | 1994-08-12 | 1 | -2/+3 |
* | (finish_decl): Preserve initialializer if iterator. | kenner | 1994-07-29 | 1 | -1/+1 |
* | (finish_struct): Don't look at alignment of error_mark_node. | kenner | 1994-07-28 | 1 | -1/+1 |
* | (start_function): If old_decl is NULL, then set it to | wilson | 1994-07-21 | 1 | -2/+8 |
* | (pushdecl): Don't call lookup_name_current_level_global | wilson | 1994-07-13 | 1 | -10/+19 |
* | (finish_decl): Put RTL and other stuff in permanent_obstack if DECL | kenner | 1994-07-08 | 1 | -1/+2 |
* | (duplicate_decls): When make void* match char*, set | wilson | 1994-07-02 | 1 | -0/+4 |