OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
bwilson [Tue, 11 Jun 2002 03:38:32 +0000 (03:38 +0000)]
    * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
        targets if not optimizing.

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

21 years ago * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
sayle [Tue, 11 Jun 2002 03:19:58 +0000 (03:19 +0000)]
* toplev.c (rest_of_compilation): Revert flag_if_conversion change.

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

21 years ago * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
zack [Mon, 10 Jun 2002 22:35:56 +0000 (22:35 +0000)]
* Makefile.in (MACHMODE_H): Add @extra_modes_file@.
* configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
exists, substitute its pathname as @extra_modes_file@, define
EXTRA_MODES_FILE to be an appropriate string to #include it
with, and define EXTRA_CC_MODES to 1.

* machmode.def: Update comments.  Include EXTRA_MODES_FILE if
it's defined.  Get rid of redundancy in calling sequence for
CC; don't use it to define CCmode, to avoid a warning.
* libgcc2.c: Include symcat.h for the sake of machmode.def.

* arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
New files.
* arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.

* doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
defining extra CC modes.

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

21 years ago2002-06-10 Roger Sayle <roger@eyesopen.com>
sayle [Mon, 10 Jun 2002 22:33:08 +0000 (22:33 +0000)]
2002-06-10  Roger Sayle  <roger@eyesopen.com>
    Andreas Jaeger <aj@suse.de>

* cfgrtl.c (create_basic_block_structure):  Remove index argument
and use last_basic_block++ instead.  (create_basic_block): Update.
* cfgbuild.c (find_basic_blocks_1): Likewise.

* cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
* haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
* sched-ebb.c (schedule_ebbs): Likewise.
* sched-rgn.c (schedule_insns): Likewise.
* ssa-ccp.c (ssa_const_prop): Likewise.
* ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
* toplev.c (rest_of_compilation): Likewise.
* config/ia64/ia64.c (ia64_reorg): Likewise.

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

21 years ago * simplify-rtx.c (simplify_replace_rtx): Allow replacement
sayle [Mon, 10 Jun 2002 22:29:14 +0000 (22:29 +0000)]
* simplify-rtx.c (simplify_replace_rtx): Allow replacement
of matching registers.

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

21 years ago * toplev.c (rest_of_compilation): Disable early if-conversion pass.
sayle [Mon, 10 Jun 2002 22:26:45 +0000 (22:26 +0000)]
* toplev.c (rest_of_compilation): Disable early if-conversion pass.
* gcse.c (bypass_conditional_jumps): Fix typo in setcc test.

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

21 years ago * config/mmix/mmix.h: Improve comments.
hp [Mon, 10 Jun 2002 22:23:03 +0000 (22:23 +0000)]
* config/mmix/mmix.h: Improve comments.
(CPP_SPEC, CPP_PREDEFINES): Don't define.
(TARGET_CPU_CPP_BUILTINS): Define.
(CANONICALIZE_COMPARISON): Don't define, replace with comment.
(PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
unused predicate.
* config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
compiler warning.
(mmix_constant_address_p): Remove another
redundant test before case.
(mmix_canonicalize_comparison): Remove unused function.
(mmix_print_operand_address): Don't test and adjust for operand in
non-canonical format.
(mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
(mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.

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

21 years ago * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
zack [Mon, 10 Jun 2002 22:20:47 +0000 (22:20 +0000)]
* config/m32r/m32r.h: Don't define SELECT_CC_MODE.
* config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
* config/m32r/m32r.c: Don't define m32r_select_cc_mode.
(gen_compare): Use CCmode unconditionally.

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

21 years ago PR optimization/6759
jakub [Mon, 10 Jun 2002 22:07:45 +0000 (22:07 +0000)]
PR optimization/6759
* cse.c (cse_insn): Fold src_eqv just once, store it folded back into
the REQ_EQUAL note.

* g++.dg/opt/cse1.C: New test.

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

21 years ago PR c/6660
jakub [Mon, 10 Jun 2002 21:52:43 +0000 (21:52 +0000)]
PR c/6660
* c-decl.c (grokfield): Allow user defined types if they declare
structs or unions for unnamed fields.

* gcc.dg/20020527-1.c: New test.

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

21 years ago PR c/6809
jakub [Mon, 10 Jun 2002 21:50:10 +0000 (21:50 +0000)]
PR c/6809
* print-rtl.c (print_mem_expr): Don't crash on unnamed fields.

* gcc.dg/20020530-1.c: New test.

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

21 years ago PR optimization/6842
jakub [Mon, 10 Jun 2002 21:47:45 +0000 (21:47 +0000)]
PR optimization/6842
* combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
operand subreg cannot be simplified.

* gcc.dg/20020531-1.c: New test.

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

21 years ago * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
jakub [Mon, 10 Jun 2002 21:43:26 +0000 (21:43 +0000)]
* varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
(compare_constant): Likewise.
(output_addressed_constants): Likewise.

* g++.dg/opt/vt1.C: New test.

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

21 years ago * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
jakub [Mon, 10 Jun 2002 21:36:15 +0000 (21:36 +0000)]
* cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
merge bb with itself.

* gcc.c-torture/compile/20020605-1.c: New test.

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

21 years ago * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
rth [Mon, 10 Jun 2002 21:04:29 +0000 (21:04 +0000)]
    * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
        (builtin_zapnot): Likewise.

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

21 years ago * config/alpha/ev5.md: Don't combine shift and mvi insns in one
rth [Mon, 10 Jun 2002 21:03:33 +0000 (21:03 +0000)]
    * config/alpha/ev5.md: Don't combine shift and mvi insns in one
        reservation.

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

21 years ago * acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT_ancilliary): Reorder and
ljrittle [Mon, 10 Jun 2002 20:52:12 +0000 (20:52 +0000)]
* acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT_ancilliary): Reorder and
include all required headers for test against older POSIX standard.
(GLIBCPP_CHECK_SETRLIMIT): Likewise.
(ac_setrlimit): Likewise.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/testsuite_hooks.cc: Reorder and include all
required headers for use against older POSIX standard.

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

21 years ago2002-06-10 Eric Christopher <echristo@redhat.com>
echristo [Mon, 10 Jun 2002 20:00:54 +0000 (20:00 +0000)]
2002-06-10  Eric Christopher  <echristo@redhat.com>

* config/i386/i386.c (ix86_osf_output_function_prologue): Remove
prototype and function.
(TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
(call_insn_operand): Remove half pic references.
(legitimate_address_p): Ditto.
* config/i386/i386.h: Remove half pic defines.

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

21 years agoFix typo in comment.
rth [Mon, 10 Jun 2002 19:35:27 +0000 (19:35 +0000)]
Fix typo in comment.

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

21 years ago2002-06-10 Eric Christopher <echristo@redhat.com>
echristo [Mon, 10 Jun 2002 19:12:10 +0000 (19:12 +0000)]
2002-06-10  Eric Christopher  <echristo@redhat.com>

* doc/extend.texi (Return Address): Add note explaining the side-
effects of inlining on __builtin_return_address.

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

21 years ago * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
tromey [Mon, 10 Jun 2002 18:54:31 +0000 (18:54 +0000)]
* Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
(c-common.o): Depend on langhooks.h.

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

21 years ago * cpphash.h (_cpp_read_logical_line_trad,
neil [Mon, 10 Jun 2002 17:20:30 +0000 (17:20 +0000)]
* cpphash.h (_cpp_read_logical_line_trad,
_cpp_expansions_different_trad): Update prototypes.
* cpplex.c (continue_after_nul): New.
* cppmain.c: Include cpphash.h.
(scan_translation_unit_trad): New.
(cpp_preprocess_file): Call it.
* cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
overlay.
(_cpp_expansions_different_trad): Update prototype.

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

21 years ago Fix cfi generation for SH[1-4]:
amylaar [Mon, 10 Jun 2002 17:15:13 +0000 (17:15 +0000)]
Fix cfi generation for SH[1-4]:

* sh.c (frame_insn): New function.
(output_stack_adjust): Add parameter emit_fn.  All callers changed.
(push): Now returns rtx.  Use frame_insn.
(sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
of a DF register.
* sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.

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

21 years ago * include/private/gc_locks.h (GC_test_and_set): Support
hboehm [Mon, 10 Jun 2002 17:10:21 +0000 (17:10 +0000)]
* include/private/gc_locks.h (GC_test_and_set): Support
Linux/mips.
(GC_TEST_AND_SET_DEFINED): Likewise.

* include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
Linux/mips.
(DATAEND): Likewise.
(LINUX_STACKBOTTOM): Likewise.
(STACKBOTTOM): Removed for Linux/mips.

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

21 years ago * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
zack [Mon, 10 Jun 2002 16:58:36 +0000 (16:58 +0000)]
* Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
and gtype-desc.c.
(mostlyclean): Delete specs.h, options.h, gencheck.h here...
(distclean): ... not here.  But do delete all testsuite/*.log,
testsuite/*.sum files here.  Delete mkheaders.  Delete
po/*.gmo and the testsuite directory in a split tree build.

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

21 years ago * alias.c (static_reg_base_value): New to hold RTL for
law [Mon, 10 Jun 2002 16:32:45 +0000 (16:32 +0000)]
* alias.c (static_reg_base_value): New to hold RTL for
items allocated once per function for the aliasing code.
(init_alias_once_per_function): Initialize static_reg_base_value.
(init_alias_analysis): Avoid throw-away allocations of RTL by
using pre-computed values in static_reg_base_value.
* function.c (prepare_function_start): Call
init_alias_once_per_function appropriately.
* rtl.h (init_alias_once_per_function): Declare.
* caller-save (init_caller_save): Restructure slightly to
avoid lots of silly RTL generation.
* expr.c (init_expr_once): Likewise.
* reload1.c (reload_cse_regs_1): Allocate throw-away register
RTL object here.  Pass it into children.
(reload_cse_simplify_operands): Use passed-in register RTL
object.
(reload_cse_simplify): Pass through throw-away register
RTL object.

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

21 years ago2002-06-10 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 10 Jun 2002 13:37:24 +0000 (13:37 +0000)]
2002-06-10  Daniel Berlin  <dberlin@dberlin.org>

* Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.

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

21 years ago * gcc.c (process_command): Avoid assignment to read-only location.
rsandifo [Mon, 10 Jun 2002 12:27:55 +0000 (12:27 +0000)]
* gcc.c (process_command): Avoid assignment to read-only location.
Fix sizeof calculation.

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

21 years agoDaily bump.
gccadmin [Mon, 10 Jun 2002 07:23:14 +0000 (07:23 +0000)]
Daily bump.

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

21 years ago * cpphash.h (struct cpp_macro): Put comments on their own lines.
neil [Mon, 10 Jun 2002 06:03:13 +0000 (06:03 +0000)]
* cpphash.h (struct cpp_macro): Put comments on their own lines.
(_cpp_expansions_different_trad): New.
* cppmacro.c (warn_of_redefinition): Fix for traditional case.
* cpptrad.c (canonicalize_text): New.
(scan_out_logical_line): Handle no arguments correctly.
(save_replacement_text): Commit memory when finished.
(_cpp_expansions_different_trad): New.

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

21 years ago Don't use RTL inlining. Fix for PR java/6820.
bryce [Mon, 10 Jun 2002 05:11:42 +0000 (05:11 +0000)]
Don't use RTL inlining. Fix for PR java/6820.
* lang.c (LANG_HOOKS_POST_OPTIONS): Define.
(flag_really_inline): New.
(java_decode_option): Set flag_really_inline if -finline-functions
is seen.
(java_post_options): New function. Turn off inlining unless
flag_really_inline is set.

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

21 years ago * configure.host: Disable hash synchronization and slow_pthread_self
bryce [Mon, 10 Jun 2002 03:50:41 +0000 (03:50 +0000)]
* configure.host: Disable hash synchronization and slow_pthread_self
for cygwin.

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

21 years ago * gjavah.c (throwable_p): Accept argument as either a classname or
bryce [Mon, 10 Jun 2002 03:47:36 +0000 (03:47 +0000)]
* gjavah.c (throwable_p): Accept argument as either a classname or
signature fragment. Create null-terminated classname string for super
when calling itself recursively.
(decode_signature_piece): Skip first character from class name
signature when calling throwable_p.

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

21 years agoAdd more cscope data files
zack [Mon, 10 Jun 2002 02:36:06 +0000 (02:36 +0000)]
Add more cscope data files

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

21 years agoFixes to make treelang worg with PCH gengtype.c changes.
timjosling [Mon, 10 Jun 2002 00:56:49 +0000 (00:56 +0000)]
Fixes to make treelang worg with PCH gengtype.c changes.

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

21 years agoMake configure.in check that languages specified were found.
timjosling [Sun, 9 Jun 2002 23:33:49 +0000 (23:33 +0000)]
Make configure.in check that languages specified were found.

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

21 years ago * Makefile.in (install-driver): Install driver as
geoffk [Sun, 9 Jun 2002 23:20:08 +0000 (23:20 +0000)]
* Makefile.in (install-driver): Install driver as
$(target_alias)-gcc-$(version).
* gcc.c (spec_version): Make const.
(process_command): Handle -V and -b by using exec.
* doc/invoke.texi (Target Options): Restore -V option,
update docs for -b option.

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

21 years agoForgot to commit on Friday.
law [Sun, 9 Jun 2002 22:45:01 +0000 (22:45 +0000)]
Forgot to commit on Friday.

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

21 years agoDoc fixes for treelang, in gcc/doc directory.
timjosling [Sun, 9 Jun 2002 22:40:14 +0000 (22:40 +0000)]
Doc fixes for treelang, in gcc/doc directory.

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

21 years ago * config/cris/cris.c: Include ggc.h
hp [Sun, 9 Jun 2002 20:44:26 +0000 (20:44 +0000)]
* config/cris/cris.c: Include ggc.h

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

21 years ago * cpphash.h (_cpp_push_text_context): Update.
neil [Sun, 9 Jun 2002 20:04:17 +0000 (20:04 +0000)]
* cpphash.h (_cpp_push_text_context): Update.
(_cpp_arguments_ok): New.
* cppmacro.c (_cpp_arguments_ok): New, split out from...
(collect_args): ...here.
(_cpp_push_text_context): Change inputs.
* cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
replace_args_and_push): New.
(lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
Don't use IS macros directly.
(scan_out_logical_line): Handle function-like macro argument
collection.
(push_replacement_text): Update.
(replacement_length): Remove.
(_cpp_create_trad_definition): Don't skip whitespace before
checking for '('.

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

21 years ago * config/avr/avr.c (avr_mcu_types): Update for new devices.
marekm [Sun, 9 Jun 2002 18:06:10 +0000 (18:06 +0000)]
* config/avr/avr.c (avr_mcu_types): Update for new devices.
* config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
(LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
* config/avr/avr.md ("type" and "length" attributes): New type
"xcall", length 1 or 2 if AVR_MEGA.  Use in all patterns that
output a single "call" or "rcall" insn depending on device size.
* config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.

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

21 years ago- Add PROCESSOR_DEFAULT64 changelog entry.
dje [Sun, 9 Jun 2002 17:25:49 +0000 (17:25 +0000)]
- Add PROCESSOR_DEFAULT64 changelog entry.

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

21 years ago- Add PROCESSOR_DEFAULT64 as well.
dje [Sun, 9 Jun 2002 17:24:45 +0000 (17:24 +0000)]
- Add PROCESSOR_DEFAULT64 as well.

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

21 years ago * encoding.c (objc_layout_structure_next_member): Remove unused
aj [Sun, 9 Jun 2002 16:46:01 +0000 (16:46 +0000)]
* encoding.c (objc_layout_structure_next_member): Remove unused
variable.

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

21 years ago * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
dje [Sun, 9 Jun 2002 15:05:09 +0000 (15:05 +0000)]
    * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
        synonym for 630.  Add power4.  Remove embedded processors.  Use -m604
        assembler option.
        (CPP_CPU_SPEC): Add power3 and power4.
        (PROCESSOR_DEFAULT): Change to 604e.
        * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
        (CPP_CPU_SPEC): Similar additions.
        (enum process_type): Add POWER4.
        (RTX_COSTS): Add POWER4.
        (CPP_CPU_SPEC): Similar additions.
        * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
        * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
        (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
        branch adjustment.
        (rs6000_issue_rate): Add Power4.
        * config/rs6000/rs6000.md (cpu attr): Add power4.
        (iu compare): Remove 604, 604e, 620, 630.
        Add basic Power4 scheduling information.
        (mfcr/mtcrf): Change type attribute to cr_logical.

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

21 years agoDaily bump.
gccadmin [Sun, 9 Jun 2002 07:20:22 +0000 (07:20 +0000)]
Daily bump.

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

21 years ago * gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add
ghazi [Sun, 9 Jun 2002 02:40:08 +0000 (02:40 +0000)]
* gengtype.h (error_at_line): Use PARAMS, not VPARAMS.  Add
ATTRIBUTE_PRINTF_2.
* gengtype-lex.l: Fix format specifier warning.

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

21 years ago * genautomata.c: Don't include ctype.h or limits.h. Use ISSPACE,
ghazi [Sun, 9 Jun 2002 02:12:21 +0000 (02:12 +0000)]
* genautomata.c: Don't include ctype.h or limits.h.  Use ISSPACE,
not isspace.
* gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
lieu of isspace/IDchar.
* gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
* read-rtl.c: Likewise for ctype.h.  Don't define ISDIGIT or
ISSPACE.

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

21 years ago* configure.in (vax-*-netbsd*): Re-enable gas.
thorpej [Sun, 9 Jun 2002 01:34:39 +0000 (01:34 +0000)]
* configure.in (vax-*-netbsd*): Re-enable gas.

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

21 years ago * Makefile.in (LIBCPP_OBJS): Take out version.o.
zack [Sun, 9 Jun 2002 00:26:31 +0000 (00:26 +0000)]
* Makefile.in (LIBCPP_OBJS): Take out version.o.
* cpphash.h (cpp_reader): Take out print_version member.
* cppinit.c: (cpp_handle_option): Don't do anything with
-version.  Just set help_only for --version, --target-help.
Just set verbose option for -v.
(cpp_post_options): Don't print a version string.

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

21 years ago * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
marekm [Sat, 8 Jun 2002 20:38:15 +0000 (20:38 +0000)]
* config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
(avr_section_type_flags): New, handle .noinit* sections.

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

21 years ago* config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
thorpej [Sat, 8 Jun 2002 17:51:28 +0000 (17:51 +0000)]
* config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
and include netbsd_entry_point.
(SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
(NETBSD_ENTRY_POINT): Define.

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

21 years ago* config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
thorpej [Sat, 8 Jun 2002 17:47:20 +0000 (17:47 +0000)]
* config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
if not already defined.
(EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.

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

21 years ago * config/avr/avr.c (avr_regs_to_save): No need to save any registers
marekm [Sat, 8 Jun 2002 17:25:43 +0000 (17:25 +0000)]
* config/avr/avr.c (avr_regs_to_save): No need to save any registers
in a noreturn function.
(avr_output_function_prologue, avr_output_function_epilogue):
Correct function size calculation.  Do not crash on empty function.
(avr_output_function_epilogue): No need for epilogue after a BARRIER.

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

21 years ago* config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
thorpej [Sat, 8 Jun 2002 17:23:40 +0000 (17:23 +0000)]
* config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
netbsd_link_spec and netbsd_entry_point.
(LINK_SPEC): Use %(netbsd_link_spec).
(NETBSD_ENTRY_POINT): Define.

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

21 years ago2002-06-08 H.J. Lu (hjl@gnu.org)
hjl [Sat, 8 Jun 2002 16:34:39 +0000 (16:34 +0000)]
2002-06-08  H.J. Lu  (hjl@gnu.org)

* jcf-path.c (jcf_path_init): Allocate 1 more byte for string.

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

21 years ago* config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
thorpej [Sat, 8 Jun 2002 16:31:14 +0000 (16:31 +0000)]
* config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
linker emulation.
(LINK_ARCH64_SPEC): Likewise.
(LINK_SPEC, NETBSD_ENTRY_POINT): Define.
(SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.

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

21 years ago2002-06-08 Paolo Carlini <pcarlini@unitus.it>
bkoz [Sat, 8 Jun 2002 15:14:56 +0000 (15:14 +0000)]
2002-06-08  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/backwards/strstream_members.cc: New.

2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>

* include/backwards/strstream: Format.
* src/strstream.cc: Format.

2002-06-08  Andreas Schwab  <schwab@suse.de>

* src/strstream.cc (strstreambuf::overflow): Set _M_buf,
_M_buf_size and _M_buf_size_opt to the new buffer and size.

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

21 years ago * lists.c (free_list): Fix typo in comment.
espie [Sat, 8 Jun 2002 14:10:01 +0000 (14:10 +0000)]
* lists.c (free_list):  Fix typo in comment.

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

21 years ago * lcm.c (optimize_mode_switching): Add unused attribute for
aj [Sat, 8 Jun 2002 14:06:55 +0000 (14:06 +0000)]
* lcm.c (optimize_mode_switching): Add unused attribute for
variable.

* sched-deps.c (sched_analyze): Remove unused variable.

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

21 years ago2002-06-08 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 8 Jun 2002 14:03:03 +0000 (14:03 +0000)]
2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>

* config/os/generic/bits/ctype_noninline.h: Tweak format.

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

21 years ago * diagnostic.def: Don't capitalize diagnostic descriptors.
gdr [Sat, 8 Jun 2002 11:25:28 +0000 (11:25 +0000)]
* diagnostic.def: Don't capitalize diagnostic descriptors.

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

21 years ago* config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
thorpej [Sat, 8 Jun 2002 07:31:42 +0000 (07:31 +0000)]
* config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
(LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
(NETBSD_ENTRY_POINT): Define.

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

21 years agoDaily bump.
gccadmin [Sat, 8 Jun 2002 07:17:41 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago* config/i386/netbsd-elf.h (LINK_SPEC): Define as
thorpej [Sat, 8 Jun 2002 06:38:02 +0000 (06:38 +0000)]
* config/i386/netbsd-elf.h (LINK_SPEC): Define as
NETBSD_LINK_SPEC_ELF.
(SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
(NETBSD_ENTRY_POINT): Define.
* config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
(SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
netbsd_entry_point.
(NETBSD_ENTRY_POINT): Define.

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

21 years ago* config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
thorpej [Sat, 8 Jun 2002 06:13:35 +0000 (06:13 +0000)]
* config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
netbsd_link_spec and netbsd_entry_point.
(LINK_SPEC): Use %(netbsd_link_spec).
(NETBSD_ENTRY_POINT): Define.

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

21 years ago* config/netbsd-elf.h (LINK_SPEC): Rename to...
thorpej [Sat, 8 Jun 2002 06:07:11 +0000 (06:07 +0000)]
* config/netbsd-elf.h (LINK_SPEC): Rename to...
(NETBSD_LINK_SPEC_ELF): ...this.  Use %(netbsd_entry_point)
to specify program entry point.

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

21 years ago * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
law [Sat, 8 Jun 2002 01:51:22 +0000 (01:51 +0000)]
* emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
* combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
than creating a new register.
(distribute_notes): Likewise.
* df.c (df_reg_use_gen): Likewise.
(df_reg_clobber_gen): Likewise.
(df_ref_record): Likewise.
* expr.c (use_regs): Likewise.
* flow.c (propagate_one_insn): Likewise.
(mark_set_1): Likewise.
(mark_used_reg): Likewise.
* reload.c (emit_reload_insns): Likewise.

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

21 years ago * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
sayle [Fri, 7 Jun 2002 23:50:31 +0000 (23:50 +0000)]
* simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
(ne (comp x y) 0) into (comp x y) where comp is a comparison code.
Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
comparison code comp can be reversed.

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

21 years ago * fold-const.c (fold) [EQ_EXPR]: Place both integer and real
sayle [Fri, 7 Jun 2002 23:42:53 +0000 (23:42 +0000)]
* fold-const.c (fold) [EQ_EXPR]:  Place both integer and real
constants last in comparisons.  Optimize (x+1.0)>0.0 into the
equivalent x > -1.0 when -ffast-math.

* gcc.dg/20020607-2.c: New test case.

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

21 years ago* config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
thorpej [Fri, 7 Jun 2002 23:31:05 +0000 (23:31 +0000)]
* config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
* config/mips/t-netbsd: New file.

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

21 years ago * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
zack [Fri, 7 Jun 2002 22:24:30 +0000 (22:24 +0000)]
* cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
options their own entries.
(parse_option): Clarify comment.
(cpp_handle_option): Remove 'ignore' parameter and OPT_W
special case.  Replace if/strcmp chain for -W options with
use of new OPT_* entries for them.
(cpp_handle_options): Update to match.
* cpplib.h: Remove last parameter to cpp_handle_option from prototype.
* c-decl.c, cp/decl2.c: Update call to cpp_handle_option.

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

21 years ago * src/locale-inst.cc (__codecvt_abstract_base):
ljrittle [Fri, 7 Jun 2002 22:06:38 +0000 (22:06 +0000)]
* src/locale-inst.cc (__codecvt_abstract_base):
Put inside _GLIBCPP_USE_WCHAR_T ifdef.
* include/bits/istream.tcc (basic_istream): Ditto.
(ws) Ditto.
(operator>>) Ditto.
* include/bits/ostream.tcc (basic_ostream): Ditto.
(endl): Ditto.
(ends): Ditto.
(flush): Ditto.
(operator<<): Ditto.

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

21 years agotest for PR 6950
jason [Fri, 7 Jun 2002 21:32:57 +0000 (21:32 +0000)]
test for PR 6950

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

21 years ago2002-06-07 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 7 Jun 2002 20:25:04 +0000 (20:25 +0000)]
2002-06-07  Phil Edwards  <pme@gcc.gnu.org>

* mkcheck.in:  Link against local testsuite library.
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit):  Move null
implementation out...
* testsuite/testsuite_hooks.cc:  ...to here.

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

21 years ago2002-06-07 Akim Demaille <akim@epita.fr>
geoffk [Fri, 7 Jun 2002 19:19:42 +0000 (19:19 +0000)]
2002-06-07  Akim Demaille  <akim@epita.fr>

* gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
Whitespace changes.

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

21 years ago * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
law [Fri, 7 Jun 2002 18:00:44 +0000 (18:00 +0000)]
    * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
        on empty lists.

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

21 years ago* gensupport.c: Fix misspelling.
kraai [Fri, 7 Jun 2002 17:59:18 +0000 (17:59 +0000)]
* gensupport.c: Fix misspelling.

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

21 years ago2002-06-07 H.J. Lu (hjl@gnu.org)
hjl [Fri, 7 Jun 2002 17:14:56 +0000 (17:14 +0000)]
2002-06-07  H.J. Lu  (hjl@gnu.org)

* configure.in: Add --enable-__cxa_atexit.
* configure: Regenerated.
* config.in: Likewise.

* defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
not defined.

2002-06-07  H.J. Lu  (hjl@gnu.org)

* decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.

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

21 years ago * diagnostic.c (diagnostic_build_prefix): Fix initialization.
gdr [Fri, 7 Jun 2002 16:35:52 +0000 (16:35 +0000)]
* diagnostic.c (diagnostic_build_prefix): Fix initialization.

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

21 years ago * gcc.c-torture/compile/20020604-1.c: New test.
jakub [Fri, 7 Jun 2002 16:28:57 +0000 (16:28 +0000)]
* gcc.c-torture/compile/20020604-1.c: New test.

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

21 years ago* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
thorpej [Fri, 7 Jun 2002 16:12:43 +0000 (16:12 +0000)]
* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.

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

21 years ago * cppexp.c (num_equality_op): Use a temporary variable to work
jason [Fri, 7 Jun 2002 13:29:17 +0000 (13:29 +0000)]
    * cppexp.c (num_equality_op): Use a temporary variable to work
        around gcc 3.0.4 bug.

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

21 years ago * diagnostic.c (diagnostic_build_prefix): Tidy.
gdr [Fri, 7 Jun 2002 13:00:43 +0000 (13:00 +0000)]
* diagnostic.c (diagnostic_build_prefix): Tidy.

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

21 years agoDaily bump.
gccadmin [Fri, 7 Jun 2002 07:17:30 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
neil [Fri, 7 Jun 2002 06:26:32 +0000 (06:26 +0000)]
* cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
scan_parameters, save_replacement_text, replacement_length): New.
(scan_out_logical_line): Take a macro and save parameters if
non-NULL.
(_cpp_logical_line_trad): Update.
(_cpp_create_trad_definition): Update to handle function-like
macros.
* cpplex.c (new_buff): Update.
(struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
* cpphash.h: ...here.
(CPP_ALIGN2, _cpp_save_parameter): New.
* cppmacro.c (save_parameter): Rename, export.
(parse_params): Update.

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

21 years ago * config/mmix/mmix.c: Remove extra broken prototype for
aj [Fri, 7 Jun 2002 05:21:47 +0000 (05:21 +0000)]
* config/mmix/mmix.c: Remove extra broken prototype for
mmix_init_machine_status.

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

21 years ago * gengtype.c: Add comments before all the routines.
geoffk [Fri, 7 Jun 2002 02:15:39 +0000 (02:15 +0000)]
* gengtype.c: Add comments before all the routines.

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

21 years ago* config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
thorpej [Fri, 7 Jun 2002 00:58:44 +0000 (00:58 +0000)]
* config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
from and add t-sh64 to ${tmake_file}.
(sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
* config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
* config/sh/t-netbsd-sh5-32: Remove.
* config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
MULTILIB_ENDIAN.
(MULTILIB_DIRNAMES): Define.

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

21 years ago * i386.md (and promoting splitters): Disable QI to SImode promoting
hubicka [Thu, 6 Jun 2002 21:20:43 +0000 (21:20 +0000)]
* i386.md (and promoting splitters): Disable QI to SImode promoting
when doing so changes immediate to be 32bit.

* rtl.h (emit_*_scope): Declare.
* emit-rtl.c (emit_*_scope): New global functions.
(try_split): Copy scope.
* ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
noce_process_if_block, find_cond_trap): Copy scopes.
* recog.c (peephole2_optimize): likewise.

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

21 years ago * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
law [Thu, 6 Jun 2002 21:13:42 +0000 (21:13 +0000)]
* h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.

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

21 years ago2002-06-06 Adam Megacz <adam@xwt.org>
megacz [Thu, 6 Jun 2002 20:39:37 +0000 (20:39 +0000)]
2002-06-06  Adam Megacz <adam@xwt.org>

        * java/io/natFileDescriptorWin32.cc (open): Disable Win32 file
        locking, just like the Sun JVM does.

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

21 years ago * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
amylaar [Thu, 6 Jun 2002 20:08:13 +0000 (20:08 +0000)]
* gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".

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

21 years ago * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
ro [Thu, 6 Jun 2002 20:03:04 +0000 (20:03 +0000)]
* Makefile.in (TEXI_GCCINSTALL_FILES): Define.
($(docdir)/gccinstall.info): New target.
(info): Depend on it.
(gccinstall.dvi): New target.
(dvi): Depend on it.
* doc/.cvsignore: Ignore new info files.
* doc/install.texi (@setfilename): Reflect new info filename.

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

21 years ago * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
amylaar [Thu, 6 Jun 2002 15:14:39 +0000 (15:14 +0000)]
* sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
on an UNSPEC.

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

21 years ago* src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
uweigand [Thu, 6 Jun 2002 12:51:23 +0000 (12:51 +0000)]
* src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.

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

21 years ago* hashtab.h (htab): Rearrange new members for backward
dj [Thu, 6 Jun 2002 12:42:06 +0000 (12:42 +0000)]
* hashtab.h (htab): Rearrange new members for backward
compatibility.
(htab_create): Don't use a macro that requires other headers.

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

21 years agoFixed regression in the ObjC compiler which was failing on simple C code
nicola [Thu, 6 Jun 2002 09:27:22 +0000 (09:27 +0000)]
Fixed regression in the ObjC compiler which was failing on simple C code
due to missing language hooks

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

21 years agoDefine some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SET
nicola [Thu, 6 Jun 2002 09:25:48 +0000 (09:25 +0000)]
Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SET
and LANG_HOOKS_SAFE_FROM_P

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