Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-02-28 | (fake_f_rep): Clear all of u, initially. | Richard Stallman | 1 | -1/+1 | |
Make the ints in u unsigned. (f_define): Use ordinary constants for long double if it's same width as double. Make __convert_long_double_i unsigned. (convert_for_assignment): Typo in last change. From-SVN: r3567 | |||||
1993-02-27 | (convert_for_assignment): New arg FUNDECL. Calls changed. | Richard Stallman | 1 | -15/+34 | |
(convert_arguments): New arg FUNDECL. (build_function_call): Pass function to convert_arguments, if a decl. (convert_for_assignment): Automatically convert to a union from its members' types. (process_init_constructor): Error msg change. (initializer_constant_valid_p): Allow cast of ptr to wider integer. From-SVN: r3566 | |||||
1993-02-27 | Error if company name is more than one word. | Richard Stallman | 1 | -0/+8 | |
If $os is `sunos...', don't change it to manufacturer's name. From-SVN: r3565 | |||||
1993-02-27 | Comment fix. | Richard Stallman | 2 | -3/+3 | |
From-SVN: r3564 | |||||
1993-02-27 | (struct __gnuc_va_list): Test __svr4__ like __SVR4__. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3563 | |||||
1993-02-27 | (distdir): Depend on cp-parse.y, and the .c files for the .y files. | Richard Stallman | 1 | -1/+3 | |
(all.cross): Depend on enquire. (uninstall): Also remove the g++ manual page. From-SVN: r3562 | |||||
1993-02-27 | (make_decl_rtl): Print an error for explicit register variable | Richard Stallman | 1 | -0/+3 | |
whose type cannot be stored in that register. From-SVN: r3561 | |||||
1993-02-27 | (compile_file): Use pedwarn_with_decl to warn about | Richard Stallman | 1 | -1/+1 | |
functions declared static but not defined. From-SVN: r3560 | |||||
1993-02-27 | (simple_cst_equal): New default case handles most tree codes based on ↵ | Richard Stallman | 1 | -32/+25 | |
TREE_CODE_CLASS. (simple_cst_equal): New default case handles most tree codes based on TREE_CODE_CLASS. Delete newly redundant cases for specific tree codes. From-SVN: r3559 | |||||
1993-02-27 | (USE_C_ALLOCA): Moved to xm-pbd.h. | Richard Stallman | 1 | -5/+0 | |
From-SVN: r3558 | |||||
1993-02-27 | (inhibit_libc): Renamed from inhibit_eprintf. | Richard Stallman | 1 | -1/+3 | |
(L_new_handler): Don't include stdio.h if inhibit_libc. From-SVN: r3557 | |||||
1993-02-27 | (check_newline): #line updates input_file_stack->name. | Richard Stallman | 1 | -1/+12 | |
From-SVN: r3556 | |||||
1993-02-27 | (pushdecl): Nested fn decl gets DECL_CONTEXT iff not extern. | Richard Stallman | 1 | -12/+22 | |
(grokdeclarator): Make `long long' work even with -pedantic, despite the warning. (declare_parm_level): Unconditionally store 1. (pushdecl): Criterion for no warning is, next level up is a parm level. From-SVN: r3555 | |||||
1993-02-27 | (TARGET_SWITCHES): Reverse defn of 32332. | Richard Stallman | 1 | -4/+5 | |
(ASM_OUTPUT_ALIGN_CODE): Pad with no-op insns. From-SVN: r3554 | |||||
1993-02-27 | (convert_move): Truncate via word_mode only if to_mode fits in one word. | Richard Stallman | 1 | -9/+12 | |
Truncate by referring in TO_MODE for any FROM, but force_reg if nec. From-SVN: r3553 | |||||
1993-02-27 | New builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__ | Ian Lance Taylor | 1 | -0/+26 | |
From-SVN: r3552 | |||||
1993-02-27 | (init_libfuncs): Use int instead of enum for first_mode, last_mode, and mode. | Richard Stallman | 1 | -3/+3 | |
From-SVN: r3551 | |||||
1993-02-27 | (parse_escape): Delete case for '^'. | Richard Stallman | 1 | -7/+0 | |
From-SVN: r3550 | |||||
1993-02-27 | (all.cross): Depend on enquire. | Richard Stallman | 1 | -1/+3 | |
From-SVN: r3549 | |||||
1993-02-27 | (_SYS_SIZE_T_H): Test this and define this. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r3548 | |||||
1993-02-27 | (_VA_LIST_T_H): Test and define this. | Richard Stallman | 2 | -0/+8 | |
From-SVN: r3547 | |||||
1993-02-26 | (do_include): Correctly report the directive name | Richard Stallman | 1 | -5/+9 | |
when any kind of include directive has no argument or null argument. From-SVN: r3546 | |||||
1993-02-26 | (ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3545 | |||||
1993-02-26 | (dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions. | Richard Stallman | 1 | -6/+2 | |
(dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions. (dbxout_finish_symbol): Enable output of symbols line number. From-SVN: r3544 | |||||
1993-02-26 | * Added 32-byte int OImode. | Doug Evans | 1 | -1/+2 | |
From-SVN: r3543 | |||||
1993-02-26 | (constrain_operands, case 'r'): If STRICT, a REG isn't valid if it is | Richard Kenner | 1 | -1/+2 | |
a pseudo even if GENERAL_REGS == ALL_REGS. From-SVN: r3542 | |||||
1993-02-26 | (expand_expr, case IN_EXPR): Fix numerous small bugs and make some | Richard Kenner | 1 | -28/+29 | |
cleanups. From-SVN: r3541 | |||||
1993-02-26 | explow.c (memory_address): Use CONSTANT_ADDRESS_P instead of ↵ | Jeff Law | 1 | -2/+2 | |
LEGITIMATE_CONSTANT_P. * explow.c (memory_address): Use CONSTANT_ADDRESS_P instead of LEGITIMATE_CONSTANT_P. (break_out_memrefs): Likewise. From-SVN: r3540 | |||||
1993-02-26 | (LEGITIMIZE_ADDRESS): Add missing args to calls to expand_binop. | Richard Kenner | 1 | -2/+2 | |
From-SVN: r3539 | |||||
1993-02-26 | (is_ctor_dtor): Handle NO_DOT_IN_LABEL. | Richard Stallman | 1 | -0/+5 | |
From-SVN: r3538 | |||||
1993-02-26 | (jump_optimize): Add missing parameter in expand_binop call. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3537 | |||||
1993-02-26 | Add prototypes for most functions declared here. | Richard Stallman | 1 | -87/+131 | |
From-SVN: r3536 | |||||
1993-02-25 | No need to #undef ABS; done in rtl.h. | Richard Kenner | 1 | -1/+0 | |
From-SVN: r3535 | |||||
1993-02-25 | (redundant_insn_p): Fix typo in testing for types of insns by using | Richard Kenner | 1 | -2/+1 | |
GET_RTX_CLASS. From-SVN: r3534 | |||||
1993-02-25 | (emit_store_flag): Fix typo in testing BRANCH_COST. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r3533 | |||||
1993-02-25 | (set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling. | Jim Wilson | 1 | -2/+2 | |
From-SVN: r3532 | |||||
1993-02-25 | (convert_to_integer): Delete Feb 19 change. | Jim Wilson | 1 | -26/+0 | |
From-SVN: r3531 | |||||
1993-02-25 | (decode_field_reference): Fix force_fit_type call. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r3530 | |||||
1993-02-25 | Use pwd if PWDCMD is not defined | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r3529 | |||||
1993-02-25 | (emit_library_call_value): Fix bug in prev change. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3528 | |||||
1993-02-25 | (vms_check_external): New function. | Richard Stallman | 1 | -0/+29 | |
From-SVN: r3527 | |||||
1993-02-25 | (ASM_OUTPUT_EXTERNAL): Use vms_check_external. | Richard Stallman | 1 | -1/+13 | |
(ASM_GLOBALIZE_LABEL): New definition; use vms_check_external. From-SVN: r3526 | |||||
1993-02-24 | (NO_SYS_SIGLIST): Defined. | Richard Stallman | 1 | -0/+2 | |
From-SVN: r3525 | |||||
1993-02-24 | (consec_sets_invariant_p): Correct REG_EQUAL note checks | Jim Wilson | 1 | -1/+6 | |
to distinguish libcall case from ordinary insn case. From-SVN: r3524 | |||||
1993-02-24 | (add_label_notes): Don't add notes for references to dispatch tables because ↵ | Jim Wilson | 1 | -8/+52 | |
jump doesn't. (add_label_notes): Don't add notes for references to dispatch tables because jump doesn't. (find_and_verify_loops): Invalidate loops that contain labels whose address has been taken. From-SVN: r3523 | |||||
1993-02-24 | (string.h): Delete 'g' from sed command. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r3522 | |||||
1993-02-24 | (zero_extendqi*i2): Delete never matched constraints. | Jim Wilson | 1 | -9/+7 | |
From-SVN: r3521 | |||||
1993-02-24 | (umulsidi3+1): Delete extra parenthesis. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r3520 | |||||
1993-02-24 | (all_ones_mask_p): Really use tmask. | Richard Stallman | 1 | -4/+9 | |
(all_ones_mask_p): Declare tmask to be `tree'. (optimize_bit_field_compare) Add missing semicolon. (decode_field_reference): Use force_fit_type instead of convert to avoid truncated integer warning. (all_ones_mask_p): Likewise. From-SVN: r3519 | |||||
1993-02-23 | Use relative paths in symbolic links in installed include directory | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r3518 |