- 15 Apr, 1998 9 commits
-
-
* errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer than a pointer. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r19226
John Carr committed -
From-SVN: r19225
Jeffrey A Law committed -
* configure: Define DEFAULT_M4 by searching PATH. * Makefile.in: Use DEFAULT_M4. Forgot to commit Makefile.in for this change. From-SVN: r19223
Jeff Law committed -
From-SVN: r19222
Michael Meissner committed -
* fixincludes: discard empty C++ comments, as found in sys/time.h on hpux-11.0. From-SVN: r19221
K. Richard Pixley committed -
* config/m68k/m68k.md (adddi3, subdi3): Optimize for constant operand. From-SVN: r19220
Andreas Schwab committed -
8 * emit-rtl.c (operand_subword): Rework slightly to avoid bogus warning from previous change. From-SVN: r19219
Jeff Law committed -
� * emit-rtl.c (operand_subword): Rework slightly to avoid bogus warning from previous change. From-SVN: r19218
Jeff Law committed -
From-SVN: r19217
Craig Burley committed
-
- 14 Apr, 1998 14 commits
-
-
* alpha.md: Revert Oct 27 change, as it is superceeded by Kenner's Nov 8 find_replacement change. Move decls of get_unaligned_address * alpha.h: ... here. From-SVN: r19216
Richard Henderson committed -
* function.c (assign_parms): Initialize unsignedp before passing its pointer to promote_mode. From-SVN: r19215
John Carr committed -
From-SVN: r19214
Jeff Law committed -
* genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND. (write_test_expr): Allow MATCH_INSN. From-SVN: r19213
John Carr committed -
From-SVN: r19212
Paul Eggert committed -
From-SVN: r19211
Jeff Law committed -
* mips.md (reload_outdi): Change the scratch mode from DImode to TImode. New variable scratch, used instead of operand[2] in template. Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P. From-SVN: r19210
Jim Wilson committed -
From-SVN: r19209
Michael Meissner committed -
* configure: Define DEFAULT_M4 by searching PATH. * Makfile.in: Use DEFAULT_M4. From-SVN: r19208
Krister Walfridsson committed -
From-SVN: r19207
Krister Walfridsson committed -
* svr4.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC. (ASM_FINISH_DECLARE_OBJECT): Likewise. From-SVN: r19206
Jeffrey A Law committed -
* Makefile.in: auto-host.h renamed from auto-config.h. All references changed. (distclean): Remove auto-build.h too. * configure.in: Rename host autoconf generated file to auto-host.h. If host != build, then run autoconf to generate auto-build.h for the build machine and include it in build_xm_files. Check for wait.h and sys/wait.h. From-SVN: r19205
Jeffrey A Law committed -
8 * combine.c (simplify_rtx, case TRUNCATE): Respect value of TRULY_NOOP_TRUNCATION. From-SVN: r19204
Jeff Law committed -
� * combine.c (simplify_rtx, case TRUNCATE): Respect value of TRULY_NOOP_TRUNCATION. From-SVN: r19203
Jeff Law committed
-
- 13 Apr, 1998 5 commits
-
-
From-SVN: r19199
Jason Merrill committed -
x Fri Apr 10 12:16:49 1998 Benjamin Kosnik <bkoz@loony.cygnus.com> * decl.c (duplicate_decls): Don't warn for redundant decls if friend: let add_friend take care of it. Fixes g++/15307 From-SVN: r19198
Benjamin Kosnik committed -
� Fri Apr 10 12:16:49 1998 Benjamin Kosnik <bkoz@loony.cygnus.com> * decl.c (duplicate_decls): Don't warn for redundant decls if friend: let add_friend take care of it. Fixes g++/15307 From-SVN: r19197
Benjamin Kosnik committed -
From-SVN: r19196
Jason Merrill committed -
From-SVN: r19176
Jeff Law committed
-
- 12 Apr, 1998 10 commits
-
-
From-SVN: r19155
Jeff Law committed -
From-SVN: r19154
Alexandre Oliva committed -
From-SVN: r19153
Jeffrey A Law committed -
for options -nodstdlib and -nodefaultlibs. From-SVN: r19152
Catherine Moore committed -
* c-common.c (decl_attributes, record_function_format, check_format_info, init_function_format_info): Add support for strftime format checking. (enum format_type): New type. (record_function_format): Now static, and takes value of type enum format_type instead of int. (time_char_table): New constant. (struct function_format_info): format_type member renamed from is_scan. (check_format_info): Use `warning' rather than sprintf followed by `warning', to avoid mishandling `%' in warnings. Change `pedwarn' to `warning', since these warnings do not necessarily mean the program does not conform to the C Standard, as the code need not be executed. * c-tree.h (record_function_format): Remove decl; no longer extern. * extend.texi: Add documentation for strftime format checking. From-SVN: r19151
Paul Eggert committed -
* mips/ecoffl.h: Do not include mips.h. * mips/elf.h: Likewise. From-SVN: r19150
Jeffrey A Law committed -
* configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. * mips/ecoff.h: Include "mips/mips.h". From-SVN: r19149
Jeffrey A Law committed -
From-SVN: r19142
Jeff Law committed -
From-SVN: r19141
Jeff Law committed -
From-SVN: r19140
Jeff Law committed
-
- 11 Apr, 1998 2 commits
-
-
From-SVN: r19112
Jeffrey A Law committed -
* cse.c (count_reg_usage): Correctly handle REG_NONNEG notes. (delete_trivially_dead_insns): Renamed from delete_dead_from_cse. * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns instead of delete_dead_from_cse. Also call delete_trivially_dead_insns between loop optimization passes. * rtl.h: Updated appropriately. From-SVN: r19100
Jeffrey A Law committed
-