platform/upstream/gcc.git
22 years ago* configure.in: Eliminate ${gasdir} variable.
Nathanael Nerode [Wed, 19 Jun 2002 17:39:21 +0000 (17:39 +0000)]
* configure.in: Eliminate ${gasdir} variable.

From-SVN: r54786

22 years ago* Makefile.in (QMTEST_DIR): Simplify definition.
Mark Mitchell [Wed, 19 Jun 2002 16:09:21 +0000 (16:09 +0000)]
* Makefile.in (QMTEST_DIR): Simplify definition.

From-SVN: r54783

22 years agostd_cwchar.h: Guard.
Benjamin Kosnik [Wed, 19 Jun 2002 15:19:53 +0000 (15:19 +0000)]
std_cwchar.h: Guard.

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

* include/c/std_cwchar.h: Guard. Add mbstate_t bits.
* include/c/std_cwctype.h: Guard.

* libsupc++/eh_alloc.cc: Tweak include order.
* libsupc++/pure.cc: Use cstdio.
* libsupc++/new_op.cc: Remove malloc forward declaration, as
cstdlib brings it in. Use std::malloc.

* src/Makefile.am (sources): Remove cmath.cc.
* src/Makefile.in: Regenerate.
* src/cmath.cc: Remove.

From-SVN: r54782

22 years ago* g++.dg/opt/vt1.C: Fix regexp.
Jakub Jelinek [Wed, 19 Jun 2002 14:45:06 +0000 (16:45 +0200)]
* g++.dg/opt/vt1.C: Fix regexp.

From-SVN: r54781

22 years ago(CUMULATIVE_ARGS): Replace typedef with #define.
Nick Clifton [Wed, 19 Jun 2002 10:00:42 +0000 (10:00 +0000)]
(CUMULATIVE_ARGS): Replace typedef with #define.

From-SVN: r54779

22 years agoDaily bump.
GCC Administrator [Wed, 19 Jun 2002 07:19:42 +0000 (07:19 +0000)]
Daily bump.

From-SVN: r54776

22 years agocpphash.h (struct cpp_reader): Make date and time strings.
Neil Booth [Wed, 19 Jun 2002 05:40:08 +0000 (05:40 +0000)]
cpphash.h (struct cpp_reader): Make date and time strings.

* cpphash.h (struct cpp_reader): Make date and time strings.
(_cpp_builtin_macro_text, _cpp_copy_replacement_text,
_cpp_replacement_text_len): New.
* cppinit.c (cpp_create_reader): Update.
(init_builtins): Register appropriate builtins for -traditional-cpp.
* cppmacro.c (new_number_token): Remove.
(_cpp_builtin_macro_text): New.
(builtin_macro): Use it.
(cpp_macro_definition): Update to handle traditional macros.
* cppmain.c (cb_line_change): Don't do column positioning for
traditional output.
* cpptrad.c (enum ls): Rename ls_fun_macro to ls_fun_open.  New
state ls_fun_close.
(skip_whitespace): Fix.
(maybe_start_funlike): Don't set state.parsing_args.
(scan_out_logical_line): Remove duplicate error.  Use lex_state
rather than state.parsing_args.
(push_replacement_text): Handle builtins.
(_cpp_replacement_text_len, _cpp_copy_replacement_text): New.

From-SVN: r54771

22 years agoconfigure.target: Force mips to use the generic cpu routines.
Phil Edwards [Wed, 19 Jun 2002 01:30:39 +0000 (01:30 +0000)]
configure.target: Force mips to use the generic cpu routines.

2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

* configure.target:  Force mips to use the generic cpu routines.

From-SVN: r54769

22 years agofp-bit.c (_fpmul_parts, [...]): Mark with attribute __always_inline__.
Hans-Peter Nilsson [Wed, 19 Jun 2002 00:51:03 +0000 (00:51 +0000)]
fp-bit.c (_fpmul_parts, [...]): Mark with attribute __always_inline__.

* config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark with
attribute __always_inline__.

Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
From-SVN: r54768

22 years agopure-1.c: Make functions static again.
Kaveh R. Ghazi [Wed, 19 Jun 2002 00:43:33 +0000 (00:43 +0000)]
pure-1.c: Make functions static again.

* gcc.c-torture/execute/pure-1.c: Make functions static again.
Don't use attribute `noinline'.

From-SVN: r54767

22 years agomerge from src
Dave Brolley [Tue, 18 Jun 2002 21:58:44 +0000 (17:58 -0400)]
merge from src

From-SVN: r54766

22 years agoxtensa.h (FUNCTION_PROFILER): Respect flag_pic when generating the call to _mcount.
Bob Wilson [Tue, 18 Jun 2002 21:18:46 +0000 (21:18 +0000)]
xtensa.h (FUNCTION_PROFILER): Respect flag_pic when generating the call to _mcount.

        * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
        when generating the call to _mcount.
        (NO_PROFILE_COUNTERS): Define.

From-SVN: r54765

22 years agoconfigure: Remove garbage from previous commit.
Phil Edwards [Tue, 18 Jun 2002 20:41:47 +0000 (20:41 +0000)]
configure: Remove garbage from previous commit.

2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

* configure:  Remove garbage from previous commit.

From-SVN: r54763

22 years agoprint-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change.
Richard Henderson [Tue, 18 Jun 2002 20:12:13 +0000 (13:12 -0700)]
print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change.

        * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
        2002-06-02 change.

From-SVN: r54762

22 years agoconfigure: For in-source builds, make a subdir and re-exec there.
Phil Edwards [Tue, 18 Jun 2002 20:02:21 +0000 (20:02 +0000)]
configure: For in-source builds, make a subdir and re-exec there.

2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

* configure:  For in-source builds, make a subdir and re-exec there.
* Makefile:  New file.  Pass targets through to build directory.
* .cvsignore:  No longer ignore "Makefile".

From-SVN: r54759

22 years agot-sh (MULTILIB_EXCEPTIONS): Set to ml.
J"orn Rennecke [Tue, 18 Jun 2002 19:56:54 +0000 (19:56 +0000)]
t-sh (MULTILIB_EXCEPTIONS): Set to ml.

* t-sh (MULTILIB_EXCEPTIONS): Set to ml.
config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
* config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
* config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.

From-SVN: r54758

22 years agoconfigure.host: Delete file.
Phil Edwards [Tue, 18 Jun 2002 19:07:12 +0000 (19:07 +0000)]
configure.host: Delete file.

2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

* configure.host:  Delete file.
* configure.target:  More documentation.  Factor out common parts of
script into "intelligent" settings about defaults.  Remove redundancy.

* acinclude.m4:  Update comments.  Do not call configure.host.
(GLIBCPP_ENABLE_SYMVERS):  If disabled, do not bother checking for
libgcc_s.
* configure.in:  Slight reformatting, more comments.  Factor out
"config/" from all the directories.
* docs/html/17_intro/porting.texi:  Update and expand.
* testsuite/Makefile.am (AM_RUNTESTFLAGS):  Move empty setting
from configure.host.

* aclocal.m4, configure, docs/html/17_intro/porting.html,
testsuite/Makefile.in:  Regenerate.

From-SVN: r54757

22 years agosh-protos.h (sh_pr_interrupt): Declare.
J"orn Rennecke [Tue, 18 Jun 2002 19:03:18 +0000 (19:03 +0000)]
sh-protos.h (sh_pr_interrupt): Declare.

* sh-protos.h (sh_pr_interrupt): Declare.
* sh.c (sh_pr_interrupt): New function.
(print_operand, calc_live_regs, sh_expand_prologue): Use it.
(sh_hard_regno_rename_ok): Likewise.
* sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.

From-SVN: r54756

22 years agojavaprims.h: Updated class declaration list.
Tom Tromey [Tue, 18 Jun 2002 17:06:44 +0000 (17:06 +0000)]
javaprims.h: Updated class declaration list.

* gcj/javaprims.h: Updated class declaration list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Removed
BasicMapEntry.java.
* java/util/BasicMapEntry.java: Removed.

From-SVN: r54753

22 years agonatPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET.
Jeff Sturm [Tue, 18 Jun 2002 16:25:00 +0000 (16:25 +0000)]
natPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET.

* java/net/natPlainDatagramSocketImpl.cc (receive):
Check bounds of argument to FD_SET.
(setOption): Throw exception if socket is closed.

* java/net/natPlainSocketImpl.cc (accept, read):
Check bounds of argument to FD_SET.
(setOption): Throw exception if socket is closed.

From-SVN: r54750

22 years agosemantics.c (begin_for_stmt): Push the 'for' scope before adding the FOR_STMT.
Jason Merrill [Tue, 18 Jun 2002 16:21:25 +0000 (12:21 -0400)]
semantics.c (begin_for_stmt): Push the 'for' scope before adding the FOR_STMT.

        * semantics.c (begin_for_stmt): Push the 'for' scope before
        adding the FOR_STMT.

From-SVN: r54749

22 years agortl.def (DEFINE_AUTOMATON): Add description of new options `time' and `v'.
Vladimir Makarov [Tue, 18 Jun 2002 16:18:23 +0000 (16:18 +0000)]
rtl.def (DEFINE_AUTOMATON): Add description of new options `time' and `v'.

2002-06-18  Vladimir Makarov  <vmakarov@redhat.com>

* rtl.def (DEFINE_AUTOMATON): Add description of new options
`time' and `v'.  Fix incorrect description of option `w'.

* doc/md.texi: Ditto.

* genautomata.c (TIME_OPTION, V_OPTION): New macros.
(gen_automata_option): Process the new options.
(transform_2, transform_3): Initialize some variables.
(initiate_automaton_gen): Use the new macros.

From-SVN: r54748

22 years agoC++ ABI changes.
Jason Merrill [Tue, 18 Jun 2002 16:05:31 +0000 (12:05 -0400)]
C++ ABI changes.

        * class.c (build_base_field): Set DECL_PACKED.
        (layout_class_type): Don't use tail padding of PODs.
        * mangle.c (write_unqualified_name): Fix template conversion op
        mangling.

From-SVN: r54747

22 years agojavaprims.h: Updated class declaration list.
Tom Tromey [Tue, 18 Jun 2002 15:40:16 +0000 (15:40 +0000)]
javaprims.h: Updated class declaration list.

* gcj/javaprims.h: Updated class declaration list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added
PropertyPermissionCollection.java.
* java/lang/Thread.java (group, name): Now package-private.
* java/lang/ThreadGroup.java: Re-merge with Classpath.
* java/util/AbstractList.java: Likewise.
* java/util/AbstractMap.java: Likewise.
* java/util/Calendar.java: Likewise.
* java/util/Collections.java: Likewise.
* java/util/HashMap.java: Likewise.
* java/util/Hashtable.java: Likewise.
* java/util/LinkedHashMap.java: Likewise.
* java/util/LinkedList.java: Likewise.
* java/util/List.java: Likewise.
* java/util/ListResourceBundle.java: Likewise.
* java/util/Map.java: Likewise.
* java/util/Observable.java: Likewise.
* java/util/Properties.java: Likewise.
* java/util/PropertyPermission.java: Likewise.
* java/util/PropertyPermissionCollection.java: Likewise.
* java/util/PropertyResourceBundle.java: Likewise.
* java/util/Random.java: Likewise.
* java/util/SimpleTimeZone.java: Likewise.
* java/util/StringTokenizer.java: Likewise.
* java/util/TimerTask.java: Likewise.
* java/util/TreeMap.java: Likewise.
* java/util/WeakHashMap.java: Likewise.
* java/util/jar/Attributes.java: Likewise.
* java/util/jar/JarException.java: Likewise.
* java/util/jar/Manifest.java: Likewise.

From-SVN: r54743

22 years ago* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
Hans-Peter Nilsson [Tue, 18 Jun 2002 15:35:36 +0000 (15:35 +0000)]
* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.

From-SVN: r54741

22 years agomips-protos.h (mips_initial_elimination_offset): Declare.
Richard Sandiford [Tue, 18 Jun 2002 11:23:41 +0000 (11:23 +0000)]
mips-protos.h (mips_initial_elimination_offset): Declare.

* config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
(mips_set_return_address, mips_restore_gp): Declare.
* config/mips/mips.h (struct mips_frame_info): Move to mips.c
(current_frame_info): Remove.
(INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
* config/mips/mips.c: Remove uses of current_frame_info.
(struct mips_frame_info): Moved from mips.h.  Remove 'insns_len'.
(struct machine_function): Add 'frame' and 'insns_len'.
(current_frame_info, zero_frame_info): Remove.
(mips_restore_gp, mips_set_return_address): New.
(mips_initial_elimination_offset): New.
* config/mips/mips.md (exception_receiver): Use mips_restore_gp.
(eh_return define_split): Use mips_set_return_address.

From-SVN: r54738

22 years agoDaily bump.
GCC Administrator [Tue, 18 Jun 2002 07:37:39 +0000 (07:37 +0000)]
Daily bump.

From-SVN: r54737

22 years agocpplib.c (dtable): Update.
Neil Booth [Tue, 18 Jun 2002 06:27:40 +0000 (06:27 +0000)]
cpplib.c (dtable): Update.

* cpplib.c (dtable): Update.
(end_directive): Decrement expansion prevention count.
Clear state.in_expression.
(prepare_directive_trad): Set state.in_expression.
Increment expansion prevention count.
* cpptrad.c (enum ls): New.
(_cpp_overlay_buffer): Set overlaid_buffer.
(_cpp_remove_overlay): Use overlaid_buffer.
(_cpp_read_logcial_line_trad): Update buffer when it might
have changed.
(scan_out_logical_line): Handle state transitions for assertions
and defined() in #if, and for funlike invocations including the
directive case.  Handle '<' and '>' as a quote mechanism in
#include.  Warn about unterminated macro invocations.
* cpphash.h (struct lexer_state): New member in_expression.
(struct cpp_reader): New member overlaid buffer.

From-SVN: r54732

22 years agoarit.c (do_31div, [...]): Mark prototype __always_inline__.
Hans-Peter Nilsson [Tue, 18 Jun 2002 02:55:25 +0000 (02:55 +0000)]
arit.c (do_31div, [...]): Mark prototype __always_inline__.

* config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
__always_inline__.

From-SVN: r54731

22 years agolbasename.c: Add 2002 to copyright.
Douglas B Rupp [Tue, 18 Jun 2002 02:04:33 +0000 (02:04 +0000)]
lbasename.c: Add 2002 to copyright.

2002-06-17  Douglas Rupp  <rupp@gnat.com>

* lbasename.c: Add 2002 to copyright.
(IS_DIR_SEPARATOR): Remove VMS junk.

From-SVN: r54729

22 years agosimd-1.c: New.
Aldy Hernandez [Tue, 18 Jun 2002 01:36:49 +0000 (01:36 +0000)]
simd-1.c: New.

2002-06-16  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.c-torture/execute/simd-1.c: New.

        * gcc.dg/simd-1.c: New.

From-SVN: r54728

22 years agosimd-1.c: New.
Aldy Hernandez [Tue, 18 Jun 2002 01:35:47 +0000 (01:35 +0000)]
simd-1.c: New.

2002-06-16  Aldy Hernandez  <aldyh@redhat.com>

* gcc.c-torture/execute/simd-1.c: New.

* gcc.dg/simd-1.c: New.

* doc/extend.texi (Vector Extensions): Document that we can
specify simd types not specifically supported by the hardware.
Document that simd types can be used as function arguments.
Document that signness does make a difference in SIMD types.
Misc cleanups and revisions to the "vector extensions" section.

* simplify-rtx.c (simplify_subreg): Simplify subregs of vector
constants.

* expr.c (vector_mode_valid_p): New.

* expr.h: Add vector_mode_valid_p.

* defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.

* emit-rtl.c (immed_double_const): Do not abort on vectors.

* c-common.c (type_for_mode): Always build vector nodes regardless
of VECTOR_MODE_SUPPORTED_P.
(handle_mode_attribute): Error if we can't emulate a nonexisting
vector mode.
(handle_vector_size_attribute): Same.

* optabs.c (expand_binop): Open-code vector operations.
(expand_unop): Open-code vector unops.
(expand_vector_binop): New.
(expand_vector_unop): New.

* c-typeck.c (build_binary_op): Allow vectors in binops.
Allow vectors in conditional operatiors.
(build_unary_op): Allow vectors in unary minus.

* config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
TARGET_ALTIVEC.

From-SVN: r54727

22 years ago* config/ia64/ia64.md (doloop_end_internal): Correct rtl.
Alan Modra [Tue, 18 Jun 2002 00:24:51 +0000 (00:24 +0000)]
* config/ia64/ia64.md (doloop_end_internal): Correct rtl.

From-SVN: r54726

22 years ago* gcc.c-torture/execute/20020615-1.c: Correct bug-description.
Hans-Peter Nilsson [Mon, 17 Jun 2002 23:29:39 +0000 (23:29 +0000)]
* gcc.c-torture/execute/20020615-1.c: Correct bug-description.

From-SVN: r54723

22 years ago* doloop.c (doloop_optimize): Extract pattern from insn.
Alan Modra [Mon, 17 Jun 2002 22:45:44 +0000 (22:45 +0000)]
* doloop.c (doloop_optimize): Extract pattern from insn.

From-SVN: r54722

22 years agojavaprims.h: Updated class declaration list.
Tom Tromey [Mon, 17 Jun 2002 21:32:01 +0000 (21:32 +0000)]
javaprims.h: Updated class declaration list.

* gcj/javaprims.h: Updated class declaration list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added new file.
* java/util/EventListenerProxy.java: New file.
* java/util/EventListener.java: Re-merge with Classpath.
* java/util/EventObject.java: Re-merge with Classpath.

From-SVN: r54720

22 years ago* doc/extend.texi (Function Attributes): Remove `,...' from @var.
Matt Kraai [Mon, 17 Jun 2002 21:26:49 +0000 (21:26 +0000)]
* doc/extend.texi (Function Attributes): Remove `,...' from @var.

From-SVN: r54719

22 years agobit.c: Don't include glimits.h.
Jason Thorpe [Mon, 17 Jun 2002 21:21:01 +0000 (21:21 +0000)]
bit.c: Don't include glimits.h.

* bit.c: Don't include glimits.h.
* target.c: Likewise.
* where.h: Likewise.

From-SVN: r54718

22 years ago* libgcc2.c: Do not include symcat.h or machmode.h.
Jeff Law [Mon, 17 Jun 2002 21:08:12 +0000 (15:08 -0600)]
* libgcc2.c: Do not include symcat.h or machmode.h.

From-SVN: r54717

22 years ago* expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.
Richard Henderson [Mon, 17 Jun 2002 20:56:15 +0000 (13:56 -0700)]
* expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.

From-SVN: r54716

22 years ago* dwarfout.c: Include function.h.
Tom Tromey [Mon, 17 Jun 2002 20:22:24 +0000 (20:22 +0000)]
* dwarfout.c: Include function.h.

From-SVN: r54715

22 years agoClassNotFoundException.java: New Classpath version.
Nathanael Nerode [Mon, 17 Jun 2002 19:15:22 +0000 (19:15 +0000)]
ClassNotFoundException.java: New Classpath version.

2002-06-17  Nathanael Nerode  <neroden@twcny.rr.com>

* java/lang/ClassNotFoundException.java: New Classpath version.

From-SVN: r54713

22 years agoprint-rtl.c (print_rtx): Print space before vector, not after.
Andreas Schwab [Mon, 17 Jun 2002 19:13:46 +0000 (19:13 +0000)]
print-rtl.c (print_rtx): Print space before vector, not after.

* print-rtl.c (print_rtx): Print space before vector, not after.
(debug_rtx): Clear sawclose before printing.
(debug_rtx_list): Print newline after each list element.
(debug_rtx_range): Likewise.

From-SVN: r54712

22 years agoActivateFailedException.java: Remerge from Classpath version.
Nathanael Nerode [Mon, 17 Jun 2002 19:11:40 +0000 (19:11 +0000)]
ActivateFailedException.java: Remerge from Classpath version.

* java/rmi/activation/ActivateFailedException.java: Remerge from
Classpath version.
* java/rmi/activation/ActivationException.java: Ditto.
* java/rmi/activation/UnknownGroupException.java: Ditto.
* java/rmi/activation/UnknownObjectException.java: Ditto.
* java/rmi/server/ExportException: Ditto.
* java/rmi/server/ServerCloneException: Ditto.
* java/rmi/server/ServerNotActiveException: Ditto.
* java/rmi/server/SkeletonMismatchException: Ditto.
* java/rmi/server/SkeletonNotFoundException: Ditto.
* java/rmi/server/SocketSecurityException: Ditto.

From-SVN: r54711

22 years agofunction.h (struct function): Rename profile_label_no.
Richard Henderson [Mon, 17 Jun 2002 17:47:22 +0000 (10:47 -0700)]
function.h (struct function): Rename profile_label_no.

        * function.h (struct function) [funcdef_no]: Rename profile_label_no.
        (current_function_funcdef_no): Similarly.
        * function.c (funcdef_no): Similarly.
        (prepare_function_start): Set current_function_funcdef_no.
        (expand_function_start): Don't set current_function_profile_label_no.
        * dwarf2out.h (current_funcdef_number): Remove.
        * dwarf2out.c (current_funcdef_number): Remove.  Replace with
        current_function_funcdef_no throughout.
        * dwarfout.c, vmsdbgout.c: Similarly.
        * except.c (sjlj_funcdef_number): Remove.
        (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
        (output_function_exception_table): Likewise.
        * final.c (profile_function): Use current_function_funcdef_no
        instead of current_function_profile_label_no.

From-SVN: r54709

22 years agoFixed warning in sendmsg.c for forwarding function not returning a value
Nicola Pero [Mon, 17 Jun 2002 17:41:38 +0000 (17:41 +0000)]
Fixed warning in sendmsg.c for forwarding function not returning a value

From-SVN: r54708

22 years agoFixed warning from __objc_get_forward_imp not returning a value
Nicola Pero [Mon, 17 Jun 2002 17:41:11 +0000 (17:41 +0000)]
Fixed warning from __objc_get_forward_imp not returning a value

From-SVN: r54707

22 years agosched-ebb.c (init_ready_list): Check INSN_P first.
Vladimir Makarov [Mon, 17 Jun 2002 17:16:37 +0000 (17:16 +0000)]
sched-ebb.c (init_ready_list): Check INSN_P first.

2002-06-17  Vladimir Makarov  <vmakarov@redhat.com>

* sched-ebb.c (init_ready_list): Check INSN_P first.

From-SVN: r54706

22 years ago* sh.md (divsi3): Update way how to find insns in a sequence.
J"orn Rennecke [Mon, 17 Jun 2002 16:28:29 +0000 (16:28 +0000)]
* sh.md (divsi3): Update way how to find insns in a sequence.

From-SVN: r54705

22 years agoreload1.c (merge_assigned_reloads): Don't change reloads other than RELOAD_FOR_INPUT_...
J"orn Rennecke [Mon, 17 Jun 2002 11:33:20 +0000 (11:33 +0000)]
reload1.c (merge_assigned_reloads): Don't change reloads other than RELOAD_FOR_INPUT_ADDRESS /...

* reload1.c (merge_assigned_reloads): Don't change reloads
other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
to RELOAD_OTHER when there are conflicting input reloads.

From-SVN: r54703

22 years agofunction.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue.
Richard Earnshaw [Mon, 17 Jun 2002 08:42:00 +0000 (08:42 +0000)]
function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue.

* function.c (epilogue_done): Correctly build a sequence of insns for
a sibcall epilogue.

From-SVN: r54702

22 years ago(CUMULATIVE_ARGS): Replace typedef with #define.
Nick Clifton [Mon, 17 Jun 2002 07:49:17 +0000 (07:49 +0000)]
(CUMULATIVE_ARGS): Replace typedef with #define.

From-SVN: r54701

22 years agoDaily bump.
GCC Administrator [Mon, 17 Jun 2002 07:37:18 +0000 (07:37 +0000)]
Daily bump.

From-SVN: r54700

22 years agoReplace gen_sequence with get_insns.
Nick Clifton [Mon, 17 Jun 2002 07:20:15 +0000 (07:20 +0000)]
Replace gen_sequence with get_insns.

From-SVN: r54695

22 years agoi386.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
Richard Henderson [Mon, 17 Jun 2002 04:45:58 +0000 (21:45 -0700)]
i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.

        * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
        of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.

From-SVN: r54694

22 years ago* gcj/javaprims.h: Updated class declaration list.
Tom Tromey [Mon, 17 Jun 2002 04:08:46 +0000 (04:08 +0000)]
* gcj/javaprims.h: Updated class declaration list.

From-SVN: r54693

22 years ago* java/io/LineNumberInputStream.java: Merged with Classpath.
Tom Tromey [Mon, 17 Jun 2002 03:52:24 +0000 (03:52 +0000)]
* java/io/LineNumberInputStream.java: Merged with Classpath.

From-SVN: r54691

22 years agotree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template instantiation.
Richard Henderson [Mon, 17 Jun 2002 00:26:56 +0000 (17:26 -0700)]
tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template instantiation.

        * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
        after template instantiation.
* g++.dg/opt/inline3.C: New.

From-SVN: r54687

22 years ago* MAINTAINERS (Write After Approval): Add self.
Douglas Rupp [Mon, 17 Jun 2002 00:00:24 +0000 (00:00 +0000)]
* MAINTAINERS (Write After Approval): Add self.

From-SVN: r54686

22 years ago* MAINTAINERS (Write After Approval): Add self.
Douglas Rupp [Sun, 16 Jun 2002 22:02:48 +0000 (22:02 +0000)]
* MAINTAINERS (Write After Approval): Add self.

From-SVN: r54684

22 years agoregclass.c (globalize_reg): Update regs_invalidated_by_call.
Richard Henderson [Sun, 16 Jun 2002 21:52:45 +0000 (14:52 -0700)]
regclass.c (globalize_reg): Update regs_invalidated_by_call.

        * regclass.c (globalize_reg): Update regs_invalidated_by_call.
* gcc.dg/20020616-1.c: New.

From-SVN: r54681

22 years agoRuntimeException.java: Re-merge with Classpath.
Tom Tromey [Sun, 16 Jun 2002 21:15:44 +0000 (21:15 +0000)]
RuntimeException.java: Re-merge with Classpath.

* java/lang/RuntimeException.java: Re-merge with Classpath.
* java/util/ArrayList.java: Likewise.
* java/util/Arrays.java: Likewise.
* java/util/BitSet.java: Likewise.
* java/util/Dictionary.java: Likewise.
* java/util/IdentityHashMap.java: Likewise.
* java/util/MissingResourceException.java: Likewise.
* java/util/Observer.java: Likewise.
* java/util/TooManyListenersException.java: Likewise.
* java/util/zip/DataFormatException.java: Likewise.
* java/util/zip/ZipException.java: Likewise.

From-SVN: r54680

22 years agoconfig.gcc: Add an i386/sysv4-cpp.h.
Neil Booth [Sun, 16 Jun 2002 21:13:11 +0000 (21:13 +0000)]
config.gcc: Add an i386/sysv4-cpp.h.

* config.gcc: Add an i386/sysv4-cpp.h.  Remove i386-aout.h from
vxworks.
config/i386:
* i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES.
* linux64.h: Use TARGET_OS_CPP_BUILTINS rather than
CPP_PREDEFINES and part of CPP_SPEC.
i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h,
vsta.h, vxi386.h, win32.h: Similarly.
* sysv4-cpp.h: New.

From-SVN: r54679

22 years agoAccessException.java: Remerge from Classpath.
Nathanael Nerode [Sun, 16 Jun 2002 20:55:56 +0000 (20:55 +0000)]
AccessException.java: Remerge from Classpath.

2002-06-16  Nathanael Nerode  <neroden@twcny.rr.com>

* java/rmi/AccessException.java: Remerge from Classpath.
* java/rmi/AlreadyBoundException.java: Ditto.
* java/rmi/ConnectException.java: Ditto.
* java/rmi/ConnectIOException.java: Ditto.
* java/rmi/MarshalException.java: Ditto.
* java/rmi/NoSuchObjectException.java: Ditto.
* java/rmi/NotBoundException.java: Ditto.
* java/rmi/RemoteException.java: Ditto.
* java/rmi/RMISecurityException.java: Ditto.
* java/rmi/ServerError.java: Ditto.
* java/rmi/ServerException.java: Ditto.
* java/rmi/ServerRuntimeException.java: Ditto.
* java/rmi/StubNotFoundException.java: Ditto.
* java/rmi/UnexpectedExcpetion.java: Ditto.
* java/rmi/UnknownHostException.java: Ditto.
* java/rmi/UnmarshalException.java: Ditto.

From-SVN: r54678

22 years agoMark pr.
Richard Henderson [Sun, 16 Jun 2002 20:24:36 +0000 (13:24 -0700)]
Mark pr.

From-SVN: r54676

22 years agodwarf2out.c (modified_type_die): Don't assign the qualified die to the unqualified...
Richard Henderson [Sun, 16 Jun 2002 20:24:00 +0000 (13:24 -0700)]
dwarf2out.c (modified_type_die): Don't assign the qualified die to the unqualified type.

        * dwarf2out.c (modified_type_die): Don't assign the qualified die
        to the unqualified type.

From-SVN: r54675

22 years agoi386-protos.h (x86_field_alignment): Declare.
Jan Hubicka [Sun, 16 Jun 2002 20:18:25 +0000 (22:18 +0200)]
i386-protos.h (x86_field_alignment): Declare.

* i386-protos.h (x86_field_alignment): Declare.
* i386.c (x86_field_alignment): Define.
* i386.h (ADJUST_FIELD_ALIGNMENT): New.
(BIGGEST_FIELD_ALIGNMENT): Kill.

From-SVN: r54674

22 years ago* vax.md (casesi): Use emit_jump_insn. Tidy expander pattern.
Richard Henderson [Sun, 16 Jun 2002 19:41:11 +0000 (12:41 -0700)]
* vax.md (casesi): Use emit_jump_insn.  Tidy expander pattern.

From-SVN: r54673

22 years agoemit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard registers.
Jeff Law [Sun, 16 Jun 2002 19:31:01 +0000 (13:31 -0600)]
emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard registers.

        * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
        sharing of hard registers.

        * toplev.c (rest_of_compilation): Remove redundant conditional.

From-SVN: r54672

22 years agoc-common.c (flag_ms_extensions): Move from c++ front end.
Richard Henderson [Sun, 16 Jun 2002 19:09:30 +0000 (12:09 -0700)]
c-common.c (flag_ms_extensions): Move from c++ front end.

        * c-common.c (flag_ms_extensions): Move from c++ front end.
        * c-common.h (flag_ms_extensions): Declare.
        * c-decl.c (c_decode_option): Add -fms-extensions.
        (grokfield): Don't accept anonymous structures in ISO C mode;
        accept only unnamed anonymous structures in GNU C mode; accept
        Plan 9 extensions in MS mode.
        * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from
        SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers.
        (extension): Clear flag_iso.
        * doc/invoke.texi (C Dialect Options): Add -fms-extensions.

        * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.

        * g++.dg/ext/anon-struct1.C: New.
        * g++.dg/ext/anon-struct2.C: New.
        * g++.dg/ext/anon-struct3.C: New.
        * gcc.dg/anon-struct-1.c: New.
        * gcc.dg/anon-struct-2.c: New.
        * gcc.dg/anon-struct-3.c: New.
        * gcc.dg/20011008-1.c: Adjust warning text.
        * gcc.dg/20020527-1.c: Add -fms-extensions.

From-SVN: r54670

22 years ago* gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
Richard Henderson [Sun, 16 Jun 2002 18:56:12 +0000 (11:56 -0700)]
* gcc.dg/20020531-1.c: Add LL specifier to avoid warning.

From-SVN: r54669

22 years agore PR target/7042 (cris-elf miscompiles line_hints in ghostscript - "return" delay...
Hans-Peter Nilsson [Sun, 16 Jun 2002 18:54:43 +0000 (18:54 +0000)]
re PR target/7042 (cris-elf miscompiles line_hints in ghostscript - "return" delay slot bug)

PR target/7042
* reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
early if current_function_epilogue_delay_list is non-empty.
* config/cris/cris.md ("return"): Add sanity check asserting that
current_function_epilogue_delay_list is empty.

From-SVN: r54668

22 years agotoplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the CFG...
Jeff Law [Sun, 16 Jun 2002 15:50:12 +0000 (09:50 -0600)]
toplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the CFG when not optimizing.

        * toplev.c (rest_of_compilation): Perform a simpler, less costly
        cleanup of the CFG when not optimizing.

From-SVN: r54667

22 years agoTODO: Update.
Phil Edwards [Sun, 16 Jun 2002 11:29:53 +0000 (11:29 +0000)]
TODO: Update.

2002-06-16  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/TODO:  Update.
* docs/doxygen/tables.html:  Uncomment magical middle column.
* docs/doxygen/user.cfg.in:  Kludge to ignore function-like macros.
* include/bits/stl_queue.h:  Doxygenate and reformat.
* include/bits/ios_base.h, include/std/std_streambuf.h:  Add comment
for deprecated names required by the standard.

From-SVN: r54666

22 years agoDaily bump.
GCC Administrator [Sun, 16 Jun 2002 07:33:33 +0000 (07:33 +0000)]
Daily bump.

From-SVN: r54664

22 years ago* gcc.c (main): Correct startfile_prefix_spec check.
Alan Modra [Sun, 16 Jun 2002 04:21:17 +0000 (04:21 +0000)]
* gcc.c (main): Correct startfile_prefix_spec check.

From-SVN: r54659

22 years agoconfig.gcc: Revert rth's patch of 2002-05-18.
Geoffrey Keating [Sat, 15 Jun 2002 20:27:45 +0000 (20:27 +0000)]
config.gcc: Revert rth's patch of 2002-05-18.

2002-06-12  Geoffrey Keating  <geoffk@redhat.com>

        * config.gcc: Revert rth's patch of 2002-05-18.  Instead,
        include both darwin.o and rs6000-c.o.

From-SVN: r54658

22 years agoexpr.c (compare_from_rtx): Call simplify_relational_operation on all comparisons...
Roger Sayle [Sat, 15 Jun 2002 20:21:22 +0000 (20:21 +0000)]
expr.c (compare_from_rtx): Call simplify_relational_operation on all comparisons...

* expr.c (compare_from_rtx): Call simplify_relational_operation
on all comparisons, not just those between integer constants,
with the correct (possibly unsigned) comparison code.
(do_compare_rtx_and_jump): Likewise.

From-SVN: r54657

22 years agoAbstractMethodError.java: Re-merged with Classpath.
Tom Tromey [Sat, 15 Jun 2002 19:45:34 +0000 (19:45 +0000)]
AbstractMethodError.java: Re-merged with Classpath.

* java/lang/AbstractMethodError.java: Re-merged with Classpath.
* java/lang/ArithmeticException.java: Likewise.
* java/lang/ArrayIndexOutOfBoundsException.java: Likewise.
* java/lang/ArrayStoreException.java: Likewise.
* java/lang/Byte.java: Likewise.
* java/lang/CharSequence.java: Likewise.
* java/lang/ClassCastException.java: Likewise.
* java/lang/ClassCircularityError.java: Likewise.
* java/lang/ClassFormatError.java: Likewise.
* java/lang/CloneNotSupportedException.java: Likewise.
* java/lang/Cloneable.java: Likewise.
* java/lang/Comparable.java: Likewise.
* java/lang/Compiler.java: Likewise.
* java/lang/Error.java: Likewise.
* java/lang/ExceptionInInitializerError.java: Likewise.
* java/lang/IllegalAccessError.java: Likewise.
* java/lang/IllegalAccessException.java: Likewise.
* java/lang/IllegalArgumentException.java: Likewise.
* java/lang/IllegalMonitorStateException.java: Likewise.
* java/lang/IllegalStateException.java: Likewise.
* java/lang/IllegalThreadStateException.java: Likewise.
* java/lang/IncompatibleClassChangeError.java: Likewise.
* java/lang/IndexOutOfBoundsException.java: Likewise.
* java/lang/InheritableThreadLocal.java: Likewise.
* java/lang/InstantiationError.java: Likewise.
* java/lang/InstantiationException.java: Likewise.
* java/lang/InternalError.java: Likewise.
* java/lang/InterruptedException.java: Likewise.
* java/lang/LinkageError.java: Likewise.
* java/lang/NegativeArraySizeException.java: Likewise.
* java/lang/NoClassDefFoundError.java: Likewise.
* java/lang/NoSuchFieldError.java: Likewise.
* java/lang/NoSuchFieldException.java: Likewise.
* java/lang/NoSuchMethodError.java: Likewise.
* java/lang/NoSuchMethodException.java: Likewise.
* java/lang/NullPointerException.java: Likewise.
* java/lang/NumberFormatException.java: Likewise.
* java/lang/OutOfMemoryError.java: Likewise.
* java/lang/Process.java: Likewise.
* java/lang/Runnable.java: Likewise.
* java/lang/RuntimePermission.java: Likewise.
* java/lang/SecurityException.java: Likewise.
* java/lang/Short.java: Likewise.
* java/lang/StackOverflowError.java: Likewise.
* java/lang/StringIndexOutOfBoundsException.java: Likewise.
* java/lang/ThreadDeath.java: Likewise.
* java/lang/ThreadLocal.java: Likewise.
* java/lang/UnknownError.java: Likewise.
* java/lang/UnsatisfiedLinkError.java: Likewise.
* java/lang/UnsupportedClassVersionError.java: Likewise.
* java/lang/UnsupportedOperationException.java: Likewise.
* java/lang/VerifyError.java: Likewise.
* java/lang/VirtualMachineError.java: Likewise.
* java/lang/reflect/InvocationTargetException.java: Likewise.
* java/net/BindException.java: Likewise.
* java/net/ConnectException.java: Likewise.
* java/net/MalformedURLException.java: Likewise.
* java/net/NoRouteToHostException.java: Likewise.
* java/net/ProtocolException.java: Likewise.
* java/net/SocketException.java: Likewise.
* java/net/UnknownHostException.java: Likewise.
* java/net/UnknownServiceException.java: Likewise.

From-SVN: r54656

22 years agoBufferedOutputStream.java: Re-merged with Classpath.
Tom Tromey [Sat, 15 Jun 2002 18:59:15 +0000 (18:59 +0000)]
BufferedOutputStream.java: Re-merged with Classpath.

* java/io/BufferedOutputStream.java: Re-merged with Classpath.
* java/io/CharConversionException.java: Likewise.
* java/io/EOFException.java: Likewise.
* java/io/FileNotFoundException.java: Likewise.
* java/io/IOException.java: Likewise.
* java/io/InterruptedIOException.java: Likewise.
* java/io/InvalidClassException.java: Likewise.
* java/io/InvalidObjectException.java: Likewise.
* java/io/NotActiveException.java: Likewise.
* java/io/NotSerializableException.java: Likewise.
* java/io/ObjectStreamException.java: Likewise.
* java/io/ObjectStreamConstants.java: Likewise.
* java/io/OptionalDataException.java: Likewise.
* java/io/PipedInputStream.java: Likewise.
* java/io/PushbackInputStream.java: Likewise.
* java/io/StreamCorruptedException.java: Likewise.
* java/io/SyncFailedException.java: Likewise.
* java/io/UTFDataFormatException.java: Likewise.
* java/io/UnsupportedEncodingException.java: Likewise.
* java/io/WriteAbortedException.java: Likewise.

From-SVN: r54655

22 years agoChoiceFormat.java: Update comments from Classpath.
Nathanael Nerode [Sat, 15 Jun 2002 18:38:00 +0000 (18:38 +0000)]
ChoiceFormat.java: Update comments from Classpath.

2002-06-15  Nathanael Nerode  <neroden@twcny.rr.com>

* java/text/ChoiceFormat.java: Update comments from Classpath.
* java/text/ParseException.java (serialVersionUID): New
field from Classpath.
* java/text/ParseException.java: Update formatting & comments
from Classpath.

From-SVN: r54654

22 years agoInflaterInputStream.java (read): Loop if data has been read but none output by inflater.
Tom Tromey [Sat, 15 Jun 2002 18:31:13 +0000 (18:31 +0000)]
InflaterInputStream.java (read): Loop if data has been read but none output by inflater.

* java/util/zip/InflaterInputStream.java (read): Loop if data has
been read but none output by inflater.
* java/util/zip/natDeflater.cc (reset): Set is_finished.
* java/util/zip/natInflater.cc (reset): Set dist_needed and
is_finished.
* java/util/zip/ZipOutputStream.java: Replaced with Classpath
version.
* java/util/zip/ZipFile.java: Replaced with Classpath version.
* java/util/zip/ZipEntry.java: Replaced with Classpath version.
* java/util/zip/ZipInputStream.java: Replaced with Classpath
version.
* java/util/zip/ZipConstants.java: Replaced with Classpath version.

From-SVN: r54653

22 years ago* gcc.c-torture/execute/20020615-1.c: New test.
Hans-Peter Nilsson [Sat, 15 Jun 2002 18:14:50 +0000 (18:14 +0000)]
* gcc.c-torture/execute/20020615-1.c: New test.

From-SVN: r54650

22 years agoObject.m: Fix signed/unsigned warning.
Kaveh R. Ghazi [Sat, 15 Jun 2002 17:50:14 +0000 (17:50 +0000)]
Object.m: Fix signed/unsigned warning.

* Object.m: Fix signed/unsigned warning.
* Protocol.m: Likewise.
* archive.c: Always include stdlib.h.
(objc_read_short, objc_read_unsigned_short, objc_read_int,
objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
Fix signed/unsigned warning.
(objc_write_type, objc_read_type, objc_write_types,
objc_read_types): Ensure ctype 8-bit safety.
(__objc_no_write, __objc_no_read): Mark unused parameters.
* class.c (class_table_setup): Specify void arg.
* encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
objc_skip_typespec, objc_skip_offset,
objc_layout_structure_next_member): Ensure ctype 8-bit safety.
(objc_layout_structure_next_member): Ensure variables are
initialized.
* gc.c (__objc_generate_gc_type_description,
class_ivar_set_gcinvisible): Mark unused parameters.
* init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
unused parameters.
(__objc_init_protocols) Fix signed/unsigned warning.
* nil_method.c (nil_method): Mark unused parameters.
* thr.h (objc_thread_callback): Specify void arg.
* sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
signed/unsigned warning.
(sarray_free): Fix formatting.
* selector.c (sel_types_match): Ensure ctype 8-bit safety.
* sendmsg.c (__objc_init_install_dtable) Mark unused parameters.

From-SVN: r54649

22 years agoMakefile.in (tm_defines): New configuration variable.
John David Anglin [Sat, 15 Jun 2002 17:31:32 +0000 (17:31 +0000)]
Makefile.in (tm_defines): New configuration variable.

* Makefile.in (tm_defines): New configuration variable.
(cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
Pass tm_defines in TM_DEFINES.
(cs-tm_p.h): Rename DEFINES to XM_DEFINES.  Pass TM_DEFINES.
* config.gcc (tm_defines): New configuration variable.
(hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
pa-7100.h headers.  Change hppa1* scheduling default to 7100LC.
* configure.in: Substitute tm_defines.
* configure: Rebuilt.
* mkconfig.sh: Rename DEFINES to XM_DEFINES.  Output TM_DEFINES.
* doc/install.texi: Update.
* pa/pa-700.h: Delete file.
* pa/pa-7100.h: Delete file.

From-SVN: r54648

22 years agofold-const.c (comparison_to_compcode): New function to convert an comparison TREE...
Roger Sayle [Sat, 15 Jun 2002 16:55:24 +0000 (16:55 +0000)]
fold-const.c (comparison_to_compcode): New function to convert an comparison TREE CODE into a bit-based representation.

* fold-const.c (comparison_to_compcode): New function to convert
an comparison TREE CODE into a bit-based representation.
(compcode_to_comparison): New function to convert from this bit
based representation back to a comparison TREE CODE.
(fold_truthop): Simplify (x<y) && (x==y) and related composite
comparisons.

* gcc.c-tortuture/execute/compare-1.c: New test case.
* gcc.c-tortuture/execute/compare-2.c: New test case.
* gcc.c-tortuture/execute/compare-3.c: New test case.

From-SVN: r54647

22 years agocp-tree.h (compiler_error): Remove declaration.
Gabriel Dos Reis [Sat, 15 Jun 2002 12:38:04 +0000 (12:38 +0000)]
cp-tree.h (compiler_error): Remove declaration.

        * cp-tree.h (compiler_error): Remove declaration.
        * lex.c (compiler_error): Remove definition.

From-SVN: r54644

22 years agotm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
Aldy Hernandez [Sat, 15 Jun 2002 09:41:13 +0000 (09:41 +0000)]
tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.

2002-06-15  Aldy Hernandez  <aldyh@redhat.com>

        * tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.

        * stor-layout.c (compute_record_mode): Remove check for
        FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
        MEMBER_TYPE_FORCES_BLK.  Pass new mode field to
        MEMBER_TYPE_FORCES_BLK.

        * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.

        * config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.

From-SVN: r54643

22 years agoDaily bump.
GCC Administrator [Sat, 15 Jun 2002 07:17:26 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r54642

22 years ago* config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.
Jeff Sturm [Sat, 15 Jun 2002 01:20:03 +0000 (01:20 +0000)]
* config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.

From-SVN: r54637

22 years agoconfigure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTIONS if...
Steve Ellcey [Sat, 15 Jun 2002 01:16:28 +0000 (01:16 +0000)]
configure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.

        * configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
        USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
        * configure, config.in: Regenerate.

        * g++spec.c (LIBUNWIND): New.
        (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.

From-SVN: r54636

22 years agoloop.c (check_final_value): Use v->always_executed instead of v->always_computable.
Eric Botcazou [Sat, 15 Jun 2002 01:10:49 +0000 (01:10 +0000)]
loop.c (check_final_value): Use v->always_executed instead of v->always_computable.

* loop.c (check_final_value): Use v->always_executed
instead of v->always_computable.
* unroll.c (final_giv_value): Don't calculate the final
value as a function of the biv if the giv is not computed
for every loop iteration.

From-SVN: r54634

22 years ago* loop.c (for_each_insn_in_loop): Fix formatting and comments.
Eric Botcazou [Sat, 15 Jun 2002 00:47:53 +0000 (00:47 +0000)]
* loop.c (for_each_insn_in_loop): Fix formatting and comments.

From-SVN: r54633

22 years agoNew.
Richard Henderson [Sat, 15 Jun 2002 00:43:20 +0000 (17:43 -0700)]
New.

From-SVN: r54630

22 years agoMark pr last change.
Richard Henderson [Sat, 15 Jun 2002 00:42:52 +0000 (17:42 -0700)]
Mark pr last change.

From-SVN: r54629

22 years agoconvert.c (convert_to_integer): Don't pass the truncation down when the target type...
Eric Botcazou [Sat, 15 Jun 2002 00:40:49 +0000 (00:40 +0000)]
convert.c (convert_to_integer): Don't pass the truncation down when the target type is signed.

* convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass
the truncation down when the target type is signed.
[trunc1]: Use unsigned arithmetic for LSHIFT_EXPR.
* fold-const.c (extract_muldiv) [NOP_EXPR]: Don't pass through
the conversion if the target type is a smaller type.

From-SVN: r54627

22 years agofold-const.c (fold): Move X>=C / X<C transfomation earlier.
Richard Henderson [Sat, 15 Jun 2002 00:06:18 +0000 (17:06 -0700)]
fold-const.c (fold): Move X>=C / X<C transfomation earlier.

        * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
        earlier.  Re-factor comparisons vs extrema.

From-SVN: r54626

22 years ago* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
Richard Henderson [Fri, 14 Jun 2002 20:26:23 +0000 (13:26 -0700)]
* config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.

From-SVN: r54625

22 years agoRemove bogus ChangeLog entry that snuck in during last commit:
Eric Christopher [Fri, 14 Jun 2002 19:12:54 +0000 (19:12 +0000)]
Remove bogus ChangeLog entry that snuck in during last commit:

2002-06-12  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.md (prefetch, prefetch_di, prefetch_si): New
patterns.
* config/mips/mips.h (RTX_COSTS): Fix formatting.

From-SVN: r54623

22 years agortl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
Franz Sirl [Fri, 14 Jun 2002 18:58:10 +0000 (18:58 +0000)]
rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.

2002-06-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
* sched-deps.c (add_dependence): Likewise.
(group_leader): Likewise.
* sched-rgn.c (init_ready_list): Likewise.
* doc/rtl.texi: Adjust accordingly.

From-SVN: r54622