OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * error.c (dump_expr): Add 0x to printed hex numbers to make
mrs [Fri, 28 Mar 2003 23:48:17 +0000 (23:48 +0000)]
    * error.c (dump_expr): Add 0x to printed hex numbers to make
        output match source code better.

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

21 years agogcc/ ChangeLog:
uweigand [Fri, 28 Mar 2003 23:40:51 +0000 (23:40 +0000)]
gcc/ ChangeLog:
* config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
set up before any trapping memory access if flag_non_call_exceptions.
libjava/ ChangeLog:
* configure.in (HAVE_BACKTRACE) [s390*-*-linux*]: Define.
* configure: Regenerate.

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

21 years ago * reload1.c (reload_as_needed): Allow a USE in asm reloads.
amodra [Fri, 28 Mar 2003 23:21:21 +0000 (23:21 +0000)]
* reload1.c (reload_as_needed): Allow a USE in asm reloads.

* loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.

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

21 years ago2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Fri, 28 Mar 2003 23:15:42 +0000 (23:15 +0000)]
2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Clarify comments.
* configure: Regenerate.

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

21 years ago2003-03-28 Roger Sayle <roger@eyesopen.com>
sayle [Fri, 28 Mar 2003 22:10:18 +0000 (22:10 +0000)]
2003-03-28  Roger Sayle  <roger@eyesopen.com>

* gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.

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

21 years ago PR c++/10218
mmitchel [Fri, 28 Mar 2003 21:18:39 +0000 (21:18 +0000)]
PR c++/10218
* decl.c (grokfndecl): Return NULL_TREE for bogus out-of-class
definitions.

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

21 years ago * config/s390/s390.md ("literal_pool_31"): Output pool anchor
uweigand [Fri, 28 Mar 2003 20:27:02 +0000 (20:27 +0000)]
* config/s390/s390.md ("literal_pool_31"): Output pool anchor
label even if pool empty when generating PIC.
("literal_pool_31", "literal_pool_64"): Coding style cleanup.

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

21 years ago2003-03-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 28 Mar 2003 19:45:44 +0000 (19:45 +0000)]
2003-03-28  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/std_sstream.h (basic_istringstream): Adjust
initialization.
(basic_ostringstream): Same.
(basic_stringstream): Same.
* include/std/std_fstream.h (basic_ifstream): Adjust initialization.
(basic_ofstream): Same.
(basic_fstream): Same.
* include/std/std_ostream.h (basic_ostrem): Add protected ctor
that does not call init.
* include/std/std_istream.h (basic_istream): Same.
(basic_iostream): Construct istream, ostream uninitialized, use
init to initialize just once. Add protected ctor that does not
call init.

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

21 years ago * decl2.c (generate_ctor_or_dtor_function): Tolerate a
mmitchel [Fri, 28 Mar 2003 19:30:41 +0000 (19:30 +0000)]
* decl2.c (generate_ctor_or_dtor_function): Tolerate a
non-existant ssdf_decls array.
(finish_file): Call generator_ctor_or_dtor_function when there are
static constructors or destructors and no other static
initializations.

* g++.dg/init/attrib1.C: New test.

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

21 years ago2003-03-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Fri, 28 Mar 2003 18:28:47 +0000 (18:28 +0000)]
2003-03-28  Paolo Carlini  <pcarlini@unitus.it>
    Nathan Myers  <ncm@cantrip.org>

PR libstdc++/9533
* include/bits/fstream.tcc (basic_filebuf<>::open): Don't
call underflow().
(basic_filebuf<>::showmanyc): Use the information provided
by codecvt and __basic_file<>::showmanyc_helper to implement
a non-trivial showmanyc.
* config/io/basic_file_stdio.h
(__basic_file<>::showmanyc_helper): New, declare.
* config/io/basic_file_stdio.cc
(__basic_file<>::showmanyc_helper): Define.
(__basic_file<>::_M_open_mode): Don't set O_NONBLOCK.
(__basic_file<char>::open): Don't call fcntl().
* acinclude.m4 (GLIBCPP_CHECK_S_ISREG_OR_S_IFREG,
GLIBCPP_CHECK_POLL): New macros.
* configure.in: Call here.
* acconfig.h: Add #undefs for the corresponding symbols.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.

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

21 years ago PR target/10205
kazu [Fri, 28 Mar 2003 15:18:11 +0000 (15:18 +0000)]
PR target/10205
* config/h8300/h8300.c (h8300_initial_elimination_offset):
Correct the offset computation when TARGET_NORMAL.

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

21 years ago2003-03-28 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 28 Mar 2003 13:07:46 +0000 (13:07 +0000)]
2003-03-28  Michael Koch  <konqueror@gmx.de>

* java/io/File.java:
Import needed classes instead of whole packages, merged class
documentation with classpath, moved constants and variables to top of
class.
* java/io/PrintStream.java:
Merged class documentation with classpath, moved constants and
variables to top of class.
* java/io/RandomAccessFile.java
(RandomAccessFile): Merged with classpath.
(read): Merged with classpath).
(read*): Reformatted.

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

21 years ago2003-03-28 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 28 Mar 2003 09:49:44 +0000 (09:49 +0000)]
2003-03-28  Michael Koch  <konqueror@gmx.de>

* java/io/FileDescriptor.java
(finalize): Throws Throwable, not IOException.
* java/io/ObjectOutputStream.java
(PutField.put): Doesnt throws anything.

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

21 years ago PR target/10067
ebotcazou [Fri, 28 Mar 2003 09:10:43 +0000 (09:10 +0000)]
PR target/10067
* config/sparc/sparc.md (jump pattern): Correct order
when issuing the annuling marker.

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

21 years ago2003�03-28 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 28 Mar 2003 08:59:41 +0000 (08:59 +0000)]
2003�03-28  Michael Koch  <konqueror@gmx.de>

* java/io/FileOutputStream.java:
Merged class documentation and authors with classpath.
(FileOutputStream): Partly merged with classpath.
(write): Merged with classpath.
(getChannel): Make it synchronized instead of explicit block in this
method.
* java/io/RandomAccessFile.java:
Merged class documentation and authors with classpath.

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

21 years ago PR c/8281
ebotcazou [Fri, 28 Mar 2003 08:25:57 +0000 (08:25 +0000)]
PR c/8281
* config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
(movdi reg/reg split): Match only on sparc32, and v9 when int regs.

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

21 years ago * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
amodra [Fri, 28 Mar 2003 08:07:03 +0000 (08:07 +0000)]
* config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
globalize_label.
* config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* config/v850/v850.c (v850_output_aligned_bss): Likewise.

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

21 years agocp:
nathan [Fri, 28 Mar 2003 08:02:15 +0000 (08:02 +0000)]
cp:
PR c++/10047
* decl2.c (finish_file): Don't warn about explicitly instantiated
inline decls.
testsuite:
PR c++/10047
* g++.dg/template/inline1.C: New test.

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

21 years ago * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
amodra [Fri, 28 Mar 2003 07:58:22 +0000 (07:58 +0000)]
* loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
(replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
notes after hoisting.
(load_mems): Adjust replace_loop_mems call.

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

21 years ago PR target/10114 and PR target/10084
ebotcazou [Fri, 28 Mar 2003 07:47:57 +0000 (07:47 +0000)]
PR target/10114 and PR target/10084
* dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.

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

21 years ago * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
rth [Fri, 28 Mar 2003 05:14:36 +0000 (05:14 +0000)]
    * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.

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

21 years ago * fold-const.c (fold_inf_compare): New function to simplify FP
sayle [Fri, 28 Mar 2003 02:41:14 +0000 (02:41 +0000)]
* fold-const.c (fold_inf_compare):  New function to simplify FP
comparisons against +Infinity or -Infinity.
(fold):  Optimize floating point comparisons against Infs and NaNs.

* gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
* gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.

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

21 years agoDaily bump.
gccadmin [Fri, 28 Mar 2003 00:17:35 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * lib/gcov.exp (run-gcov): Add branches and calls options, rather
mmitchel [Thu, 27 Mar 2003 23:53:08 +0000 (23:53 +0000)]
* lib/gcov.exp (run-gcov): Add branches and calls options, rather
than reading .x files.
* g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
* g77.dg/gcov/gcov-1.f: Likewise.
* gcc.misc-tests/gcov-4b.c: Likewise.
* gcc.misc-tests/gcov-5b.c: Likewise.
* gcc.misc-tests/gcov-6.c: Likewise.
* gcc.misc-tests/gcov-7.c: Likewise.
* gcc.misc-tests/gcov-8.c: Likewise.
* g++.dg/gcov/gcov-1.x: Remove.
* g77.dg/gcov/gcov-1.x: Likewise.
* gcc.misc-tests/gcov-4b.x: Likewise.
* gcc.misc-tests/gcov-5b.x: Likewise.
* gcc.misc-tests/gcov-6.x: Likewise.
* gcc.misc-tests/gcov-7.x: Likewise.
* gcc.misc-tests/gcov-8.x: Likewise.

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

21 years ago2003-03-27 Janis Johnson <janis187@us.ibm.com>
janis [Thu, 27 Mar 2003 23:52:02 +0000 (23:52 +0000)]
2003-03-27  Janis Johnson  <janis187@us.ibm.com>

* libgcov.c: Provide only dummy functions if libc is not available.

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

21 years ago * real.h (struct real_value): Add signalling.
rth [Thu, 27 Mar 2003 22:42:02 +0000 (22:42 +0000)]
    * real.h (struct real_value): Add signalling.
        (EXP_BITS): Decrement.
        * real.c (get_canonical_qnan): Don't set MSB-1.
        (get_canonical_snan): Likewise.  Set signalling.
        (real_identical): Compare signalling.
        (round_for_format): Remove force-one-bit on code.
        (real_nan): Likewise.  Set signalling.
        (encode_ieee_single): Add force-one-bit code; honor signalling.
        (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
        (decode_ieee_single): Set signalling.
        (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.

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

21 years ago PR ada/9953
hainque [Thu, 27 Mar 2003 21:51:23 +0000 (21:51 +0000)]
PR ada/9953
* ada/Makefile.in (gnatlib configuration for HPUX): Split
the general section for HPUX into specific sections for
HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
11 case.

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

21 years agoAdd files to the new contrib/reghunt directory:
janis [Thu, 27 Mar 2003 18:57:42 +0000 (18:57 +0000)]
Add files to the new contrib/reghunt directory:

2003-03-27  Janis Johnson  <janis187@us.ibm.com>

* README: New file.
* reg_search: New file.
* reg_periodic: New file.
* reg_test_template: New file.

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

21 years ago PR opt/10087
mmitchel [Thu, 27 Mar 2003 18:53:36 +0000 (18:53 +0000)]
PR opt/10087
* gcc.dg/20030324-1.c: New test.

PR opt/10087
* loop.c (loop_givs_reduce): Skip bivs with duplicate locations
while incrementing giv.
(record_biv): Check for duplicate biv locations and
set (struct induction *) v->same if found.

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

21 years ago * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
rth [Thu, 27 Mar 2003 18:13:59 +0000 (18:13 +0000)]
    * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
        v0.9 API change: replace read of UNW_REG_HANDLER with
        unw_get_proc_info().
        (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
        with unw_get_proc_info().
        (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
        unw_get_proc_info().

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

21 years ago2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Thu, 27 Mar 2003 15:09:02 +0000 (15:09 +0000)]
2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>

* config/rs6000/8540.md: Use presence_set instead of absence_set.

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

21 years agocp:
nathan [Thu, 27 Mar 2003 14:04:28 +0000 (14:04 +0000)]
cp:
PR c++/10224
* pt.c (lookup_template_class): Only check instantiated args if
they do not contain template parameters.
testsuite:
PR c++/10224
* g++.dg/template/arg3.C: New test.

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

21 years agocp:
nathan [Thu, 27 Mar 2003 12:19:13 +0000 (12:19 +0000)]
cp:
PR c++/10158
* parser.c (cp_parser_function_definition): Set
DECL_INITIALIZED_IN_CLASS for members.
* pt.c (instantiate_decl): Only reduce the template args for
friends that are not defined in class.
testsuite:
PR c++/10158
* g++.dg/template/friend18.C: New test.

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

21 years ago * ffe.texi: Don't mention dead file proj.c.
steven [Thu, 27 Mar 2003 11:15:27 +0000 (11:15 +0000)]
* ffe.texi: Don't mention dead file proj.c.

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

21 years agoDaily bump.
gccadmin [Thu, 27 Mar 2003 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago PR fortran/9793
sayle [Thu, 27 Mar 2003 00:09:58 +0000 (00:09 +0000)]
PR fortran/9793
* target.h (ffetarget_divide_integer1): Perform division by -1
using negation to prevent possible overflow trap on the host.

* g77.f-torture/compile/20030326.f: New test case.

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

21 years ago2003-03-26 Janis Johnson <janis187@us.ibm.com>
janis [Wed, 26 Mar 2003 23:17:18 +0000 (23:17 +0000)]
2003-03-26  Janis Johnson  <janis187@us.ibm.com>

* gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.

* gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.

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

21 years ago * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
rth [Wed, 26 Mar 2003 22:53:37 +0000 (22:53 +0000)]
    * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
* gcc.dg/inline-4.c: New.

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

21 years ago * java/lang/natRuntime.cc (insertSystemProperties): Set
tromey [Wed, 26 Mar 2003 22:31:52 +0000 (22:31 +0000)]
* java/lang/natRuntime.cc (insertSystemProperties): Set
gnu.classpath.home.url.
* Makefile.in: Rebuilt.
* Makefile.am: Define LIBDIR.

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

21 years ago PR bootstrap/10051, PR bootstrap/10169.
sayle [Wed, 26 Mar 2003 21:56:34 +0000 (21:56 +0000)]
PR bootstrap/10051, PR bootstrap/10169.
* mips-tfile.c (init_file): Don't provide a static initializer.
(initialize_init_file): Initialize the contents of init_file.
(add_file): Call initialize_init_file if not already initialized.

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

21 years ago * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
uweigand [Wed, 26 Mar 2003 19:21:08 +0000 (19:21 +0000)]
* config/s390/s390.c (s390_optimize_prolog): Do not save/restore
registers used for global asm variables.
(s390_frame_info, s390_arg_frame_offset): Likewise.
(s390_emit_prologue, s390_emit_epilogue): Likewise.

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

21 years ago2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Wed, 26 Mar 2003 16:24:54 +0000 (16:24 +0000)]
2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>

        * config/rs6000/8540.md: New file.

* config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
reservations for imul.

* config/rs6000/rs6000.md: Include 8540.md.  Change
delayed_compare onto mult_compare for insns generating
multiplication.
(mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
New type attribute values.

* config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
fpsimple instead of fp.
(*divsf3_gpr): Use type vecfdiv instead of fp.
(spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
instead of vecfloat.
(spe_evfsdive): Use type vecfdiv instead of vecfloat.
(spe_brinc): Use type brinc instead of veccomplex.
(spe_evaddw, spe_evaddiw): Use type vecsimple instead of
veccomplex.
(spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
(*movv2si_internal, *movv1di_internal, *movv4hi_internal,
*movv2sf_internal): Define type attribute values for all
alternatives.
(cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
of fpcompare.
(tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
instead of fpcompare.

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

21 years ago * config/rs6000/power4.md: Allow delay between dispatch and
dje [Wed, 26 Mar 2003 16:04:08 +0000 (16:04 +0000)]
    * config/rs6000/power4.md: Allow delay between dispatch and
        function units for simple instructions.  Correct store units.
        Allow branch to occupy as many dispatch slots as necessary.

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

21 years ago * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
jakub [Wed, 26 Mar 2003 16:00:52 +0000 (16:00 +0000)]
* config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
(ia64_expand_compare_and_swap): Use always DImode ar.ccv,
zero extend old to it.
* config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
operand.

* gcc.dg/ia64-sync-3.c: New test.

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

21 years ago * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
amodra [Wed, 26 Mar 2003 12:48:28 +0000 (12:48 +0000)]
* gcc.dg/loop-2.c: Replace "inline" with "__inline__".

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

21 years ago PR target/7784
ebotcazou [Wed, 26 Mar 2003 07:48:15 +0000 (07:48 +0000)]
PR target/7784
* reload.c (find_reloads_address): Handle
(PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
all base registers.

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

21 years ago2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
janis [Wed, 26 Mar 2003 01:40:33 +0000 (01:40 +0000)]
2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>

PR fortran/10204
* ffe.texi: Reference the GCC web site in the URL.

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

21 years ago2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
janis [Wed, 26 Mar 2003 01:39:49 +0000 (01:39 +0000)]
2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>

PR other/10203
* version.c: Reference the GCC web site in the URL.

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

21 years agoDaily bump.
gccadmin [Wed, 26 Mar 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

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

21 years agoremove ancient Cygnoids
jason [Tue, 25 Mar 2003 23:51:20 +0000 (23:51 +0000)]
remove ancient Cygnoids

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

21 years ago * c-incpath.c (add_standard_paths): Add both "translated" and
amodra [Tue, 25 Mar 2003 23:23:23 +0000 (23:23 +0000)]
* c-incpath.c (add_standard_paths): Add both "translated" and
non-translated header paths.

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

21 years ago * doc/install.texi (*-*-freebsd*): Update with known status.
ljrittle [Tue, 25 Mar 2003 22:31:26 +0000 (22:31 +0000)]
* doc/install.texi (*-*-freebsd*): Update with known status.

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

21 years ago * call.c (print_z_candidate): Change name of first arg to msgid.
jason [Tue, 25 Mar 2003 20:30:36 +0000 (20:30 +0000)]
    * call.c (print_z_candidate): Change name of first arg to msgid.
        (joust): Add comment for translators.

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

21 years ago PR optimization/10171
jason [Tue, 25 Mar 2003 20:24:42 +0000 (20:24 +0000)]
    PR optimization/10171
        * unroll.c (unroll_loop): Don't delete the jump at the end unless
        we also delete a jump at the beginning.

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

21 years ago * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
ciceron [Tue, 25 Mar 2003 20:02:25 +0000 (20:02 +0000)]
* doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
contributor.

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

21 years ago * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
hubicka [Tue, 25 Mar 2003 19:44:50 +0000 (19:44 +0000)]
* i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
constants are not expensive.

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

21 years ago PR opt/10056
hubicka [Tue, 25 Mar 2003 19:20:34 +0000 (19:20 +0000)]
PR opt/10056
* cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
jump jumping to the next instruction.
* cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.

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

21 years ago * parse.y (create_interface): Call CHECK_DEPRECATED.
tromey [Tue, 25 Mar 2003 17:00:47 +0000 (17:00 +0000)]
* parse.y (create_interface): Call CHECK_DEPRECATED.

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

21 years ago * doc/passes.texi (Passes): Properly document that we do not
gerald [Tue, 25 Mar 2003 13:30:30 +0000 (13:30 +0000)]
* doc/passes.texi (Passes): Properly document that we do not
perform jump2 any longer; remove command-line option -dJ.

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

21 years ago2003-03-25 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 25 Mar 2003 13:06:52 +0000 (13:06 +0000)]
2003-03-25  Michael Koch  <konqueror@gmx.de>

* java/io/FileInputStream.java
(read): Renamed b to buf and off to offset.
* java/io/FileOutputStream.java
(ch): Documentation added.
(FileOutputStream): Documentation added.
(getFD): Documentation added.
(write): Documentation added.
(close): Documentation added.
(getChannel): Documentation added.

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

21 years ago PR optimization/8746
ebotcazou [Tue, 25 Mar 2003 10:18:47 +0000 (10:18 +0000)]
PR optimization/8746
* config/i386/i386.md (and promoting splitters): Disable HImode to
SImode promoting when the sign bit matters and is not preserved, or
when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
for size.

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

21 years ago * gcc.dg/ultrasp5.c: Fix options.
ebotcazou [Tue, 25 Mar 2003 09:54:45 +0000 (09:54 +0000)]
* gcc.dg/ultrasp5.c: Fix options.

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

21 years ago2003-03-24 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 25 Mar 2003 01:53:13 +0000 (01:53 +0000)]
2003-03-24  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu: Remove string export restrictions.

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

21 years ago * config/h8300/h8300.md (a peephole2): Extend to support loads
kazu [Tue, 25 Mar 2003 01:17:01 +0000 (01:17 +0000)]
* config/h8300/h8300.md (a peephole2): Extend to support loads
in QImode and HImode.

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

21 years agoDaily bump.
gccadmin [Tue, 25 Mar 2003 00:17:35 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
ciceron [Mon, 24 Mar 2003 22:26:05 +0000 (22:26 +0000)]
* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
_return_far
(MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
(MULTILIB_EXCEPTIONS): Likewise.
* config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
by calling some board support routine.
("call_value"): Likewise.
("*return_void"): Likewise for return.
("*return_16bit"): Likewise.
("*return_32bit"): Likewise.
* config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
for 68HC11 too.
(DWARF2_ADDR_SIZE): Use 4 so that addresses can
* config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
-mlong-calls for 68HC11.
* config/m68hc11/larith.asm (declare_near): New macro.
(__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
(___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
(___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
(___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
(__mulhi32): Likewise.
(ret): Update macro for 68HC11.
(__far_trampoline): Implement for 68HC11.
(__call_a16, __call_a32, __return_void, __return_16): New support
routines for 68HC11 memory bank switching calling support.
(__return_32): Likewise.

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

21 years ago2003-03-24 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 24 Mar 2003 22:22:40 +0000 (22:22 +0000)]
2003-03-24  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/21_strings/basic_string/find/char/1.cc: Remove
find_first_of, find_last_of and find_last_not_of tests.
* testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
tests here, new file.
* testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise, remove
wchar_t find_first_of, find_last_of and find_last_not_of tests.
* testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
wchar_t find_first_of tests here, new file.
* testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of tests
here.
* testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
tests here.
* testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
wchar_t find_last_of tests here.
* testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
wchar_t find_last_not_of tests here.

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

21 years ago * gcc.dg/ultrasp5.c: Fix comment.
ebotcazou [Mon, 24 Mar 2003 22:03:31 +0000 (22:03 +0000)]
* gcc.dg/ultrasp5.c: Fix comment.

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

21 years ago2003-03-24 Bud Davis <bdavis9659@comcast.net>
toon [Mon, 24 Mar 2003 21:20:20 +0000 (21:20 +0000)]
2003-03-24  Bud Davis  <bdavis9659@comcast.net>

PR fortran/10197
* libI77/open.c (f_open): A DIRECT ACCESS file is
UNFORMATTED by default.

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

21 years ago * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
neil [Mon, 24 Mar 2003 20:44:54 +0000 (20:44 +0000)]
* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.

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

21 years agoChangelog commit escaped earlier
nathan [Mon, 24 Mar 2003 20:40:25 +0000 (20:40 +0000)]
Changelog commit escaped earlier
cp:
PR c++/10119
* error.c (dump_expr) [BASELINK]: Use dump_expr.
* pt.c (maybe_fold_nontype_args): New function.
(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
[TEMPLATE_ID_EXPR]: Break out folding code, call it.
(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
maybe_fold_nontype_args.
testsuite:
PR c++/10119
* g++.dg/template/ptrmem5.C: New test.

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

21 years agocp:
nathan [Mon, 24 Mar 2003 19:47:17 +0000 (19:47 +0000)]
cp:
PR c++/9898, PR c++/383, DR 322
* pt.c (maybe_adjust_types_for_deduction) [DEDUCE_CONV]: Look
through reference types on both PARM and ARG.
testsuite:
PR c++/9898, c++/383
* g++.dg/template/conv6.C: New test.

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

21 years agocp:
nathan [Mon, 24 Mar 2003 19:41:10 +0000 (19:41 +0000)]
cp:
PR c++/10119
* error.c (dump_expr) [BASELINK]: Use dump_expr.
* pt.c (maybe_fold_nontype_args): New function.
(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
[TEMPLATE_ID_EXPR]: Break out folding code, call it.
(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
maybe_fold_nontype_args.
testsuite:
PR c++/10119
* g++.dg/template/ptrmem5.C: New test.

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

21 years ago2003-03-24 Janis Johnson <janis187@us.ibm.com>
janis [Mon, 24 Mar 2003 18:27:26 +0000 (18:27 +0000)]
2003-03-24  Janis Johnson  <janis187@us.ibm.com>

* doc/install.texi (Testing): Mention test result links from build
status pages.

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

21 years agocp:
nathan [Mon, 24 Mar 2003 18:20:12 +0000 (18:20 +0000)]
cp:
PR c++/10026
* decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die.
testsuite:
PR c++/10026
* g++.dg/lookup/koenig1.C: New test.

PR C++/10199
* g++.dg/lookup/template2.C: New test.

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

21 years ago * function.c (put_var_into_stack): Change bool parameter to int.
mmitchel [Mon, 24 Mar 2003 17:53:31 +0000 (17:53 +0000)]
* function.c (put_var_into_stack): Change bool parameter to int.
(gen_mem_addressof): Likewise.
* rtl.h (gen_mem_addressof): Likewise.
* tree.h (put_var_into_stack): Likewise.
* config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
gen_mem_addressof or put_var_into_stack.
* config/c4x/c4x.c (c4x_expand_builtin): Likewise.
* config/ia64/ia64.c (spill_tfmode_operand): Likewise.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 15:43:22 +0000 (15:43 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/io/DataOutputStream.java
(write): Merged from classpath.
* java/io/File.java:
Merged copyrigth with classpath.
* java/io/FileInputStream.java
(getChannel): Made it synchronized instead of using a synchronized
block.
* java/io/FileOutputStream.java: Reformatted.
* java/io/InputStreamReader.java
(InputStreamReader): Renamed enc to encoding_name.
(close): Merged documentation from classpath.
(getEncoding): Merged documentation from classpath.
(ready): Merged documentation from classpath.
(read): Merged documentation from classpath.
* java/io/LineNumberReader.java
(lineNumber): Made it private.
(LineNumberReader): Use Constant instead of a direct value.
* java/io/OutputStreamWriter.java
(OutputStreamWriter): Renamed enc to encoding_scheme, merged
documentation from classpath.
(close): Merged documentation from classpath.
(flush): Merged documentation from classpath.
(write): Merged documentation from classpath.
* java/io/PrintStream.java: Reformatted.

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

21 years ago2003-03-10 Andreas Schwab <schwab@suse.de>
schwab [Mon, 24 Mar 2003 15:29:54 +0000 (15:29 +0000)]
2003-03-10  Andreas Schwab  <schwab@suse.de>

boehm-gc:
* configure.in: Avoid trailing /. in toolexeclibdir.
* configure: Rebuilt.

libf2c:
* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
glibcpp_toolexeclibdir.
* configure: Rebuilt.

libffi:
* configure.in: Avoid trailing /. in toolexeclibdir.
* configure: Rebuilt.

libjava:
* configure.in: Avoid trailing /. in toolexeclibdir.
* configure: Rebuilt.

libobjc:
* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
glibcpp_toolexeclibdir.
* configure: Rebuilt.

libstdc++-v3:
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
glibcpp_toolexeclibdir.
* aclocal.m4, configure: Rebuilt.

zlib:
* configure.in: Avoid trailing /. in toolexeclibdir.
* configure: Rebuilt.

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

21 years ago * config/h8300/h8300.md (a peephole2): New.
kazu [Mon, 24 Mar 2003 14:17:49 +0000 (14:17 +0000)]
* config/h8300/h8300.md (a peephole2): New.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 14:05:02 +0000 (14:05 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* javax/swing/text/ComponentView.java
(getComponent): Must be final.
* javax/swing/tree/DefaultTreeCellRenderer.java:
Reformatted.
* javax/swing/undo/StateEditable.java:
Reformatted.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 14:01:41 +0000 (14:01 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/rmi/activation/ActivationInstantiator.java:
Reformatted.
* java/rmi/activation/Activator.java:
Reformatted.
* java/rmi/registry/RegistryHandler.java:
Remerged from classpath.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:56:57 +0000 (13:56 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/util/Date.java:
Fixed documentation starting tag to make javadoc happy.
* java/util/regex/Pattern.java
(Pattern): Implements Serializable.
* java/util/PatternSyntaxException.java
(serialVersionUID): New member variable.

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

21 years ago2003-03-24 Michael Koch <koqnueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:50:32 +0000 (13:50 +0000)]
2003-03-24  Michael Koch  <koqnueror@gmx.de>

* java/awt/ContainerOrderFocusTraversalPolicy.java
(getFirstComponent): Implemented.
(getLastComponent): Implemented.
(getDefaultComponent): Implemented.
(setImplicitDownCycleTraversal): Fixed implementation.
* java/awt/Robot.java
(Robot): Added documentation.
* java/awt/Toolkit.java
(getFontList): Deprecated.
(getFontMetrics): Deprecated.
(getPrintJob): Added documentation.
(getSystemSelection): Added documentation.
(getLockingKeyState): Added documentation.
(setLockingKeyState): Added documentation.
(createCustomCursor): Added documentation.
(getBestCursorSize): Added documentation.
(getMaximumCursorColors): Added documentation.
(isFrameStateSupported): Added documentation.

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

21 years agoChangeLog entry fix
mkoch [Mon, 24 Mar 2003 13:47:05 +0000 (13:47 +0000)]
ChangeLog entry fix

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:45:29 +0000 (13:45 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/io/RandomAccessFile.java:
More little merges with libgcj.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:40:44 +0000 (13:40 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/net/natInetAddressNoNet.cc:
Include stddef.h.
* java/net/natPlainDatagramSocketImplNoNet.cc:
Fixed inlcude of java/net/DatagramPacket.h.
* java/net/natPlainSocketImplNoNet.cc:
Include some missing classes.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 13:12:55 +0000 (13:12 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/awt/dnd/DropTarget.java
(DropTargetAutoScroller): According to the online documentation, this
is protected, but in reality it is public.
* java/awt/dnd/DropTargetContext.java
(TransferableProxy): According to the online documentation, this
        is protected, but in reality it is public.

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

21 years ago * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
jakub [Mon, 24 Mar 2003 11:43:21 +0000 (11:43 +0000)]
* dojump.c (do_jump): Handle UNSAVE_EXPR specially.

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

21 years ago * g++.dg/opt/rtti1.C: New test.
jakub [Mon, 24 Mar 2003 11:36:26 +0000 (11:36 +0000)]
* g++.dg/opt/rtti1.C: New test.

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

21 years ago * doc/contrib.texi (Contributors): Update Janis Johnson.
gerald [Mon, 24 Mar 2003 11:35:14 +0000 (11:35 +0000)]
* doc/contrib.texi (Contributors): Update Janis Johnson.

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

21 years ago PR target/10072
ebotcazou [Mon, 24 Mar 2003 11:29:11 +0000 (11:29 +0000)]
PR target/10072
* combine.c (simplify_if_then_else): Check that the mode
has MODE_INT class before applying the (OP Z (mult COND C2))
transformation.

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

21 years ago PR optimization/9414
ebotcazou [Mon, 24 Mar 2003 10:21:46 +0000 (10:21 +0000)]
PR optimization/9414
* config/sparc/sparc.md (widening peepholes): Use
widen_memory_access instead of change_address.

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

21 years ago PR c++/7086
mmitchel [Mon, 24 Mar 2003 08:31:36 +0000 (08:31 +0000)]
PR c++/7086
* c-typeck.c (c_mark_addressable): Adjust calls to
put_var_into_stack.
* expr.c (expand_expr): Likewise.
* function.c (put_var_into_stack): Add rescan parameter.  Do not
call fixup_var_refs when rescan is false.
(gen_mem_addressof): Likewise.
(assign_parms): Adjust calls to put_var_into_stack.
(setjmp_protect): Likewise.
(setjmp_protect_args): Likewise.
* rtl.h (gen_mem_addressof): Change prototype.
* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
* tree.h (put_var_into_stack): Change prototype.

PR c++/7086
* utils2.c: Adjust calls to put_var_into_stack.

PR c++/7086
* semantics.c (genrtl_named_return_value): Adjust calls to
put_var_into_stack.
* typeck.c (cxx_mark_addressable): Likewise.

PR c++/7086
* com.c (ffecom_sym_transform_): Adjust calls to
put_var_into_stack.
(ffe_mark_addressable): Likewise.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:27:28 +0000 (08:27 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/io/DataInputStream.java
(): Wrapped documentation line.
(): Fixed @return tag.
* java/io/DataOutputStream.java
(written): Moved to top of class.
(all methods): Merged documentation from classpath.
* java/io/File.java:
Merged copyright year with classpath.
* java/io/FileInputStream.java
(all methods): Merged documentation from classpath.
* java/io/LineNumberReader.java
(getLineNumber): Fixed @return tag.
* java/io/ObjectInputStream.java.
Reformatted.
* java/io/ObjectOutputStream.java:
Reformatted, fixed some @see tags.
* java/io/OutputStreamWriter.java:
Deleted empty line.
* java/io/Writer.java:
Reformatted.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:26:52 +0000 (08:26 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/awt/Frame.java
(DEFAULT_CURSOR): Fixed @deprecated tag.
(setCursor): Fixed @deprecated tag.

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

21 years ago2003-03-24 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 24 Mar 2003 08:24:29 +0000 (08:24 +0000)]
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/beans/beancontext/BeanContextEvent.java:
Reformated.

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

21 years agoclarify which PR was fixed.
ghazi [Mon, 24 Mar 2003 01:30:44 +0000 (01:30 +0000)]
clarify which PR was fixed.

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

21 years agogcc:
ghazi [Mon, 24 Mar 2003 01:24:41 +0000 (01:24 +0000)]
gcc:
* builtins.c (expand_builtin_fputs): When optimizing for size,
don't transform fputs into fwrite.
testsuite:
* gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
builtin fputs.

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

21 years ago2003-03-23 Eric Blake <ebb9@email.byu.edu>
tromey [Mon, 24 Mar 2003 00:50:18 +0000 (00:50 +0000)]
2003-03-23  Eric Blake  <ebb9@email.byu.edu>

* java/lang/natStringBuffer.cc (regionMatches): New function.
* java/lang/String.java (count): Now package-private.
* java/lang/StringBuffer.java: Merged with Classpath.

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

21 years agoDaily bump.
gccadmin [Mon, 24 Mar 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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