platform/upstream/gcc.git
21 years agobsd.h: Remove ASM_FILE_START.
Kelley Cook [Fri, 13 Jun 2003 23:18:50 +0000 (23:18 +0000)]
bsd.h: Remove ASM_FILE_START.

* config/i386/bsd.h: Remove ASM_FILE_START.
* config/i386/djgpp.h: Likewise.
* config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.

* config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
* config.gcc (i[34567]86-pc-msdosdjgpp): ... here.

From-SVN: r67919

21 years agore PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)
Vladimir Makarov [Fri, 13 Jun 2003 23:09:48 +0000 (23:09 +0000)]
re PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)

2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>

PR bootstrap/10835
* haifa-sched.c (max_lookahead_tries,
        cached_first_cycle_multipass_dfa_lookahead,
        cached_issue_rate): New variables.
(max_issue): Check the number of tries.
(choose_ready): Calculate max_lookahead_tries.
(sched_init): Check cached_issue_rate.

From-SVN: r67918

21 years agocfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
Richard Henderson [Fri, 13 Jun 2003 22:56:09 +0000 (15:56 -0700)]
cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.

        * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
        * cfgrtl.c (purge_dead_edges): Expect it too.

From-SVN: r67917

21 years agore PR bootstrap/10983 ([SPARC64] ICE in verify_wide_reg, at flow.c:551, while compili...
James E Wilson [Fri, 13 Jun 2003 22:13:07 +0000 (22:13 +0000)]
re PR bootstrap/10983 ([SPARC64] ICE in verify_wide_reg, at flow.c:551, while compiling libjava)

PR bootstrap/10983
* combine.c (make_extraction): Use gen_lowpart_for_combine
when extracting from a REG and not in the destination of a SET.

Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
From-SVN: r67916

21 years agotsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3...
Doug Evans [Fri, 13 Jun 2003 21:52:02 +0000 (21:52 +0000)]
tsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3, et.al.

* tsystem.h (abort): Declare in inhibit_libc case to remove build
warnings for addvsi3, et.al.

From-SVN: r67915

21 years ago1.cc: Split and fix for missing seeks between gets and puts into...
Paolo Carlini [Fri, 13 Jun 2003 21:06:37 +0000 (23:06 +0200)]
1.cc: Split and fix for missing seeks between gets and puts into...

2003-06-13  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and
fix for missing seeks between gets and puts into...
* testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into...
* testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix
for missing seeks between gets and puts.
* testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto.
* testsuite/data/seekoff-1.tst: New.
* testsuite/data/seekoff-2.tst: New.
* testsuite/data/seekpos-1.tst: New.
* testsuite/data/seekpos-2.tst: New.

From-SVN: r67913

21 years agoAvoid multi-processor bus contention on increment/decrement-and- test of the referenc...
Nathan C. Myers [Fri, 13 Jun 2003 20:59:42 +0000 (20:59 +0000)]
Avoid multi-processor bus contention on increment/decrement-and- test of the reference count in the empty-string object...

2003-06-13  Nathan C. Myers <ncm-nospam@cantrip.org>

Avoid multi-processor bus contention on increment/decrement-and-
test of the reference count in the empty-string object, by comparing
        addresses first, and never touching the reference count of the empty-
        string object.
* include/bits/basic_string.h:
(_S_empty_rep_storage): Move into basic_string<>::_Rep for use by its
members.
(_Rep::_S_empty_rep()): New accessor.
(_Rep::_M_length, _Rep::_M_capacity, _Rep::_M_references): Move to
a base class _Rep_base.
(_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.
(basic_string()): Change to use _M_refdata() in place of _M_refcopy(),
since no longer must increment its refcount.
* include/bits/basic_string.tcc:
(_Rep::_M_destroy, _M_leak_hard): Check for the empty string and
        return immediately.  The former might be unnecessary.  The latter
        prevents begin() and end() from cloning it unnecessarily.
(_S_construct(_InIterator, _InIterator, const _Alloc&,
input_iterator_tag), _S_construct(_InIterator, _InIterator,
const _Alloc&, forward_iterator_tag), _S_construct(size_type, _CharT,
const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
(_M_mutate): Check for the empty string and treat it as shared.
        This is necessary here because _M_mutate is sometimes called with
        all-zero arguments; in all other uses of _M_is_shared, the test comes
        out right anyhow.

From-SVN: r67912

21 years agoc-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
Aldy Hernandez [Fri, 13 Jun 2003 19:27:29 +0000 (19:27 +0000)]
c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.

2003-06-13  Aldy Hernandez  <aldyh@redhat.com>

        * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.

        * simplify-rtx.c (simplify_subreg): Same.

        * emit-rtl.c (gen_lowpart_common): Same.

From-SVN: r67911

21 years agobuiltins.c: Fix comment typos.
Kazu Hirata [Fri, 13 Jun 2003 17:30:53 +0000 (17:30 +0000)]
builtins.c: Fix comment typos.

* builtins.c: Fix comment typos.
* fold-const.c: Likewise.

From-SVN: r67907

21 years agom32r-protos.h (m32r_pass_by_reference): Declare.
Doug Evans [Fri, 13 Jun 2003 16:57:26 +0000 (16:57 +0000)]
m32r-protos.h (m32r_pass_by_reference): Declare.

* config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
* config/m32r/m32r.c (m32r_pass_by_reference): New fn.
(m32r_va_arg): Use it.
* config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
(RETURN_IN_MEMORY): Ditto.

Co-Authored-By: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
From-SVN: r67906

21 years ago* c-typeck.c: Remove #if 0 clauses.
Nathanael Nerode [Fri, 13 Jun 2003 16:23:35 +0000 (16:23 +0000)]
* c-typeck.c: Remove #if 0 clauses.

From-SVN: r67905

21 years ago* lex.c: Convert to ISO C.
Nathanael Nerode [Fri, 13 Jun 2003 16:13:07 +0000 (16:13 +0000)]
* lex.c: Convert to ISO C.

From-SVN: r67904

21 years agoinit.c: removes use of PARAMS macro.
Nathanael Nerode [Fri, 13 Jun 2003 15:07:48 +0000 (15:07 +0000)]
init.c: removes use of PARAMS macro.

2003-05-19  Jens-Michael Hoffmann  <jensmh@gmx.de>
* init.c: removes use of PARAMS macro.  Use ISO style function
declarations.  (Not copyright-significant change.)

From-SVN: r67902

21 years agore PR other/1494 (Residual EGCS references in comments)
Nathanael Nerode [Fri, 13 Jun 2003 14:39:42 +0000 (14:39 +0000)]
re PR other/1494 (Residual EGCS references in comments)

PR other/1494
* config/alpha/openbsd.h, config/i386/openbsd.h,
config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
residual reference to EGCS.

From-SVN: r67900

21 years agoarm.c (output_call_mem): If the address references the link-register use an instructi...
Richard Earnshaw [Fri, 13 Jun 2003 14:30:38 +0000 (14:30 +0000)]
arm.c (output_call_mem): If the address references the link-register use an instruction sequence that...

* arm.c (output_call_mem): If the address references the link-register
use an instruction sequence that avoids early-clobbering IP.
(eliminate_lr2ip): Delete.

From-SVN: r67899

21 years ago* rtti.c: Remove PARAMS.
Nathanael Nerode [Fri, 13 Jun 2003 14:30:19 +0000 (14:30 +0000)]
* rtti.c: Remove PARAMS.

From-SVN: r67898

21 years agoc-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf format...
Kaveh R. Ghazi [Fri, 13 Jun 2003 14:08:36 +0000 (14:08 +0000)]
c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf format checks.

gcc:
* c-format.c (format_types_orig): Disallow '*' width/precision in
asm_fprintf format checks.

testsuite:
* gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.

From-SVN: r67897

21 years ago* paranoia.cc: Fix spelling error.
Nathanael Nerode [Fri, 13 Jun 2003 13:57:27 +0000 (13:57 +0000)]
* paranoia.cc: Fix spelling error.

From-SVN: r67896

21 years ago* typeck2.c: Convert to ISO C.
Nathanael Nerode [Fri, 13 Jun 2003 13:34:16 +0000 (13:34 +0000)]
* typeck2.c: Convert to ISO C.

From-SVN: r67895

21 years agos390.c (s390_va_arg): Fix alignment when retrieving non-integral types from integer...
Ulrich Weigand [Fri, 13 Jun 2003 13:04:34 +0000 (13:04 +0000)]
s390.c (s390_va_arg): Fix alignment when retrieving non-integral types from integer register save...

* config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
non-integral types from integer register save area slots.

From-SVN: r67894

21 years agoprims.cc (catch_segv): Create exception in handler.
Andrew Haley [Fri, 13 Jun 2003 12:20:45 +0000 (12:20 +0000)]
prims.cc (catch_segv): Create exception in handler.

2003-06-12  Andrew Haley  <aph@redhat.com>

        * prims.cc (catch_segv): Create exception in handler.
        (catch_fpe): Likewise.
        (_Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ): Likewise.
        (_Jv_ThrowSignal): Remove.

        * include/x86_64-signal.h (INIT_SEGV): Delete reference to nullp.
        * include/default-signal.h (INIT_SEGV, INIT_FPE): Delete reference
        to nullp and arithexception.
        * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/i386-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/s390-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/sparc-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/win32-signal.h (INIT_SEGV, INIT_FPE): Likewise.

From-SVN: r67892

21 years agosysv.S: Avoid gas-only .uleb128/.sleb128 directives.
Rainer Orth [Fri, 13 Jun 2003 11:59:53 +0000 (11:59 +0000)]
sysv.S: Avoid gas-only .uleb128/.sleb128 directives.

* src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
Use C style comments.

From-SVN: r67891

21 years agoChangeLog.1: Fix spelling of "outputting".
Matt Kraai [Fri, 13 Jun 2003 11:36:31 +0000 (11:36 +0000)]
ChangeLog.1: Fix spelling of "outputting".

(gcc)
* ChangeLog.1: Fix spelling of "outputting".
* ChangeLog.3: Likewise.
* diagnostic.h: Likewise.
* genautomata.c: Likewise.
* config/pa/pa.c: Likewise.

(gcc/ada)
* gnatls.adb: Fix spelling of "outputting".
* gnatmem.adb: Likewise.
* prj-pp.adb: Likewise.

From-SVN: r67890

21 years ago* config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
Nathanael Nerode [Fri, 13 Jun 2003 11:29:35 +0000 (11:29 +0000)]
* config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.

From-SVN: r67889

21 years agoinvoke.texi (SPARC Options): Document ``-mimpure-text''.
Florian Weimer [Fri, 13 Jun 2003 10:11:45 +0000 (12:11 +0200)]
invoke.texi (SPARC Options): Document ``-mimpure-text''.

2003-06-13  Florian Weimer  <fw@deneb.enyo.de>

* doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.

From-SVN: r67888

21 years agolinux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.
Kaz Kojima [Fri, 13 Jun 2003 07:03:49 +0000 (07:03 +0000)]
linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.

* config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
to file_end_indicate_exec_stack.

From-SVN: r67887

21 years agoback out previous patch, instead do
Doug Evans [Fri, 13 Jun 2003 06:20:12 +0000 (06:20 +0000)]
back out previous patch, instead do

back out previous patch, instead do
* config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
(__do_global_ctors,__do_global_dtors): Ditto.

From-SVN: r67886

21 years agore PR target/11089 (ICE: instantiate_virtual_regs_lossage while using sse built-ins)
Richard Henderson [Fri, 13 Jun 2003 06:13:51 +0000 (23:13 -0700)]
re PR target/11089 (ICE: instantiate_virtual_regs_lossage while using sse built-ins)

        PR target/11089
        * config/i386/i386.md (sse_movaps): Use an expander to force
        one operand to be a register.
        (sse_movups): Likewise.

From-SVN: r67883

21 years agoallocator-inst.cc: Explicitly instantiate.
Benjamin Kosnik [Fri, 13 Jun 2003 05:45:57 +0000 (05:45 +0000)]
allocator-inst.cc: Explicitly instantiate.

2003-06-12  Benjamin Kosnik  <bkoz@redhat.com>

* src/allocator-inst.cc: Explicitly instantiate.
* include/ext/pool_allocator.h: Inhibit implicit instantiations.
Tweaks.
* config/linker-map.gnu: Add __pool_alloc bits. Tweaks.

From-SVN: r67882

21 years agogcc-dg.exp (dg-require-dll): New function.
Mark Mitchell [Fri, 13 Jun 2003 05:41:02 +0000 (05:41 +0000)]
gcc-dg.exp (dg-require-dll): New function.

* lib/gcc-dg.exp (dg-require-dll): New function.
(dg-xfail-if): Likewise.
* gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
driver.

* gcc.c-torture/compile/20000804-1.c: Convert to dg format.
* gcc.c-torture/compile/20001205-1.c: Likewise.
* gcc.c-torture/compile/20001226-1.c: Likewise.
* gcc.c-torture/compile/20010518-2.c: Likewise.
* gcc.c-torture/compile/20020312-1.c: Likewise.
* gcc.c-torture/compile/20020604-1.c: Likewise.
* gcc.c-torture/compile/920501-12.c: Likewise.
* gcc.c-torture/compile/920501-4.c: Likewise.
* gcc.c-torture/compile/920520-1.c: Likewise.
* gcc.c-torture/compile/920521-1.c: Likewise.
* gcc.c-torture/compile/920625-1.c: Likewise.
* gcc.c-torture/compile/961203-1.c: Likewise.
* gcc.c-torture/compile/980506-1.c: Likewise.
* gcc.c-torture/compile/981006-1.c: Likewise.
* gcc.c-torture/compile/981022-1.c: Likewise.
* gcc.c-torture/compile/981223-1.c: Likewise.
* gcc.c-torture/compile/990617-1.c: Likewise.
* gcc.c-torture/compile/dll.c: Likewise.
* gcc.c-torture/compile/labels-3.c: Likewise.
* gcc.c-torture/compile/mipscop-1.c: Likewise.
* gcc.c-torture/compile/mipscop-2.c: Likewise.
* gcc.c-torture/compile/mipscop-3.c: Likewise.
* gcc.c-torture/compile/mipscop-4.c: Likewise.
* gcc.c-torture/compile/simd-5.c: Likewise.
* gcc.c-torture/compile/20000804-1.x: Remove.
* gcc.c-torture/compile/20001205-1.x: Likewise.
* gcc.c-torture/compile/20001226-1.x: Likewise.
* gcc.c-torture/compile/20010518-2.x: Likewise.
* gcc.c-torture/compile/20020312-1.x: Likewise.
* gcc.c-torture/compile/20020604-1.x: Likewise.
* gcc.c-torture/compile/920501-12.x: Likewise.
* gcc.c-torture/compile/920501-4.x: Likewise.
* gcc.c-torture/compile/920520-1.x: Likewise.
* gcc.c-torture/compile/920521-1.x: Likewise.
* gcc.c-torture/compile/920625-1.x: Likewise.
* gcc.c-torture/compile/961203-1.x: Likewise.
* gcc.c-torture/compile/980506-1.x: Likewise.
* gcc.c-torture/compile/981006-1.x: Likewise.
* gcc.c-torture/compile/981022-1.x: Likewise.
* gcc.c-torture/compile/981223-1.x: Likewise.
* gcc.c-torture/compile/990617-1.x: Likewise.
* gcc.c-torture/compile/mipscop-1.x: Likewise.
* gcc.c-torture/compile/mipscop-2.x: Likewise.
* gcc.c-torture/compile/mipscop-3.x: Likewise.
* gcc.c-torture/compile/mipscop-4.x: Likewise.
* gcc.c-torture/compile/simd-5.x: Likewise.

* gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.

From-SVN: r67881

21 years agoRemove some build warnings.
Doug Evans [Fri, 13 Jun 2003 05:33:38 +0000 (05:33 +0000)]
Remove some build warnings.

* config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): No longer
static.
(__do_global_ctors,__do_global_dtors): Ditto.

From-SVN: r67880

21 years agore PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)
Richard Henderson [Fri, 13 Jun 2003 05:30:33 +0000 (22:30 -0700)]
re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)

        PR middle-end/10557
        * rtlanal.c (subreg_offset_representable_p): Relax subreg check.

From-SVN: r67878

21 years agofold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least".
Matt Kraai [Fri, 13 Jun 2003 04:35:29 +0000 (04:35 +0000)]
fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least".

* fold-const.c (tree_expr_nonnegative_p): Fix misspelling
of "least".

From-SVN: r67877

21 years ago* config/m32r/m32r.md: Fix a comment typo.
Kazu Hirata [Fri, 13 Jun 2003 04:18:26 +0000 (04:18 +0000)]
* config/m32r/m32r.md: Fix a comment typo.

From-SVN: r67876

21 years agore PR target/10142 ([SPARC64] gcc produces wrong code when passing structures by...
Eric Botcazou [Fri, 13 Jun 2003 03:56:10 +0000 (05:56 +0200)]
re PR target/10142 ([SPARC64] gcc produces wrong code when passing structures by value)

PR target/10142
* config/sparc/sparc.c (function_arg_record_value_parms): Add
new 'stack' field.
(function_arg_record_value_1): Set 'stack' to 1 if we run out of
integer slots for an integer field.
(function_arg_record_value_3): Shift vector index.
(function_arg_record_value_2): Likewise.
(function_arg_record_value): Initialize 'stack' to 0.
Set 'stack' to 1 if we run out of integer slots for an integer field.
Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.

Co-Authored-By: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
From-SVN: r67874

21 years ago* gcc.c-torture/execute/20030611-1.c: New test.
Eric Botcazou [Fri, 13 Jun 2003 03:39:47 +0000 (03:39 +0000)]
* gcc.c-torture/execute/20030611-1.c: New test.

From-SVN: r67871

21 years agore PR rtl-optimization/10955 ([SPARC] wrong code at -O3 for structure argument in...
Eric Botcazou [Fri, 13 Jun 2003 03:34:02 +0000 (05:34 +0200)]
re PR rtl-optimization/10955 ([SPARC] wrong code at -O3 for structure argument in context of structure return)

PR optimization/10955
* unroll.c (unroll_loop): Fix off-by-one bug.

From-SVN: r67870

21 years agoMakefile.am: Add SHmedia support.
Kaz Kojima [Fri, 13 Jun 2003 02:23:26 +0000 (11:23 +0900)]
Makefile.am: Add SHmedia support.

* Makefile.am: Add SHmedia support.  Fix a typo of SH support.
* Makefile.in: Regenerate.
* configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
* configure: Regenerate.
* include/ffi.h.in: Add SHmedia support.
* src/sh64/ffi.c: New file.
* src/sh64/sysv.S: New file.

From-SVN: r67869

21 years agors6000.c (function_arg): Remove typo.
Aldy Hernandez [Fri, 13 Jun 2003 02:03:09 +0000 (02:03 +0000)]
rs6000.c (function_arg): Remove typo.

2003-06-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (function_arg): Remove typo.

[[Split portion of a mixed commit.]]

From-SVN: r67867.2

21 years agoi386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF and UNSPEC_DTPOFF.
Richard Henderson [Fri, 13 Jun 2003 00:45:11 +0000 (17:45 -0700)]
i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF and UNSPEC_DTPOFF.

        * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
        and UNSPEC_DTPOFF.

From-SVN: r67866

21 years agore PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)
Richard Henderson [Fri, 13 Jun 2003 00:34:04 +0000 (17:34 -0700)]
re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)

        PR middle-end/10475
        * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
        for extracting sub-words.
* gcc.c-torture/compile/20030612-1.c: New.

From-SVN: r67865

21 years agoDaily bump.
GCC Administrator [Fri, 13 Jun 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67860

21 years agore PR target/7594 ([m68k] ICE on legal code associated with simplify-rtx)
Richard Henderson [Thu, 12 Jun 2003 21:57:31 +0000 (14:57 -0700)]
re PR target/7594 ([m68k] ICE on legal code associated with simplify-rtx)

        PR target/7594
        * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
        (zero_extendqihi2, zero_extendqisi2): Likewise.

From-SVN: r67857

21 years agors6000.c (function_arg): Always split vectors for e500 if it's a stdarg function.
Aldy Hernandez [Thu, 12 Jun 2003 21:38:46 +0000 (21:38 +0000)]
rs6000.c (function_arg): Always split vectors for e500 if it's a stdarg function.

2003-06-12  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.c (function_arg): Always split vectors for
e500 if it's a stdarg function.
(function_arg_advance): Advance 2 registers for vectors in a
stdarg function.
(init_cumulative_args): Initialize stdarg.
(rs6000_spe_function_arg): New.

* config/rs6000/rs6000.h (rs6000_args): Add stdarg.

From-SVN: r67854

21 years agors6000.h (MODES_TIEABLE_P): Add SPE vectors.
Aldy Hernandez [Thu, 12 Jun 2003 20:58:22 +0000 (20:58 +0000)]
rs6000.h (MODES_TIEABLE_P): Add SPE vectors.

2003-06-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.

From-SVN: r67851

21 years agore PR middle-end/168 (Spurious signed/unsigned comparison warning)
Roger Sayle [Thu, 12 Jun 2003 20:33:02 +0000 (20:33 +0000)]
re PR middle-end/168 (Spurious signed/unsigned comparison warning)

PR middle-end/168
* fold-const.c (tree_expr_nonnegative_p):  Handle addition
and multiplication of zero extensions, floating point division,
and integer<->fp, fp<->fp and zero extension conversions.
The built-in ceil and floor functions preserve signedness.

* gcc.dg/20030612-1.c: New test case.

From-SVN: r67850

21 years agoChangeLog: Follow spelling conventions.
Kazu Hirata [Thu, 12 Jun 2003 19:01:08 +0000 (19:01 +0000)]
ChangeLog: Follow spelling conventions.

* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* c-decl.c: Likewise.
* cfgloop.h: Likewise.
* cgraph.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* gcov-io.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gengtype.c: Likewise.
* ggc.h: Likewise.
* opts.c: Likewise.
* real.c: Likewise.
* reload.c: Likewise.
* stmt.c: Likewise.

From-SVN: r67849

21 years ago* doc/install.texi (m32r-*-elf): Change company to Renesas.
Janis Johnson [Thu, 12 Jun 2003 18:46:23 +0000 (18:46 +0000)]
* doc/install.texi (m32r-*-elf): Change company to Renesas.

From-SVN: r67848

21 years agobasic-block.h (flow_delete_block_noexpunge): Kill.
Jan Hubicka [Thu, 12 Jun 2003 18:09:56 +0000 (20:09 +0200)]
basic-block.h (flow_delete_block_noexpunge): Kill.

* basic-block.h (flow_delete_block_noexpunge): Kill.
* cfgrtl.c (flow_delete_block_noexpunge): Merge to
rtl_delete_block.

From-SVN: r67846

21 years agore PR inline-asm/4823 (gcc reports internal compiler error on legal code)
Richard Henderson [Thu, 12 Jun 2003 18:01:26 +0000 (11:01 -0700)]
re PR inline-asm/4823 (gcc reports internal compiler error on legal code)

        PR inline-asm/4823
        * reg-stack.c (any_malformed_asm): New.
        (check_asm_stack_operands): Set it.
        (convert_regs_1): Check it before aborting.

From-SVN: r67845

21 years agore PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted from...
Mark Mitchell [Thu, 12 Jun 2003 17:22:29 +0000 (17:22 +0000)]
re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted from a void pointer)

PR c++/10635
* typeck.c (build_c_cast): Check that the destination type is
complete.

PR c++/10635
* g++.dg/expr/cast1.C: New test.

[[Split portion of a mixed commit.]]

From-SVN: r67840.2

21 years agospe.md: Change all clobbers of the accumulator to sets.
Aldy Hernandez [Thu, 12 Jun 2003 16:40:41 +0000 (16:40 +0000)]
spe.md: Change all clobbers of the accumulator to sets.

2003-06-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.

From-SVN: r67837

21 years agostl_alloc.h (__debug_alloc): Move out.
Benjamin Kosnik [Thu, 12 Jun 2003 15:49:16 +0000 (15:49 +0000)]
stl_alloc.h (__debug_alloc): Move out.

2003-06-11  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_alloc.h (__debug_alloc): Move out.
(__malloc_alloc): Same.
(__pool_alloc): Same.
(__new_alloc): Same.
Rename to..
* include/bits/allocator.h: ...this.
* include/bits/stl_deque.h: Modify comment.
* include/bits/stl_tree.h: Modify include.
* include/std/std_memory.h: Same.
* include/ext/rope: Same.
* include/ext/slist: Same.
* include/std/std_vector.h: Same.
* include/std/std_stack.h: Same.
* include/std/std_queue.h: Same.
* include/std/std_list.h: Same.
* include/std/std_deque.h: Same.
* include/backward/alloc.h: Same.
* include/ext/debug_allocator.h: New.
* include/ext/malloc_allocator.h: New.
* include/ext/pool_allocator.h: New.
* include/ext/new_allocator.h: New.
* include/bits/pthread_allocimpl.h: Remove.
* include/bits/stl_pthread_alloc.h: Remove.
* include/Makefile.am (ext_headers): Add.
* include/Makefile.in: Regenerate.
* src/stl-inst.cc: Use __gnu_cxx namespace.
* src/stl-inst.cc: Move to...
* src/allocator-inst.cc: Here.
* src/Makefile.am (sources): Update.
* src/Makefile.in: Regenerate.
* config/linker-map.gnu: Remove __pool_alloc bits.
* testsuite/ext/headers.cc: Add.
* testsuite/ext/allocators.cc: Fixup.

From-SVN: r67836

21 years agojni.cc (_Jv_JNI_check_types): New.
Andrew Haley [Thu, 12 Jun 2003 15:39:17 +0000 (15:39 +0000)]
jni.cc (_Jv_JNI_check_types): New.

2003-06-11  Andrew Haley  <aph@redhat.com>

        * jni.cc (_Jv_JNI_check_types): New.
        (_Jv_JNI_SetPrimgitiveArrayRegion): Check array type.
        (_Jv_JNI_GetPrimitiveArrayRegion): Ditto.
        (_Jv_JNI_GetPrimitiveArrayElements): Ditto.
        (_Jv_JNI_ReleasePrimitiveArrayElements): Ditto.

        * java/lang/natVMSecurityManager.cc (getClassContext): Fix
        infinite loop.

From-SVN: r67835

21 years ago* treetree.c: Remove cl_options-count and cl_options.
Andreas Jaeger [Thu, 12 Jun 2003 15:15:40 +0000 (17:15 +0200)]
* treetree.c: Remove cl_options-count and cl_options.

From-SVN: r67834

21 years agoconfig.guess: Update to 2003-06-06 version.
H.J. Lu [Thu, 12 Jun 2003 14:38:22 +0000 (14:38 +0000)]
config.guess: Update to 2003-06-06 version.

2003-06-12  H.J. Lu <hongjiu.lu@intel.com>

* config.guess: Update to 2003-06-06 version.
* config.sub: Update to 2003-06-06 version.

From-SVN: r67833

21 years agoc-opts.c (complain_wrong_lang): Add on argument.
Jakub Jelinek [Thu, 12 Jun 2003 14:02:41 +0000 (16:02 +0200)]
c-opts.c (complain_wrong_lang): Add on argument.

* c-opts.c (complain_wrong_lang): Add on argument.
Print no- switch if on is false.
(c_common_decode_option): Adjust caller.

From-SVN: r67831

21 years agos390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register.
Ulrich Weigand [Thu, 12 Jun 2003 13:47:52 +0000 (13:47 +0000)]
s390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register.

* config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
to initialize GOT register.

From-SVN: r67829

21 years agofold-const.c (tree_expr_nonnegative_p): Add support for floating point constants...
Roger Sayle [Thu, 12 Jun 2003 12:53:01 +0000 (12:53 +0000)]
fold-const.c (tree_expr_nonnegative_p): Add support for floating point constants, addition and multiplication.

* fold-const.c (tree_expr_nonnegative_p): Add support for
floating point constants, addition and multiplication.

* gcc.dg/builtins-21.c: New test case.

From-SVN: r67828

21 years agosh.md (adddi3_compact, [...]): Add earlyclobber constraint modifier for operand 0.
J"orn Rennecke [Thu, 12 Jun 2003 12:03:25 +0000 (12:03 +0000)]
sh.md (adddi3_compact, [...]): Add earlyclobber constraint modifier for operand 0.

* sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
constraint modifier for operand 0.

From-SVN: r67827

21 years agoconfigure.in (assembler dwarf2 debug_line support): Define insn for cris-*-* and...
Hans-Peter Nilsson [Thu, 12 Jun 2003 07:09:56 +0000 (07:09 +0000)]
configure.in (assembler dwarf2 debug_line support): Define insn for cris-*-* and mmix-*-*.

* configure.in (assembler dwarf2 debug_line support): Define insn
for cris-*-* and mmix-*-*.
* configure: Regenerate.

From-SVN: r67825

21 years agoDon't warn on dollars in builtin macro definitions,
Hans-Peter Nilsson [Thu, 12 Jun 2003 06:09:15 +0000 (06:09 +0000)]
Don't warn on dollars in builtin macro definitions,

e.g. __REGISTER_PREFIX__.
* cpphash.h (struct cpp_reader): Move member warn_dollars...
* cpplib.h (struct cpp_options): ...to here.  Change type to
unsigned char.
* cppinit.c (cpp_create_reader): Set it to 1 here.
(post_options): Don't set it here.
* c-opts.c (c_common_init_options): Reset it to 0 here.
(finish_options): Set it here.
* cpplex.c (forms_identifier_p): Tweak for new location of
warn_dollars.

From-SVN: r67824

21 years ago* ChangeLog: Add missing closing parentheses.
Matt Kraai [Thu, 12 Jun 2003 06:06:08 +0000 (06:06 +0000)]
* ChangeLog: Add missing closing parentheses.

From-SVN: r67823

21 years agoPatch from Kelley Cook.
Kelley Cook [Thu, 12 Jun 2003 05:54:23 +0000 (05:54 +0000)]
Patch from Kelley Cook.

* lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
options instead of at the end.
* lib/objc.exp (objc_target_compile): Likewise.

From-SVN: r67822

21 years ago* misc.c (gnat_handle_option): Fix warnings.
Neil Booth [Thu, 12 Jun 2003 05:47:04 +0000 (05:47 +0000)]
* misc.c (gnat_handle_option): Fix warnings.

From-SVN: r67821

21 years ago* Make-lang.in (gnatbind): Remove $(LIBIBERTY).
Matt Kraai [Thu, 12 Jun 2003 05:42:08 +0000 (05:42 +0000)]
* Make-lang.in (gnatbind): Remove $(LIBIBERTY).

From-SVN: r67820

21 years agoKaos support from Uwe Stieber
Uwe Stieber [Thu, 12 Jun 2003 05:18:12 +0000 (05:18 +0000)]
Kaos support from Uwe Stieber

Kaos support from Uwe Stieber
* config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
(sh-*-elf*): Add sh*-*-kaos* support.
* config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
config/sh/kaos-sh.h: New files.

From-SVN: r67819

21 years agogcse.c (fis_get_condition): Make it a global function.
Kazu Hirata [Thu, 12 Jun 2003 04:15:56 +0000 (04:15 +0000)]
gcse.c (fis_get_condition): Make it a global function.

* gcse.c (fis_get_condition): Make it a global function.
* reload1.c (reload_cse_move2add): Detect implicit sets.
* rtl.h: Add a prototype for fis_get_condition.

From-SVN: r67814

21 years agoacinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.
Benjamin Kosnik [Thu, 12 Jun 2003 03:24:16 +0000 (03:24 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.

2003-06-11  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.
* aclocal.m4: Regenerate.
* Makefile.am (SUBDIRS): Remove libio.
* Makefile.in: Regenerate.
* configure.in: Same.
* configure: Regenerate.
* config/io/basic_file_libio.cc: Remove.
* config/io/basic_file_libio.h: Remove.
* config/io/c_io_libio_codecvt.c: Remove.
* config/io/c_io_libio.h: Remove.
* libio/*: Remove.
* src/Makefile.am: Same.
* src/Makefile.in: Regenerate.
* docs/html/configopts.html: Edits.
* docs/html/explanations.html: Edits.

From-SVN: r67813

21 years agoClassLoader.java (loadClass): Not deprecated.
Tom Tromey [Thu, 12 Jun 2003 03:13:14 +0000 (03:13 +0000)]
ClassLoader.java (loadClass): Not deprecated.

* java/lang/ClassLoader.java (loadClass): Not deprecated.
* java/io/PrintStream.java: Not deprecated.

From-SVN: r67811

21 years agoIntegerGraphicsState.java (drawOval): implemented.
Scott Gilbertson [Thu, 12 Jun 2003 03:08:58 +0000 (03:08 +0000)]
IntegerGraphicsState.java (drawOval): implemented.

2003-06-11  Scott Gilbertson  <scottg@mantatest.com>

* gnu/awt/j2d/IntegerGraphicsState.java (drawOval): implemented.
(fillOval): implemented
* gnu/awt/xlib/XGraphics.java (drawArc): implemented.
(fillArc): implemented.
* gnu/gcj/xlib/GC.java (drawArc): added native method.
(fillArc): added native method.
* gnu/gcj/xlib/natGC.cc (drawArc): added native method.
(fillArc): added native method.

From-SVN: r67810

21 years agostmt.c (expand_asm_operands): Don't warn for memories with queued addresses.
Richard Henderson [Thu, 12 Jun 2003 01:04:32 +0000 (18:04 -0700)]
stmt.c (expand_asm_operands): Don't warn for memories with queued addresses.

        * stmt.c (expand_asm_operands): Don't warn for memories with
        queued addresses.

From-SVN: r67808

21 years agoDaily bump.
GCC Administrator [Thu, 12 Jun 2003 00:16:10 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67806

21 years agore PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)
Mark Mitchell [Thu, 12 Jun 2003 00:10:26 +0000 (00:10 +0000)]
re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)

PR c++/10432
* cp-tree.h (finish_declarator): Remove.
* decl.c (cp_finish_decl): Make sure to pop_nested_class even for
erroneous declarations.
* semantics.c (finish_declarator): Remove.

PR c++/10432
* g++.dg/parse/error1.C: New test.

From-SVN: r67804

21 years agosh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.
Kaz Kojima [Wed, 11 Jun 2003 22:36:29 +0000 (22:36 +0000)]
sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.

* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
brackets.

From-SVN: r67801

21 years agodecl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor...
Roger Sayle [Wed, 11 Jun 2003 22:29:41 +0000 (22:29 +0000)]
decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor/destructor if it will be empty, i.e.

* decl2.c (generate_ctor_or_dtor_function): Avoid expanding a
global static constructor/destructor if it will be empty, i.e.
either doesn't call any ctors/dtors or only calls pure or const
ctors/dtors.

From-SVN: r67800

21 years agohooks.c (hook_int_size_t_constcharptr_int_0): New.
Neil Booth [Wed, 11 Jun 2003 22:21:10 +0000 (22:21 +0000)]
hooks.c (hook_int_size_t_constcharptr_int_0): New.

* hooks.c (hook_int_size_t_constcharptr_int_0): New.
* hooks.h (hook_int_size_t_constcharptr_int_0): New.
* langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
(LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
* langhooks.c (lhd_decode_option): Remove.
* langhooks.h (struct lang_hooks): Remove decode_option.
* opts.c (handle_option): No longer use decode_option.
java:
* Make-lang.in: Handle mostlyclean.
treelang:
* Make-lang.in: Update for option handling.
* lang.opt: New.
* tree1.c: Include opts.h and t-options.h.
(treelang_decode_option): Remove.
(treelang_handle_option): New.
* treetree.c (LANG_HOOKS_DECODE_OPTION): Remove.
(LANG_HOOKS_HANDLE_OPTION): Override.
* treetree.h (treelang_decode_option): Remove.
(treelang_handle_option): New.

From-SVN: r67799

21 years agomangle.c (tm_p.h): Include it.
Mark Mitchell [Wed, 11 Jun 2003 21:56:31 +0000 (21:56 +0000)]
mangle.c (tm_p.h): Include it.

* mangle.c (tm_p.h): Include it.
* Make-lang.in (cp/mangle.o): Depend on $(TM_P_H).

From-SVN: r67798

21 years agoFix typo
Neil Booth [Wed, 11 Jun 2003 20:59:40 +0000 (20:59 +0000)]
Fix typo

From-SVN: r67797

21 years agostruct-by-value-11_main.c: New file.
Janis Johnson [Wed, 11 Jun 2003 20:29:21 +0000 (20:29 +0000)]
struct-by-value-11_main.c: New file.

* gcc.dg/compat/struct-by-value-11_main.c: New file.
* gcc.dg/compat/struct-by-value-11_x.c: New file.
* gcc.dg/compat/struct-by-value-11_y.c: New file.
* gcc.dg/compat/struct-by-value-12_main.c: New file.
* gcc.dg/compat/struct-by-value-12_x.c: New file.
* gcc.dg/compat/struct-by-value-12_y.c: New file.
* gcc.dg/compat/struct-by-value-13_main.c: New file.
* gcc.dg/compat/struct-by-value-13_x.c: New file.
* gcc.dg/compat/struct-by-value-13_y.c: New file.
* gcc.dg/compat/struct-by-value-14_main.c: New file.
* gcc.dg/compat/struct-by-value-14_x.c: New file.
* gcc.dg/compat/struct-by-value-14_y.c: New file.
* gcc.dg/compat/struct-by-value-15_main.c: New file.
* gcc.dg/compat/struct-by-value-15_x.c: New file.
* gcc.dg/compat/struct-by-value-15_y.c: New file.
* gcc.dg/compat/struct-by-value-16_main.c: New file.
* gcc.dg/compat/struct-by-value-16_x.c: New file.
* gcc.dg/compat/struct-by-value-16_y.c: New file.
* gcc.dg/compat/struct-by-value-17_main.c: New file.
* gcc.dg/compat/struct-by-value-17_x.c: New file.
* gcc.dg/compat/struct-by-value-17_y.c: New file.
* gcc.dg/compat/struct-by-value-18_main.c: New file.
* gcc.dg/compat/struct-by-value-18_x.c: New file.
* gcc.dg/compat/struct-by-value-18_y.c: New file.

From-SVN: r67796

21 years agoMake-lang.in: Update to handle command-line options.
Neil Booth [Wed, 11 Jun 2003 20:23:02 +0000 (20:23 +0000)]
Make-lang.in: Update to handle command-line options.

ada:
* Make-lang.in: Update to handle command-line options.
* lang.opt: New file.
* misc.c: Include aoptions.h.
(cl_options_count, cl_options): Remove.
(gnat_handle_option): New.
(gnat_decode_option): Remove.
(LANG_HOOKS_DECODE_OPTION): Remove.
(LANG_HOOKS_HANDLE_OPTION): Override.

From-SVN: r67795

21 years agocfgloopanal.c (variable_initial_value): Update the set of altered registers correctly.
Zdenek Dvorak [Wed, 11 Jun 2003 19:01:19 +0000 (21:01 +0200)]
cfgloopanal.c (variable_initial_value): Update the set of altered registers correctly.

* cfgloopanal.c (variable_initial_value): Update the set of altered
registers correctly.

From-SVN: r67792

21 years agoThis should not get committed.
Michael Koch [Wed, 11 Jun 2003 18:27:39 +0000 (18:27 +0000)]
This should not get committed.

From-SVN: r67790

21 years agoscalar-by-value-3_main.c: New file.
Janis Johnson [Wed, 11 Jun 2003 18:21:38 +0000 (18:21 +0000)]
scalar-by-value-3_main.c: New file.

* gcc.dg/compat/scalar-by-value-3_main.c: New file.
* gcc.dg/compat/scalar-by-value-3_x.c: New file.
* gcc.dg/compat/scalar-by-value-3_y.c: New file.
* gcc.dg/compat/scalar-by-value-4_main.c: New file.
* gcc.dg/compat/scalar-by-value-4_x.c: New file.
* gcc.dg/compat/scalar-by-value-4_y.c: New file.
* gcc.dg/compat/scalar-return-3_main.c: New file.
* gcc.dg/compat/scalar-return-3_x.c: New file.
* gcc.dg/compat/scalar-return-3_y.c: New file.
* gcc.dg/compat/scalar-return-4_main.c: New file.
* gcc.dg/compat/scalar-return-4_x.c: New file.
* gcc.dg/compat/scalar-return-4_y.c: New file.

From-SVN: r67789

21 years agoForgot to add them to the commit command line too, AARGH.
Michael Koch [Wed, 11 Jun 2003 18:20:40 +0000 (18:20 +0000)]
Forgot to add them to the commit command line too, AARGH.

From-SVN: r67788

21 years agod30v.h: Delete reference to ASM_FINAL_SPEC.
Roger Sayle [Wed, 11 Jun 2003 17:52:42 +0000 (17:52 +0000)]
d30v.h: Delete reference to ASM_FINAL_SPEC.

* config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
* config/i386/netbsd-elf.h: Likewise.
* config/m32r/m32r.h: Likewise.
* config/mn10300/mn10300.h: Likewise.
* config/stormy16/stormy16.h: Likewise.
* config/v850/v850.h: Likewise.
* config/vax/netbsd-elf.h: Likewise.
* config/xtensa/elf.h: Likewise.
* config/xtensa/linux.h: Likewise.

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

21 years agore PR c++/11131 (Unrelated declaration removes inline flag from function)
Mark Mitchell [Wed, 11 Jun 2003 17:02:13 +0000 (17:02 +0000)]
re PR c++/11131 (Unrelated declaration removes inline flag from function)

PR c++/11131
* tree.c (cp_cannot_inline_fn): Check for "inline" before
instantiation.

From-SVN: r67783

21 years agoForgot to add this file to cvs. Sorry.
Michael Koch [Wed, 11 Jun 2003 16:36:11 +0000 (16:36 +0000)]
Forgot to add this file to cvs. Sorry.

From-SVN: r67781

21 years agoconfigure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
Rainer Orth [Wed, 11 Jun 2003 16:19:18 +0000 (16:19 +0000)]
configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.

* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure. Regenerate.

gcc:
* config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
DWARF 2 default.

* config/mips/dbxmdebug.h: New file.
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
gas and --with-stabs.

From-SVN: r67780

21 years agolang.c (java_handle_option): Update dependency_tracking for OPT_MF case.
Tom Tromey [Wed, 11 Jun 2003 15:58:05 +0000 (15:58 +0000)]
lang.c (java_handle_option): Update dependency_tracking for OPT_MF case.

* lang.c (java_handle_option): Update dependency_tracking for
OPT_MF case.

From-SVN: r67779

21 years agolang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument.
Tom Tromey [Wed, 11 Jun 2003 15:55:04 +0000 (15:55 +0000)]
lang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument.

* lang.c (java_handle_option): OPT_fbootclasspath_ can take an
empty argument.

From-SVN: r67778

21 years ago[multiple changes]
Benjamin Kosnik [Wed, 11 Jun 2003 15:52:11 +0000 (15:52 +0000)]
[multiple changes]

2003-06-11  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_alloc.h (__debug_alloc): Move out.
(__malloc_alloc): Same.
(__pool_alloc): Same.
(__new_alloc): Same.
Rename to..
* include/bits/allocator.h: ...this.
* include/bits/stl_deque.h: Modify comment.
* include/bits/stl_tree.h: Modify include.
* include/std/std_memory.h: Same.
* include/ext/rope: Same.
* include/ext/slist: Same.
* include/std/std_vector.h: Same.
* include/std/std_stack.h: Same.
* include/std/std_queue.h: Same.
* include/std/std_list.h: Same.
* include/std/std_deque.h: Same.
* include/backward/alloc.h: Same.
* include/ext/debug_allocator.h: New.
* include/ext/malloc_allocator.h: New.
* include/ext/pool_allocator.h: New.
* include/ext/new_allocator.h: New.
* include/bits/pthread_allocimpl.h: Remove.
* include/bits/stl_pthread_alloc.h: Remove.
* include/Makefile.am (ext_headers): Add.
* include/Makefile.in: Regenerate.
* src/stl-inst.cc: Use __gnu_cxx namespace.
* src/stl-inst.cc: Move to...
* src/allocator-inst.cc: Here.
* src/Makefile.am (sources): Update.
* src/Makefile.in: Regenerate.
* config/linker-map.gnu: Remove __pool_alloc bits.
* testsuite/ext/headers.cc: Add.
* testsuite/ext/allocators.cc: Fixup.

2003-06-11  Stefan Olsson  <stefan@snon.net>
            Ola R�nnerup  <fnolis@home.se>

* include/Makefile.am (ext_headers): Add.
* include/Makefile.in: Regenerate.
* include/ext/mt_allocator.h: New file.

From-SVN: r67777

21 years agoInputSubset.java: New version from classpath.
Michael Koch [Wed, 11 Jun 2003 13:47:49 +0000 (13:47 +0000)]
InputSubset.java: New version from classpath.

2003-06-11  Michael Koch  <konqueror@gmx.de>

* java/awt/im/InputSubset.java:
New version from classpath.

From-SVN: r67770

21 years agoAbstractAction.java, [...]: New versions from classpath.
Michael Koch [Wed, 11 Jun 2003 13:20:41 +0000 (13:20 +0000)]
AbstractAction.java, [...]: New versions from classpath.

2003-06-11  Michael Koch  <konqueror@gmx.de>

* javax/swing/AbstractAction.java,
javax/swing/AbstractButton.java,
javax/swing/AbstractCellEditor.java,
javax/swing/AbstractListModel.java,
javax/swing/BorderFactory.java,
javax/swing/Box.java,
javax/swing/BoxLayout.java,
javax/swing/ButtonGroup.java,
javax/swing/DefaultButtonModel.java,
javax/swing/DefaultListModel.java,
javax/swing/DefaultListSelectionModel.java,
javax/swing/FocusManager.java,
javax/swing/ImageIcon.java,
javax/swing/InputMap.java,
javax/swing/JApplet.java,
javax/swing/JButton.java,
javax/swing/JCheckBox.java,
javax/swing/JCheckBoxMenuItem.java,
javax/swing/JColorChooser.java,
javax/swing/JComboBox.java,
javax/swing/JComponent.java,
javax/swing/JDesktopPane.java,
javax/swing/JDialog.java,
javax/swing/JEditorPane.java,
javax/swing/JFileChooser.java,
javax/swing/JFormattedTextField.java,
javax/swing/JFrame.java,
javax/swing/JLabel.java,
javax/swing/JLayeredPane.java,
javax/swing/JList.java,
javax/swing/JMenuBar.java,
javax/swing/JMenuItem.java,
javax/swing/JOptionPane.java,
javax/swing/JPanel.java,
javax/swing/JPasswordField.java,
javax/swing/JPopupMenu.java,
javax/swing/JProgressBar.java,
javax/swing/JRadioButton.java,
javax/swing/JRadioButtonMenuItem.java,
javax/swing/JRootPane.java,
javax/swing/JScrollBar.java,
javax/swing/JScrollPane.java,
javax/swing/JSeparator.java,
javax/swing/JSlider.java,
javax/swing/JTabbedPane.java,
javax/swing/JTable.java,
javax/swing/JTextField.java,
javax/swing/JToggleButton.java,
javax/swing/JToolBar.java,
javax/swing/JToolTip.java,
javax/swing/JTree.java,
javax/swing/JViewport.java,
javax/swing/JWindow.java,
javax/swing/KeyStroke.java,
javax/swing/ListSelectionModel.java,
javax/swing/LookAndFeel.java,
javax/swing/RepaintManager.java,
javax/swing/ScrollPaneLayout.java,
javax/swing/SizeRequirements.java,
javax/swing/SwingConstants.java,
javax/swing/Timer.java,
javax/swing/UIDefaults.java,
javax/swing/UIManager.java,
javax/swing/border/AbstractBorder.java,
javax/swing/border/CompoundBorder.java,
javax/swing/colorchooser/AbstractColorChooserPanel.java,
javax/swing/colorchooser/ColorChooserComponentFactory.java,
javax/swing/colorchooser/ColorSelectionModel.java,
javax/swing/colorchooser/DefaultColorSelectionModel.java,
javax/swing/event/AncestorEvent.java,
javax/swing/event/HyperlinkEvent.java,
javax/swing/event/InternalFrameAdapter.java,
javax/swing/event/InternalFrameEvent.java,
javax/swing/event/ListDataEvent.java,
javax/swing/event/MouseInputAdapter.java,
javax/swing/event/SwingPropertyChangeSupport.java,
javax/swing/event/TableModelEvent.java,
javax/swing/event/TreeWillExpandListener.java,
javax/swing/event/UndoableEditEvent.java,
javax/swing/filechooser/FileFilter.java,
javax/swing/filechooser/FileSystemView.java,
javax/swing/filechooser/FileView.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/basic/BasicDefaults.java,
javax/swing/table/AbstractTableModel.java,
javax/swing/table/DefaultTableCellRenderer.java,
javax/swing/table/DefaultTableColumnModel.java,
javax/swing/table/DefaultTableModel.java,
javax/swing/table/TableColumn.java,
javax/swing/text/JTextComponent.java,
javax/swing/tree/AbstractLayoutCache.java,
javax/swing/tree/DefaultMutableTreeNode.java,
javax/swing/tree/DefaultTreeCellEditor.java,
javax/swing/tree/DefaultTreeCellRenderer.java,
javax/swing/tree/DefaultTreeModel.java,
javax/swing/tree/DefaultTreeSelectionModel.java,
javax/swing/tree/FixedHeightLayoutCache.java,
javax/swing/tree/TreeCellEditor.java,
javax/swing/tree/TreeModel.java,
javax/swing/tree/TreeNode.java,
javax/swing/tree/TreePath.java,
javax/swing/tree/TreeSelectionModel.java,
javax/swing/tree/VariableHeightLayoutCache.java,
javax/swing/undo/AbstractUndoableEdit.java,
javax/swing/undo/CompoundEdit.java,
javax/swing/undo/StateEdit.java,
javax/swing/undo/UndoManager.java,
javax/swing/undo/UndoableEditSupport.java:
New versions from classpath.
* javax/swing/table/JTableHeader.java:
New file from classpath.
* Makefile.am
(java_awt_sources): Added javax/swing/table/JTableHeader.java.
* Makefile.in: Regenerated.

From-SVN: r67769

21 years ago* expr.c (can_move_by_pieces): align argument may be unused.
Ulrich Weigand [Wed, 11 Jun 2003 13:04:02 +0000 (13:04 +0000)]
* expr.c (can_move_by_pieces): align argument may be unused.

From-SVN: r67764

21 years ago* expr.c (convert_move): Handle moves between two CONCATs.
J"orn Rennecke [Wed, 11 Jun 2003 12:32:47 +0000 (12:32 +0000)]
* expr.c (convert_move): Handle moves between two CONCATs.

From-SVN: r67760

21 years agoh8300.h (RETURN_IN_MEMORY): Accept DImode if !TARGET_H8300.
Kazu Hirata [Wed, 11 Jun 2003 12:05:04 +0000 (12:05 +0000)]
h8300.h (RETURN_IN_MEMORY): Accept DImode if !TARGET_H8300.

* config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
!TARGET_H8300.

From-SVN: r67759

21 years agoh8300.c (final_prescan_insn): Don't dump rtl.
Kazu Hirata [Wed, 11 Jun 2003 11:58:39 +0000 (11:58 +0000)]
h8300.c (final_prescan_insn): Don't dump rtl.

* config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
* config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
(TARGET_RTL_DUMP): Likewise.
(TARGET_SWITHCES): Remove -mrtl-dump.

From-SVN: r67758

21 years agoMappedByteBuffer.java, [...]: Removed unneeded imports.
Michael Koch [Wed, 11 Jun 2003 10:38:58 +0000 (10:38 +0000)]
MappedByteBuffer.java, [...]: Removed unneeded imports.

2003-06-11  Michael Koch  <konqueror@gmx.de>

* java/nio/MappedByteBuffer.java,
java/nio/channels/Channels.java,
java/nio/channels/ServerSocketChannel.java,
java/nio/channels/spi/AbstractSelector.java:
Removed unneeded imports.

From-SVN: r67756

21 years agoDatagramSocket.java: Partly merged with classpath.
Michael Koch [Wed, 11 Jun 2003 10:38:38 +0000 (10:38 +0000)]
DatagramSocket.java: Partly merged with classpath.

2003-06-11  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java:
Partly merged with classpath.

From-SVN: r67755