Commit Graph

2078 Commits

Author SHA1 Message Date
Richard Stallman 15a5b8a22a (dbxout_type_fields): Handle nameless subrecords for Pascal.
(dbxout_type): Handle CHAR_TYPE, BOOLEAN_TYPE. FILE_TYPE, SET_TYPE.

From-SVN: r2079
1992-09-09 00:27:40 +00:00
Richard Stallman 1b6374aa53 (ASM_OUTPUT_OPCODE): Deleted.
From-SVN: r2078
1992-09-08 21:55:42 +00:00
Mike Stump 2cc3ac7a34 Add BINFO_VPTR_FIELD definition.
From-SVN: r2077
1992-09-08 09:25:09 +00:00
Brendan Kehoe 9657188305 Moved constant_expression_warning into c-common.c.
From-SVN: r2076
1992-09-07 19:42:39 -04:00
Richard Stallman 2a23183eba (convert_for_assignment): Warn about constant integer
overflow even if no conversion is involved.

From-SVN: r2075
1992-09-07 21:22:56 +00:00
Richard Stallman 850cba2976 (duplicate_decls): Set DECL_INLINE in newdecl so it is copied into olddecl.
Don't set DECL_EXTERNAL in olddecl.
Preserve DECL_UID of olddecl.

From-SVN: r2074
1992-09-07 06:57:50 +00:00
Richard Stallman 08611787e3 (FSGLMUL_USE_S): Defined.
From-SVN: r2073
1992-09-07 06:17:38 +00:00
Richard Stallman ea0470bf6c (fsglmul pattern): If FSGLMUL_USE_S, opcode has .s, not .x.
From-SVN: r2072
1992-09-07 06:17:16 +00:00
Richard Stallman 023de2924d (grokparms): Copy arg type list to savable obstack if nec.
From-SVN: r2071
1992-09-07 06:08:44 +00:00
Richard Stallman bc690db148 (check_case_value): Call constant_expression_warning.
From-SVN: r2070
1992-09-07 06:07:30 +00:00
Richard Stallman 2d7a4cf5cf (const_binop): Fix typo.
From-SVN: r2069
1992-09-07 06:06:12 +00:00
Richard Stallman 3b9b4d3fa6 (main): No program should return the error_count!
Return 2 if failure due to signal, 1 if just errors.
(execute): Increment signal_count.

From-SVN: r2068
1992-09-07 06:04:38 +00:00
Richard Stallman 07d8ca2d92 (record_reg_class): For matching operands...
(record_reg_class): For matching operands, handle
case where the earlier one is not a pseudo like the case
where the later one is not a pseudo.

From-SVN: r2067
1992-09-07 05:56:52 +00:00
Richard Stallman 21d12b804d (simplify_binary_operation): For DIV by 0, do nothing.
From-SVN: r2066
1992-09-07 05:32:35 +00:00
Jeff Law 2040c37b07 pa.c (output_function_prologue): Undo Aug.
* pa.c (output_function_prologue): Undo Aug. 13 change.
	If profiling, then this function makes calls.  Reflect this in
	CALLINFO.
	(output_function_epilogue): If profiling, then be restore "rp" here.

	* pa.c (use_milli_regs): Deleted.

From-SVN: r2065
1992-09-06 18:42:04 -06:00
Jeff Law 29662692f4 pa.md (indirect_jump): Annul the next instruction if the delay slot could not be filled instead of...
* pa.md (indirect_jump): Annul the next instruction if the delay
	slot could not be filled instead of emitting a nop.

	* pa.md (use_milli_regs attribute): Deleted, not necessary anymore.
	All references deleted.

From-SVN: r2064
1992-09-06 18:41:25 -06:00
Torbjorn Granlund d17ce9af86 (MOVE_MAX): Define as 4.
From-SVN: r2063
1992-09-06 21:37:08 +00:00
Torbjorn Granlund a9a55844f9 (hard_regno_mode_ok): Don't abort if unknown mode,
return 0 instead.  Declare argument MODE as `enum machine_mode'.

From-SVN: r2062
1992-09-06 21:23:36 +00:00
Torbjorn Granlund d7e2c9328f (HARD_REGNO_MODE_OK): Allow BLKmode.
From-SVN: r2061
1992-09-06 21:10:16 +00:00
James Van Artsdalen 783cdf659a (cmpstrsi): Rewrite expander to handle operands correctly.
From-SVN: r2060
1992-09-06 10:36:53 +00:00
Richard Kenner 8888fada84 (try_combine): Make change missing from last modification to splitting
code.

From-SVN: r2059
1992-09-05 22:55:22 -04:00
Torbjorn Granlund 838928c2fc (before functions): Remove xmalloc decl.
(arm_asm_output_label): Cast value from xmalloc.

From-SVN: r2058
1992-09-05 22:51:40 +00:00
Torbjorn Granlund 3a7a271921 (storehi): Use match_operand for operand 0.
Use gen_lowpart to change mode of operand 0.
(storeinthi): Use match_operand for operand 0.
Change output code to reassign operand 0.
(truncsihi2, truncsiqi2, trunchiqi2): Remove these patterns.

From-SVN: r2057
1992-09-05 20:36:46 +00:00
Richard Stallman b18a7b614f (ASM_OUTPUT_OPCODE): Defined.
From-SVN: r2056
1992-09-05 06:40:27 +00:00
Richard Stallman 8f0cc7f0c0 (mulsi3_big): Use low half of result.
Use offset 1 in subregs in actual fmlow insn.
(fmlow pattern): Split this into alternatives for big and little end.

From-SVN: r2055
1992-09-05 03:22:36 +00:00
Richard Stallman dac45ea36e Comment change for meaning of TREE_CONSTANT_OVERFLOW.
From-SVN: r2054
1992-09-05 02:03:04 +00:00
Richard Stallman fe3e8e402b (left_shift_overflows, same_sign, overflow_sum_sign): New macros.
(add_double, div_and_round_double, lshift_double, mul_double):
(neg_double, const_binop, fold): Check for signed integer overflow.
Propagate overflow flags from operands to result.
(const_binop, fold_convert): Use pedwarn for overflow warnings.
Say `constant expression', not `constant folding', for user's sake.

From-SVN: r2053
1992-09-05 02:02:17 +00:00
Richard Stallman 9e9bd45dd9 (constant_expression_warning): Check INTEGER_CST for TREE_CONSTANT_OVERFLOW.
From-SVN: r2052
1992-09-05 02:01:30 +00:00
Torbjorn Granlund 9682683d88 (output_move_double): Use %R to store at auto-incr/decr addr.
(output_move_double): Use %R to store at auto-incr/decr
addr.  Split incr and decr cases for store.

From-SVN: r2051
1992-09-04 21:27:17 +00:00
Richard Stallman 1402d22caa (install): Add semicolon to make an empty command.
(SYSTEM_HEADER_DIR): New variable.
(xlimits.h): New target, broken out from install-limits-h.
Look in SYSTEM_HEADER_DIR for system's limits.h.
(start.encap): Dep on xlimits.h.
(install-limits-h): Install xlimits.h already made.

From-SVN: r2050
1992-09-04 04:40:25 +00:00
Richard Stallman 39fa348549 (setup_save_areas): Don't look at WORDS_BIG_ENDIAN.
From-SVN: r2049
1992-09-03 23:25:40 +00:00
Richard Stallman f2a02c3a1d (IDENTIFIER_LIMBO_VALUE): New macro.
(struct lang_identifier): New field limbo_value.

From-SVN: r2048
1992-09-03 22:13:44 +00:00
Michael Meissner 207f537628 properly close comment.
From-SVN: r2047
1992-09-03 18:28:12 +00:00
Richard Stallman 1ac7d389a5 If we find a link pointing to ., make a similar link to ., not a link to an absolute name.
If we find a link pointing to ., make a similar
link to ., not a link to an absolute name.
(stdio.h): Change stdio.h to use stdarg.h to get va_list.

When link points to a dir $dirname outside $INPUT,
copy that dir into $LIB/root$dirname.  Translate the link itself
into a link to that new dir.  Make a file DONE in each treetop dir
so no treetop is scanned twice.  Improve progress messages.

From-SVN: r2046
1992-09-03 08:55:41 +00:00
Richard Stallman cc6fc442d8 (process_command): Correct for spaz by patch, installing last change.
From-SVN: r2045
1992-09-03 08:40:32 +00:00
Richard Stallman 86543c6e28 (SYSTEM_HEADER_DIR): Overridden.
From-SVN: r2044
1992-09-03 07:23:31 +00:00
Richard Stallman 058d85217a (main): Use new loop var J to avoid conflict with I.
From-SVN: r2043
1992-09-03 07:15:21 +00:00
Richard Stallman 9233f8ce48 (insert_save_restore): Correct test for
determining whether multiple registers can be saved.

From-SVN: r2042
1992-09-03 07:13:23 +00:00
Richard Stallman 960e4c1cea Comment syntax fix.
From-SVN: r2041
1992-09-03 06:47:05 +00:00
Torbjorn Granlund 90989852ca (casesi): Use match_dup for second mention of operand 4.
From-SVN: r2040
1992-09-03 05:49:58 +00:00
Richard Stallman 20eec2c268 (default_compilers): Add missing comma between strings, so that traditional compilers can compile gcc.c.
(default_compilers): Add missing comma between strings, so
that traditional compilers can compile gcc.c.
(main): Don't pass strcpy or strlen a NULL pointer if some of the
spec strings in default_compilers are NULL.
(validate_all_switches): Don't dereference a NULL pointer if some of
the spec strings in defalut_compilers are NULL.

From-SVN: r2039
1992-09-02 23:19:20 +00:00
Jeff Law c515799cd1 caller-save.c (init_caller_save): If we were unable to find a simple insn which meets all its constraints to save...
* caller-save.c (init_caller_save): If we were unable to
	find a simple insn which meets all its constraints to save
	and restore with a single insn in a mode, then set
	regno_save_mode to VOIDmode to insure that this mode is never
	used to caller-save the	current register.

From-SVN: r2038
1992-09-02 17:08:44 -06:00
Richard Stallman c07c29b98c (find_reloads): If have any earlyclobbers, don't let any reloads overlap with them.
(find_reloads): If have any earlyclobbers, don't let any
reloads overlap with them.  Make everything RELOAD_OTHER.

From-SVN: r2037
1992-09-02 21:21:19 +00:00
Brendan Kehoe 301a5c0b57 (default_compilers, ".C" and ".ii"): Pass `+e*' into cc1plus.
(process_command): Allow +e[012] to be passed down into cc1plus.

From-SVN: r2036
1992-09-02 16:10:54 -04:00
Jim Wilson 82b5625880 (SImode ldd peepholes): Add `f' to constraints.
From-SVN: r2035
1992-09-02 11:25:15 -07:00
Jim Wilson 1e59a3f81a (handle_pragma_token): Delete.
From-SVN: r2034
1992-09-02 10:45:35 -07:00
Jim Wilson 743ff6783a (HANDLE_PRAGMA): Delete.
From-SVN: r2033
1992-09-02 10:45:11 -07:00
Tom Wood 80d0abe9ad Drop \v in last change.
From-SVN: r2032
1992-09-02 16:38:37 +00:00
Jim Wilson f36e573d24 Change the location of the Sun bundled C compiler (for backup defaults).
From-SVN: r2031
1992-09-02 09:34:08 -07:00
Tom Wood 883a42e5ad (MOVE_MAX): Express in bytes not bits.
From-SVN: r2030
1992-09-02 16:10:04 +00:00