OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(expand_inline_function): Handle CONCAT as rtl for parm.
rms [Fri, 5 Nov 1993 06:57:43 +0000 (06:57 +0000)]
(expand_inline_function): Handle CONCAT as rtl for parm.
(copy_rtx_and_substitute): For subreg, handle case where the reg
inside turns into a CONCAT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6006 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(gen_highpart): If arg is function value hard reg,
rms [Fri, 5 Nov 1993 06:56:12 +0000 (06:56 +0000)]
(gen_highpart): If arg is function value hard reg,
return a subreg of it (as in gen_lowpart_common).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6005 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoComment change.
rms [Fri, 5 Nov 1993 06:49:53 +0000 (06:49 +0000)]
Comment change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6004 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_call): Discard __ prefix like _ or __x.
rms [Fri, 5 Nov 1993 06:41:10 +0000 (06:41 +0000)]
(expand_call): Discard __ prefix like _ or __x.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6003 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(strength_reduce): Ignore initial value if it is the wrong mode.
kenner [Fri, 5 Nov 1993 00:05:02 +0000 (00:05 +0000)]
(strength_reduce): Ignore initial value if it is the wrong mode.
(record_initial): Don't ignore any set of the register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6002 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(movdf): Don't have reload choose alternative of loading a constant
kenner [Fri, 5 Nov 1993 00:02:52 +0000 (00:02 +0000)]
(movdf): Don't have reload choose alternative of loading a constant
into a GPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6001 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(find_reloads, case 'o'): A pseudo is not always an offsettable memref.
kenner [Fri, 5 Nov 1993 00:00:08 +0000 (00:00 +0000)]
(find_reloads, case 'o'): A pseudo is not always an offsettable memref.
(find_reloads): If we reload a constant into a register via memory, count it
as two reloads.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6000 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_inline_function): Don't call
rms [Thu, 4 Nov 1993 23:12:17 +0000 (23:12 +0000)]
(expand_inline_function): Don't call
push_temp_slots, free_temp_slots, and pop_temp_slots when handling
parameters, because they might end up in a temp slot.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5999 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
kenner [Thu, 4 Nov 1993 20:00:34 +0000 (20:00 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5998 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_enum): Undo previous change.
rms [Thu, 4 Nov 1993 19:39:42 +0000 (19:39 +0000)]
(finish_enum): Undo previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5997 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_enum): Always make an enum signed if it will fit.
rms [Thu, 4 Nov 1993 19:38:34 +0000 (19:38 +0000)]
(finish_enum): Always make an enum signed if it will fit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5996 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_function_start): If not optimizing, ensure we mark context
kenner [Thu, 4 Nov 1993 18:29:59 +0000 (18:29 +0000)]
(expand_function_start): If not optimizing, ensure we mark context
display regs as live for the entire function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5995 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(assemble_variable): Set DECL_IN_TEXT_SECTION somewhat earlier.
rms [Thu, 4 Nov 1993 18:21:23 +0000 (18:21 +0000)]
(assemble_variable): Set DECL_IN_TEXT_SECTION somewhat earlier.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5994 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(cse_insn): Call `invalidate' also for STRICT_LOW_PART and
rms [Thu, 4 Nov 1993 08:30:30 +0000 (08:30 +0000)]
(cse_insn):  Call `invalidate' also for STRICT_LOW_PART and
ZERO_EXTRACT (three places).
(invalidate_from_clobbers): Likewise (two places).
(cse_around_loop): Likewise.
(invalidate_skipped_set): Likewise.
(cse_set_around_loop): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5993 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(DECL_IN_TEXT_SECTION): New macro.
rms [Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)]
(DECL_IN_TEXT_SECTION): New macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5992 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(assemble_variable): Set DECL_IN_TEXT_SECTION.
rms [Thu, 4 Nov 1993 08:21:53 +0000 (08:21 +0000)]
(assemble_variable): Set DECL_IN_TEXT_SECTION.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5991 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.
rms [Thu, 4 Nov 1993 08:21:35 +0000 (08:21 +0000)]
(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5990 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(build_function_call): Initialize fundecl to 0.
rms [Thu, 4 Nov 1993 05:00:24 +0000 (05:00 +0000)]
(build_function_call): Initialize fundecl to 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5989 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): More of previous change.
rms [Wed, 3 Nov 1993 21:18:49 +0000 (21:18 +0000)]
(output_move_double): More of previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5988 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): Fix up the test for overlap
rms [Wed, 3 Nov 1993 21:16:16 +0000 (21:16 +0000)]
(output_move_double): Fix up the test for overlap
of source address with operands[0].

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5987 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(REGISTER_MOVE_COST): Decrease cost for move from
tege [Wed, 3 Nov 1993 21:09:55 +0000 (21:09 +0000)]
(REGISTER_MOVE_COST): Decrease cost for move from
SHIFT_REGS to avoid regclass overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5986 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(regclass): Consider commutativity even when
rms [Wed, 3 Nov 1993 20:36:59 +0000 (20:36 +0000)]
(regclass): Consider commutativity even when
one arg is a constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5985 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_divmod): Use target as copy_to_suggested_reg
rms [Wed, 3 Nov 1993 20:24:18 +0000 (20:24 +0000)]
(expand_divmod): Use target as copy_to_suggested_reg
argument only if it has the same mode as op0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5984 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(safe_write, safe_read): Really use arg DESC.
rms [Wed, 3 Nov 1993 20:11:16 +0000 (20:11 +0000)]
(safe_write, safe_read): Really use arg DESC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5983 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(safe_read): New function.
rms [Wed, 3 Nov 1993 20:09:56 +0000 (20:09 +0000)]
(safe_read): New function.
(main, finclude, check_precompiled): Use safe_read.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5982 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(check_format_info): Make warning nicer for mismatch of int vs long, etc.
rms [Wed, 3 Nov 1993 20:09:12 +0000 (20:09 +0000)]
(check_format_info): Make warning nicer for mismatch of int vs long, etc.
Don't warn if field width is an unsigned int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5981 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(exit): Fix declaration of _exit.
rms [Wed, 3 Nov 1993 20:08:08 +0000 (20:08 +0000)]
(exit): Fix declaration of _exit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5980 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(dbxout_type): Print `-2' instead of `0037777777776'
rms [Wed, 3 Nov 1993 09:48:51 +0000 (09:48 +0000)]
(dbxout_type): Print `-2' instead of `0037777777776'
for an enumeration constant whose value is -2;
otherwise, GDB 4.11 rejects the type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5979 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoMake more robust in two places.
bothner [Wed, 3 Nov 1993 08:14:02 +0000 (08:14 +0000)]
Make more robust in two places.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5978 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(safe_read): New function.
rms [Tue, 2 Nov 1993 23:06:29 +0000 (23:06 +0000)]
(safe_read): New function.
(process_aux_info_file, edit_file): Use safe_read.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5977 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(do_spec_1): Use spec_version for %v, not version_string.
rms [Tue, 2 Nov 1993 23:05:13 +0000 (23:05 +0000)]
(do_spec_1): Use spec_version for %v, not version_string.
Distinguish %v1 and %v2.
(default_compilers): For __GNUC_MINOR__, use %v2.
For __GNUC__ and __GNUG__, use %v1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5976 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDon't fix /**/ in X11 files; unnecessary
ian [Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)]
Don't fix /**/ in X11 files; unnecessary

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5975 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4].
rms [Tue, 2 Nov 1993 19:26:16 +0000 (19:26 +0000)]
(sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4].
(rpc/svc.h): Avoid nested comments [Ultrix 4.3].
(stdio.h, stdlib.h): Fixed getopt prototypes to match POSIX.2
[DEC Alpha OSF/1 1.3].

Fix <sys/limits.h> like <limits.h>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5974 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(init_optabs): Function `ffs' takes `int', not mode that is
kenner [Tue, 2 Nov 1993 12:19:58 +0000 (12:19 +0000)]
(init_optabs): Function `ffs' takes `int', not mode that is
BITS_PER_WORD wide.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5973 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(edit_file): Use safe_write.
rms [Tue, 2 Nov 1993 08:30:37 +0000 (08:30 +0000)]
(edit_file): Use safe_write.
(safe_write): New subroutine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5972 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude tconfig.h.
rms [Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)]
Include tconfig.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5971 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUnquote 'f' in #define _IO. Fix elf.h like
rms [Tue, 2 Nov 1993 04:15:40 +0000 (04:15 +0000)]
Unquote 'f' in #define _IO.  Fix elf.h like
elf_abi.h.  For Irix 5.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5970 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(setjmp.h): Don't require siglongjmp and sigsetjmp.
rms [Tue, 2 Nov 1993 03:21:17 +0000 (03:21 +0000)]
(setjmp.h):  Don't require siglongjmp and sigsetjmp.
They need sigjmp_buf, and are missing on many systems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5969 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd set_attr for "length" when we are going to split an insn at output time.
kenner [Mon, 1 Nov 1993 23:52:43 +0000 (23:52 +0000)]
Add set_attr for "length" when we are going to split an insn at output time.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5968 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bdn/bdz): Fix typo in checking for when we need to split.
kenner [Mon, 1 Nov 1993 23:35:01 +0000 (23:35 +0000)]
(bdn/bdz): Fix typo in checking for when we need to split.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5967 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mulsi3): Make alternatives be "mq" and "no_mq" instead of "power" and
kenner [Mon, 1 Nov 1993 20:44:25 +0000 (20:44 +0000)]
(mulsi3): Make alternatives be "mq" and "no_mq" instead of "power" and
"powerpc".  Only allow one pattern (either with or without the clobber
of MQ) to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5966 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(stmp-fixproto): Print a notice that warnings and errors
rms [Mon, 1 Nov 1993 20:22:53 +0000 (20:22 +0000)]
(stmp-fixproto): Print a notice that warnings and errors
from fixproto are normal.
(distdir): Avoid spurious output from gcc.texi version number check.
(diff): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5965 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDon't remove /**/ from X11/xmd.h.
ian [Mon, 1 Nov 1993 20:19:12 +0000 (20:19 +0000)]
Don't remove /**/ from X11/xmd.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5964 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(divhisi3, udivhisi3, modhisi3, umodhi3): Comment out.
rms [Mon, 1 Nov 1993 17:44:19 +0000 (17:44 +0000)]
(divhisi3, udivhisi3, modhisi3, umodhi3): Comment out.
(divhisi3, udivhisi3, modhisi3, umodhi3 recognizers): Comment out.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5963 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_decl_init): If CONST_DECL, don't generate any code, but call
kenner [Mon, 1 Nov 1993 12:38:45 +0000 (12:38 +0000)]
(expand_decl_init): If CONST_DECL, don't generate any code, but call
expand_expr if DECL_INITIAL is a constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5962 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(synth_mult): When factoring T, break from loop after first factor.
tege [Mon, 1 Nov 1993 11:18:32 +0000 (11:18 +0000)]
(synth_mult): When factoring T, break from loop after first factor.
(expand_mult): Increase max cost to 12 again.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5961 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(safe_write): New function.
rms [Mon, 1 Nov 1993 07:07:46 +0000 (07:07 +0000)]
(safe_write): New function.
(write_output): Use safe_write.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5960 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(do_ident): Substitute macros and output here.
rms [Mon, 1 Nov 1993 06:38:43 +0000 (06:38 +0000)]
(do_ident): Substitute macros and output here.
(directive_table): Turn off the pass_thru field for #ident.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5959 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(extzv, and its recognizer): If width is 32, don't set CC_NOT_NEGATIVE.
rms [Sun, 31 Oct 1993 23:26:07 +0000 (23:26 +0000)]
(extzv, and its recognizer): If width is 32, don't set CC_NOT_NEGATIVE.
If width is variable, clear the CC status.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5958 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(shorten_compare): Undo previous change.
rms [Sun, 31 Oct 1993 20:19:31 +0000 (20:19 +0000)]
(shorten_compare): Undo previous change.
Instead, just suppress warnings if both args are constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5957 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(do_store_flag): For equality test of a single bit, use
wilson [Sun, 31 Oct 1993 18:33:12 +0000 (18:33 +0000)]
(do_store_flag): For equality test of a single bit, use
subtarget instead of target in calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5956 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): Extend the special case
rms [Sun, 31 Oct 1993 18:11:13 +0000 (18:11 +0000)]
(output_move_double): Extend the special case
for *--sp = sp[N] to handle 12 bytes as well as 8 bytes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5955 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(shorten_compare): Do nothing if both args constant.
rms [Sun, 31 Oct 1993 03:13:52 +0000 (03:13 +0000)]
(shorten_compare): Do nothing if both args constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5954 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(convert_move): When extending to multi-word register
rms [Sun, 31 Oct 1993 03:04:16 +0000 (03:04 +0000)]
(convert_move): When extending to multi-word register
via its low word, clobber the whole thing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5953 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRe-add hitachi to list of companies not to treat as OS names.
rms [Sun, 31 Oct 1993 02:47:34 +0000 (02:47 +0000)]
Re-add hitachi to list of companies not to treat as OS names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5952 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): Extend the special case
rms [Sat, 30 Oct 1993 22:11:45 +0000 (22:11 +0000)]
(output_move_double): Extend the special case
for *--sp = sp[N] to handle 12 bytes as well as 8 bytes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5951 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
kenner [Sat, 30 Oct 1993 21:19:15 +0000 (21:19 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5950 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd H3050/RX support.
kenner [Sat, 30 Oct 1993 21:17:31 +0000 (21:17 +0000)]
Add H3050/RX support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5949 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_dbra): Fix argument number in addi at end.
rms [Sat, 30 Oct 1993 20:33:33 +0000 (20:33 +0000)]
(output_dbra): Fix argument number in addi at end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5948 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mulsidi3 patterns): Fix typo, LSHIFTRT was ASHIFT.
rms [Sat, 30 Oct 1993 20:30:46 +0000 (20:30 +0000)]
(mulsidi3 patterns): Fix typo, LSHIFTRT was ASHIFT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5947 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRemove duplicately-installed change.
kenner [Sat, 30 Oct 1993 16:10:53 +0000 (16:10 +0000)]
Remove duplicately-installed change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5946 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(enum built_in_function): Added END_BUILTINS to delimit
rms [Sat, 30 Oct 1993 15:42:52 +0000 (15:42 +0000)]
(enum built_in_function):  Added END_BUILTINS to delimit
standard from language-specific builtins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5945 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(convert_and_check): Don't warn converting 0xff
rms [Sat, 30 Oct 1993 08:34:05 +0000 (08:34 +0000)]
(convert_and_check): Don't warn converting 0xff
to a signed char, etc., unless pedantic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5944 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_function): If rest_of_compilation set DECL_INITIAL
rms [Sat, 30 Oct 1993 08:33:30 +0000 (08:33 +0000)]
(finish_function): If rest_of_compilation set DECL_INITIAL
to null, leave it null.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5943 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rest_of_compilation): When an `extern inline' is not
rms [Sat, 30 Oct 1993 08:33:12 +0000 (08:33 +0000)]
(rest_of_compilation): When an `extern inline' is not
really inline, clear DECL_INITIAL so we don't complain about
a subsequent non-extern definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5942 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mainversion): New variable.
rms [Sat, 30 Oct 1993 07:40:59 +0000 (07:40 +0000)]
(mainversion): New variable.
(distdir): Use mainversion when verifying gcc.texi has been updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5941 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(assign_parms): If parmreg is a CONCAT, handle the
rms [Sat, 30 Oct 1993 06:04:50 +0000 (06:04 +0000)]
(assign_parms): If parmreg is a CONCAT, handle the
case where stack_parm is 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5940 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(store_bit_field): When calling operand_subword_force,
rms [Sat, 30 Oct 1993 06:04:18 +0000 (06:04 +0000)]
(store_bit_field): When calling operand_subword_force,
if VALUE has a non-void mode, pass that mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5939 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(do_jump): Use do_jump_by_parts_equality for complex compares.
rms [Sat, 30 Oct 1993 06:03:36 +0000 (06:03 +0000)]
(do_jump): Use do_jump_by_parts_equality for complex compares.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5938 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(HAVE_PUTENV): Defined.
rms [Sat, 30 Oct 1993 05:50:56 +0000 (05:50 +0000)]
(HAVE_PUTENV): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5937 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(sys/stat.h): Don't change definitions into
rms [Sat, 30 Oct 1993 03:09:02 +0000 (03:09 +0000)]
(sys/stat.h): Don't change definitions into
prototypes if they may already be in prototype form.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5936 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(LIB_SPEC): Use -lieee if -mieee-fp.
rms [Fri, 29 Oct 1993 20:51:28 +0000 (20:51 +0000)]
(LIB_SPEC): Use -lieee if -mieee-fp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5935 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoFix indentation.
rms [Fri, 29 Oct 1993 20:43:16 +0000 (20:43 +0000)]
Fix indentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5934 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(LINK_SPEC): Pass -no_unresolved if -call_shared.
kenner [Fri, 29 Oct 1993 17:04:11 +0000 (17:04 +0000)]
(LINK_SPEC): Pass -no_unresolved if -call_shared.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5933 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(addsf3, subsf3, mulsf3, divsf3): Put POWERPC first, then POWER.
kenner [Fri, 29 Oct 1993 16:55:00 +0000 (16:55 +0000)]
(addsf3, subsf3, mulsf3, divsf3): Put POWERPC first, then POWER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5932 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago({DBX,SDB,MIPS}_DEBUGGING_INFO): Turn off until working.
kenner [Fri, 29 Oct 1993 16:52:48 +0000 (16:52 +0000)]
({DBX,SDB,MIPS}_DEBUGGING_INFO): Turn off until working.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5931 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDefine HAVE_PUTENV for AIX PS/2.
kenner [Fri, 29 Oct 1993 16:15:08 +0000 (16:15 +0000)]
Define HAVE_PUTENV for AIX PS/2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5930 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd support for coff-based ctor/dtor handling.
kenner [Fri, 29 Oct 1993 15:49:33 +0000 (15:49 +0000)]
Add support for coff-based ctor/dtor handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5929 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(gen-protos.o, scan.o, fix-header.o, scan-decls.o):
kenner [Fri, 29 Oct 1993 11:52:14 +0000 (11:52 +0000)]
(gen-protos.o, scan.o, fix-header.o, scan-decls.o):
Add rule to compile using $(HOST_CC).
Show using hconfig.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5928 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(check_methods_accessible): Fix bug in -Wno-protocol. Reset chain to
kenner [Fri, 29 Oct 1993 01:33:07 +0000 (01:33 +0000)]
(check_methods_accessible): Fix bug in -Wno-protocol.  Reset chain to
bottom class for each search.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5927 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(init): Remove extraneous pop_momentary in error case.
kenner [Fri, 29 Oct 1993 01:30:29 +0000 (01:30 +0000)]
(init): Remove extraneous pop_momentary in error case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5926 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(ENCODE_SECTION_INFO): Use DECL_RTL for DECLs.
kenner [Thu, 28 Oct 1993 22:43:31 +0000 (22:43 +0000)]
(ENCODE_SECTION_INFO): Use DECL_RTL for DECLs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5925 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(emit_move_sequence): Fix typo, `Pmode' was `mode'.
tege [Thu, 28 Oct 1993 00:58:04 +0000 (00:58 +0000)]
(emit_move_sequence): Fix typo, `Pmode' was `mode'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5924 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(NO_DOLLAR_IN_LABEL): Undefined.
rms [Wed, 27 Oct 1993 23:35:43 +0000 (23:35 +0000)]
(NO_DOLLAR_IN_LABEL): Undefined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5923 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(cse_insn): When using src_related, copy the rtx.
rms [Wed, 27 Oct 1993 23:22:38 +0000 (23:22 +0000)]
(cse_insn): When using src_related, copy the rtx.
Likewise for src_eqv_here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5922 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_pending_init_elements): Don't crash if
rms [Wed, 27 Oct 1993 21:42:09 +0000 (21:42 +0000)]
(output_pending_init_elements): Don't crash if
constructor_unfilled_fields is 0.

(build_c_cast): When making union constructor,
copy TREE_CONSTANT from the given value.
(initializer_constant_valid_p): Special handling for "constant"
union constructor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5921 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(define_function_unit): Add missing blank lines.
kenner [Wed, 27 Oct 1993 21:24:53 +0000 (21:24 +0000)]
(define_function_unit): Add missing blank lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5920 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bsd/sys/wait.h): Undo previous change.
rms [Wed, 27 Oct 1993 18:15:53 +0000 (18:15 +0000)]
(bsd/sys/wait.h): Undo previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5919 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(ASM_GENERATE_INTERNAL_LABEL)
rms [Wed, 27 Oct 1993 18:05:30 +0000 (18:05 +0000)]
(ASM_GENERATE_INTERNAL_LABEL)
(ASM_OUTPUT_INTERNAL_LABEL): #if 0 deleted, to reenable these.
(NO_DOT_IN_LABEL): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5918 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(print_node_brief): Use unsigned char to print
rms [Wed, 27 Oct 1993 06:40:44 +0000 (06:40 +0000)]
(print_node_brief): Use unsigned char to print
the bytes of a real constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5917 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_assignment): Use duplicate instead of dup as bytecode op.
rms [Wed, 27 Oct 1993 06:39:01 +0000 (06:39 +0000)]
(expand_assignment): Use duplicate instead of dup as bytecode op.
(bc_expand_expr): Likewise.
(bc_expand_constructor): Likewise.

(emit_move_insn_1): Don't call group_insns when X is a CONCAT.
(emit_move_insn_1, case CONJ_EXPR and COMPLEX_EXPR): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5916 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRename dup to duplicate.
rms [Wed, 27 Oct 1993 06:14:56 +0000 (06:14 +0000)]
Rename dup to duplicate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5915 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(NO_DOLLAR_IN_LABEL): Defined.
rms [Wed, 27 Oct 1993 04:01:32 +0000 (04:01 +0000)]
(NO_DOLLAR_IN_LABEL): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5914 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude hconfig.h.
kenner [Wed, 27 Oct 1993 01:53:53 +0000 (01:53 +0000)]
Include hconfig.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5913 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude hconfig.h.
kenner [Wed, 27 Oct 1993 01:53:30 +0000 (01:53 +0000)]
Include hconfig.h.
Remove unused #ifdef OLD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5912 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDelete duplicate definition of "buf".
kenner [Wed, 27 Oct 1993 01:52:20 +0000 (01:52 +0000)]
Delete duplicate definition of "buf".
Include hconfig.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5911 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(deduced.h): Add -I. and -I$(srcdir).
rms [Wed, 27 Oct 1993 01:49:41 +0000 (01:49 +0000)]
(deduced.h): Add -I. and -I$(srcdir).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5910 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
rms [Tue, 26 Oct 1993 23:32:59 +0000 (23:32 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5909 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoTreat __PARAGON__ like __SVR4__.
rms [Tue, 26 Oct 1993 23:30:07 +0000 (23:30 +0000)]
Treat __PARAGON__ like __SVR4__.
(va_dcl) [__PARAGON__]: Declare va_alist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5908 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(___builtin_saveregs): New alternative for __PARAGON__.
rms [Tue, 26 Oct 1993 23:29:45 +0000 (23:29 +0000)]
(___builtin_saveregs): New alternative for __PARAGON__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5907 138bc75d-0d04-0410-961f-82ee72b054a4