OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years agoFix typo in comment.
rth [Wed, 13 Mar 2002 00:36:45 +0000 (00:36 +0000)]
Fix typo in comment.

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

22 years ago * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
tromey [Tue, 12 Mar 2002 23:37:11 +0000 (23:37 +0000)]
* jcf-parse.c (get_constant) [CONSTANT_String]: String values are
UTF-8, not UCS-2.  Fixes PR java/5923.

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

22 years ago * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
bwilson [Tue, 12 Mar 2002 23:33:11 +0000 (23:33 +0000)]
    * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
        validize_mem() instead of change_address to avoid clobbering
        memory attributes.

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

22 years agocp:
nathan [Tue, 12 Mar 2002 23:32:47 +0000 (23:32 +0000)]
cp:
PR c++/5659
* decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
* decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
definitions.
testsuite:
* g++.dg/other/access1.C: New test.

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

22 years ago * c-lex.h (position_after_whitespace): Remove.
neil [Tue, 12 Mar 2002 23:30:32 +0000 (23:30 +0000)]
* c-lex.h (position_after_whitespace): Remove.

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

22 years ago * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
jakub [Tue, 12 Mar 2002 22:36:55 +0000 (22:36 +0000)]
* c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
(lex_string): Use unsigned char pointers.

* gcc.c-torture/execute/wchar_t-1.c: New test.

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

22 years ago2002-03-12 Andreas Tobler <a.tobler@schweiz.ch>
tromey [Tue, 12 Mar 2002 22:29:52 +0000 (22:29 +0000)]
2002-03-12  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.host (powerpc*-darwin*): Enable interpreter.

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

22 years ago * gcc.dg/20020103-1.c: Add rs6000 target and macro.
dje [Tue, 12 Mar 2002 22:18:42 +0000 (22:18 +0000)]
    * gcc.dg/20020103-1.c: Add rs6000 target and macro.

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

22 years ago2002-03-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 12 Mar 2002 22:10:34 +0000 (22:10 +0000)]
2002-03-12  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_string.tcc (string::_S_construct(_InIter,
_InIter, const _Alloc&, forward_iterator_tag): Check for null.
(string::basic_string(const _CharT* __s, const _Alloc& __a)): Same.
* testsuite/21_strings/ctor_copy_dtor.cc (test01): Re-enable, now
that memory limits are in place.
(test03): Add tests.

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

22 years ago * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
uweigand [Tue, 12 Mar 2002 21:02:24 +0000 (21:02 +0000)]
* reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
is not a valid memory_operand.

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

22 years ago * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
mmitchel [Tue, 12 Mar 2002 20:34:15 +0000 (20:34 +0000)]
* cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
notice.

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

22 years ago * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
bwilson [Tue, 12 Mar 2002 20:02:36 +0000 (20:02 +0000)]
    * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
        * config/xtensa/lib1funcs.asm: Fix copyright to include
        special case for libgcc files.
        (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
        (__divsi3): Likewise.
        (__umodsi3): Likewise.
        (__modsi3): Likewise.
        * config/xtensa/lib2funcs.S: Fix copyright to include
        special case for libgcc files.

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

22 years ago Test for PR java/5848:
tromey [Tue, 12 Mar 2002 19:51:44 +0000 (19:51 +0000)]
Test for PR java/5848:
* libjava.compile/PR5848.xfail: New file.
* libjava.compile/PR5848.java: New file.

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

22 years agoA fix for cross building aix.
trix [Tue, 12 Mar 2002 19:07:06 +0000 (19:07 +0000)]
A fix for cross building aix.

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

22 years ago2002-03-12 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Mar 2002 19:06:36 +0000 (19:06 +0000)]
2002-03-12  Adam Megacz  <adam@xwt.org>

        * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
        * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
        * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
        statically initialized it to TRUE if compiling with GCC.
        * win32_threads.c (thread_start): We no longer use SEH if
        compiling with GCC.
        * mark.c (GC_mark_some): We no longer use SEH if
        compiling with GCC.

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

22 years ago * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
bwilson [Tue, 12 Mar 2002 18:34:55 +0000 (18:34 +0000)]
    * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.

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

22 years ago * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
bwilson [Tue, 12 Mar 2002 18:28:50 +0000 (18:28 +0000)]
    * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
        to function_section before writing out the constant pool.

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

22 years ago * MAINTAINERS: Add myself as maintainer for xtensa port.
bwilson [Tue, 12 Mar 2002 18:11:49 +0000 (18:11 +0000)]
    * MAINTAINERS: Add myself as maintainer for xtensa port.
        Fix alphabetical order in CPU port maintainer list.
        Remove myself from Write After Approval list.

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

22 years ago * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
tromey [Tue, 12 Mar 2002 18:01:23 +0000 (18:01 +0000)]
* parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
a call_expr wrapped in a convert.  Fixes PR java/5848.

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

22 years ago * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
dje [Tue, 12 Mar 2002 18:01:19 +0000 (18:01 +0000)]
* config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
zero_constant.
* config/rs6000/rs6000.md (addsi3): Optimize sign extension.
(adddi3): Likewise.
(movdf): Likewise.
(movdi): Likewise.
(cmpsi splitter): Likewise.
(modsi3): Fail if <= 0.
* config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
redundant test when HOST_BITS_PER_WIDE_INT != 32.
(reg_or_sub_cint64_operand): Likewise.
(num_insns_constant_wide): Optimize sign extension.
(rs6000_legitimize_address):: Likewise.
(easy_fp_constant): Fix formatting.

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

22 years ago2002-03-12 Andrew MacLeod <amacleod@redhat.com>
amacleod [Tue, 12 Mar 2002 15:24:44 +0000 (15:24 +0000)]
2002-03-12  Andrew MacLeod  <amacleod@redhat.com>

* config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
* config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

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

22 years ago * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
amacleod [Tue, 12 Mar 2002 15:19:40 +0000 (15:19 +0000)]
* config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
        address calculation.

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

22 years ago * config/s390/s390.md (reload_insi, reload_indi): Change mode of
uweigand [Tue, 12 Mar 2002 14:32:37 +0000 (14:32 +0000)]
* config/s390/s390.md (reload_insi, reload_indi): Change mode of
scratch register to DImode / TImode.
config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
register used does not overlap the target.

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

22 years ago * jcf-write.c (write_classfile): Improve error strings.
bryce [Tue, 12 Mar 2002 10:32:38 +0000 (10:32 +0000)]
* jcf-write.c (write_classfile): Improve error strings.

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

22 years agoDaily bump.
gccadmin [Tue, 12 Mar 2002 08:18:17 +0000 (08:18 +0000)]
Daily bump.

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

22 years ago * gcc.dg/20020312-1.c: New test case.
aj [Tue, 12 Mar 2002 07:53:40 +0000 (07:53 +0000)]
* gcc.dg/20020312-1.c: New test case.

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

22 years ago2002-03-12 Eric Blake <ebb9@email.byu.edu>
ericb [Tue, 12 Mar 2002 07:40:46 +0000 (07:40 +0000)]
2002-03-12  Eric Blake  <ebb9@email.byu.edu>

* libjava.compile/PR5913.java: Expand test.

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

22 years ago2002-03-11 Eric Blake <ebb9@email.byu.edu>
ericb [Tue, 12 Mar 2002 07:23:25 +0000 (07:23 +0000)]
2002-03-11  Eric Blake  <ebb9@email.byu.edu>

* libjava.compile/PR5902.java: New file.
* libjava.compile/PR5913.java: New file.
* libjava.compile/PR5913.xfail: New file.

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

22 years ago * Makefile.in (debug.o): Depend on debug.h.
ghazi [Tue, 12 Mar 2002 05:40:36 +0000 (05:40 +0000)]
* Makefile.in (debug.o): Depend on debug.h.
* dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
* debug.c (do_nothing_debug_hooks): Likewise.
* debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
* dwarf2out.c (dwarf2_debug_hooks): Likewise.
* dwarfout.c (dwarf_debug_hooks): Likewise.
* integrate.c (output_inline_function): Likewise.
* objc/objc-act.c (synth_module_prologue): Likewise.
* sdbout.c (sdb_debug_hooks): Likewise.
* toplev.c (debug_hooks): Likewise.
* vmsdbgout.c (vmsdbg_debug_hooks): Likewise.

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

22 years ago * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
ghazi [Tue, 12 Mar 2002 05:28:21 +0000 (05:28 +0000)]
* 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
* defaults.h (POINTER_SIZE): Define.
* doc/tm.texi (POINTER_SIZE): Document default.

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

22 years ago * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
ghazi [Tue, 12 Mar 2002 05:23:24 +0000 (05:23 +0000)]
* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.

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

22 years ago2002-03-11 Eric Blake <ebb9@email.byu.edu>
ericb [Tue, 12 Mar 2002 03:45:57 +0000 (03:45 +0000)]
2002-03-11  Eric Blake  <ebb9@email.byu.edu>

* lex.c: Adjust comments to GNU standards.

2002-03-11  Eric Blake  <ebb9@email.byu.edu>

Fix for PR java/5902:
* lex.c (java_lex): Fix parsing of literals.

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

22 years ago * toplev.c (rest_of_compilation): Call purge_all_dead_edges
rth [Tue, 12 Mar 2002 03:12:18 +0000 (03:12 +0000)]
    * toplev.c (rest_of_compilation): Call purge_all_dead_edges
        if rebuild_label_notes_after_reload.

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

22 years ago2002-03-11 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 12 Mar 2002 02:42:11 +0000 (02:42 +0000)]
2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
* include/c_std/std_cwctype.h: Guard.

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

22 years ago * config/cris/cris.c (cris_target_asm_function_prologue): Do not
hp [Tue, 12 Mar 2002 02:17:30 +0000 (02:17 +0000)]
* config/cris/cris.c (cris_target_asm_function_prologue):  Do not
emit pic register load if "internal" visibility.
(cris_print_operand): Avoid traditional-warning for 0xffffffff.
(cris_expand_builtin_va_arg): Do all computations on trees.

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

22 years ago2002-03-11 Chris Demetriou <cgd@broadcom.com>
bkoz [Tue, 12 Mar 2002 01:45:50 +0000 (01:45 +0000)]
2002-03-11  Chris Demetriou  <cgd@broadcom.com>

* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check for
whether GLIBCPP_CHECK_LINKER_FEATURES has been used.
* aclocal.m4: Regenerate.
* configure: Regenerate.

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

22 years ago2002-03-11 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 12 Mar 2002 01:43:44 +0000 (01:43 +0000)]
2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_bvector.h: Fix warning.

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

22 years ago2002-03-11 Aldy Hernandez <aldyh@redhat.com>
aldyh [Tue, 12 Mar 2002 01:24:42 +0000 (01:24 +0000)]
2002-03-11  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.dg/altivec-1.c: Cleanup and use altivec.h.

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

22 years ago * rtlanal.c: Include recog.h.
rth [Tue, 12 Mar 2002 01:08:11 +0000 (01:08 +0000)]
    * rtlanal.c: Include recog.h.
        (keep_with_call_p): Fix thinko.
        * Makefile.in (rtlanal.o): Update dependencies.

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

22 years ago * Makefile.in (.NOTPARALLEL): Add fake tag.
rth [Tue, 12 Mar 2002 00:48:36 +0000 (00:48 +0000)]
    * Makefile.in (.NOTPARALLEL): Add fake tag.

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

22 years ago * genflags.c (gen_insn): Use IS_VSPACE.
rth [Mon, 11 Mar 2002 22:39:35 +0000 (22:39 +0000)]
    * genflags.c (gen_insn): Use IS_VSPACE.
        * genoutput.c (output_insn_data): Likewise.
        (process_template): Likewise.

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

22 years ago * include/bits/stl_bvector.h (_Bit_type): New. Use throughout.
rth [Mon, 11 Mar 2002 22:36:30 +0000 (22:36 +0000)]
    * include/bits/stl_bvector.h (_Bit_type): New.  Use throughout.

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

22 years ago * ChangeLog.gcj: Imported 1.1.4, while preserving local changes.
tromey [Mon, 11 Mar 2002 22:11:18 +0000 (22:11 +0000)]
* ChangeLog.gcj: Imported 1.1.4, while preserving local changes.

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

22 years agoMark change for PR 5693.
rth [Mon, 11 Mar 2002 22:05:41 +0000 (22:05 +0000)]
Mark change for PR 5693.

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

22 years agoInitial revision
tromey [Mon, 11 Mar 2002 21:53:27 +0000 (21:53 +0000)]
Initial revision

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

22 years agoDummy commit in preparation for import
tromey [Mon, 11 Mar 2002 21:50:08 +0000 (21:50 +0000)]
Dummy commit in preparation for import

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

22 years ago * toplev.c (rest_of_compilation): Don't compile if we've had errors.
rth [Mon, 11 Mar 2002 21:49:26 +0000 (21:49 +0000)]
    * toplev.c (rest_of_compilation): Don't compile if we've had errors.

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

22 years ago * Makefile.in: Update.
neil [Mon, 11 Mar 2002 21:11:36 +0000 (21:11 +0000)]
* Makefile.in: Update.
doc:
* cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
Update documentation.
* gcc.texi: Include cppopts.texi and cppenv.texi.
* cpp.texi: Include cppopts.texi and cppenv.texi.

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

22 years ago2002-03-11 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 11 Mar 2002 21:11:07 +0000 (21:11 +0000)]
2002-03-11  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles):
New function.  Build the list of tests to run in testsuite_files.
* testsuite/libstdc++-v3.dg/dg.exp:  Use it.

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

22 years ago2002-03-11 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 11 Mar 2002 21:08:06 +0000 (21:08 +0000)]
2002-03-11  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/21_strings/capacity.cc:  Only explicitly instantiate on
platforms with no weak support.
* testsuite/27_io/ios_init.cc:  Likewise.

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

22 years agocp:
nathan [Mon, 11 Mar 2002 20:51:00 +0000 (20:51 +0000)]
cp:
Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
DR209 is now not a defect.
* cp-tree.h (skip_type_access_control): Remove.
* decl.c (grokdeclarator): Do type access control for friend
declarations.
* semantics.c (decl_type_access_control): Don't reset
current_type_lookups.
(save_type_access_control): Always save the lookups.
(skip_type_access_control): Remove.
(finish_class_definition): Don't change type_lookups.
testsuite:
* testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
* testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.

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

22 years ago * contrib/texi2pod.pl: Handle @include, @ftable, @vtable.
zack [Mon, 11 Mar 2002 20:37:13 +0000 (20:37 +0000)]
* contrib/texi2pod.pl: Handle @include, @ftable, @vtable.
Reformat some code for clarity.
* gcc/Makefile.in: Give texi2pod its input file as a command
line argument, not on stdin.

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

22 years agocp:
nathan [Mon, 11 Mar 2002 20:34:51 +0000 (20:34 +0000)]
cp:
Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
It is incorrect.
* typeck.c (build_static_cast): Compare non-qualified types
with pointer to member conversions.
testsuite:
* testsuite/g++.dg/overload/pmf1.C: New test.

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

22 years ago2002-03-06 Dan Nicolaescu <dann@ics.uci.edu>
dje [Mon, 11 Mar 2002 18:01:54 +0000 (18:01 +0000)]
2002-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
            Daniel Berlin  <dan@dberlin.org>

        C++ alias analysis improvement.
* alias.c (record_component_aliases): Record aliases for base
        classes too.
* cp/cp-lang.c (ok_to_generate_alias_set_for_type): New function.
(cxx_get_alias_set): Use it.

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

22 years ago * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
uweigand [Mon, 11 Mar 2002 14:04:51 +0000 (14:04 +0000)]
* config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.

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

22 years ago * toplev.c (vms_fopen): Remove, not needed.
kenner [Mon, 11 Mar 2002 13:27:46 +0000 (13:27 +0000)]
* toplev.c (vms_fopen): Remove, not needed.

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

22 years ago * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
kenner [Mon, 11 Mar 2002 13:22:57 +0000 (13:22 +0000)]
* vmsdbgout.c (lookup_filename): Adjust creation date for GMT.

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

22 years ago * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
kenner [Mon, 11 Mar 2002 13:14:12 +0000 (13:14 +0000)]
* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.

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

22 years ago * gcc.c-torture/execute/20020307-1.c: Use long.
kazu [Mon, 11 Mar 2002 13:11:10 +0000 (13:11 +0000)]
* gcc.c-torture/execute/20020307-1.c: Use long.

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

22 years ago * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
kenner [Mon, 11 Mar 2002 13:09:28 +0000 (13:09 +0000)]
* config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
for FP, already done later.

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

22 years ago * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
kenner [Mon, 11 Mar 2002 12:47:53 +0000 (12:47 +0000)]
* xatexit.c [VMS]: Include stdlib.h and unixlib.h.

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

22 years ago * toplev.c (debug_args): Add entry for VMS_DEBUG.
kenner [Mon, 11 Mar 2002 12:42:08 +0000 (12:42 +0000)]
* toplev.c (debug_args): Add entry for VMS_DEBUG.
* vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.

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

22 years ago * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
bryce [Mon, 11 Mar 2002 11:15:10 +0000 (11:15 +0000)]
* parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
to prevent it getting evaluated twice in the store checking case.
* expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
examining OBJECT.

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

22 years ago * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
rsandifo [Mon, 11 Mar 2002 11:13:45 +0000 (11:13 +0000)]
* defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
(MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
LARGEST_EXPONENT_IS_NORMAL for the given mode.
(MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
* real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
(ediv, emul, eldexp, esqrt): Likewise.
(etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
(e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
(saturate): New function.
(toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
(make_nan): Use a saturation value instead of a NaN if
LARGEST_EXPONENT_IS_NORMAL.  Warn when this happens.
* fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
inputs if LARGEST_EXPONENT_IS_NORMAL.  Represent subnormals as
zero if NO_DENORMALS.  Only round to nearest if !ROUND_TOWARDS_ZERO.
(unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
(_fpmul_parts, _fpdiv_parts): Only round to nearest if
!ROUND_TOWARDS_ZERO.
* doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
(ROUND_TOWARDS_ZERO): Document.

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

22 years ago * cfg.c (dump_flow_info): Remove unused variable.
aj [Mon, 11 Mar 2002 11:10:44 +0000 (11:10 +0000)]
* cfg.c (dump_flow_info): Remove unused variable.

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

22 years ago * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
hp [Mon, 11 Mar 2002 10:44:27 +0000 (10:44 +0000)]
* config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
computations on trees.

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

22 years ago PR optimization/5844
jakub [Mon, 11 Mar 2002 10:12:03 +0000 (10:12 +0000)]
PR optimization/5844
* gcc.dg/20020310-1.c: New test.

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

22 years agoDaily bump.
gccadmin [Mon, 11 Mar 2002 08:17:16 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago * include/posix.h: Add multiple include header protection.
bryce [Mon, 11 Mar 2002 04:15:51 +0000 (04:15 +0000)]
* include/posix.h: Add multiple include header protection.
* java/net/natPlainSocketImpl.cc: Don't #include <posix.h>.

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

22 years ago2002-03-10 Adam Megacz <adam@xwt.org>
megacz [Mon, 11 Mar 2002 01:34:08 +0000 (01:34 +0000)]
2002-03-10  Adam Megacz <adam@xwt.org>

        * java/net/natPlainSocketImpl.cc: Added #include <platform.h>.

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

22 years ago2002-03-10 Paolo Carlini <pcarlini@unitus.it>
paolo [Sun, 10 Mar 2002 23:51:31 +0000 (23:51 +0000)]
2002-03-10  Paolo Carlini  <pcarlini@unitus.it>

        * include/bits/locale_facets.tcc (time_put::do_put):
Consider sizeof(char_type) in allocating the buffer.

* include/bits/locale_facets.tcc (collate::do_tranform):
Remove redundant variable.

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

22 years ago * reload.c (copy_replacements_1): New.
rth [Sun, 10 Mar 2002 23:51:08 +0000 (23:51 +0000)]
    * reload.c (copy_replacements_1): New.
        (copy_replacements): Use it to recurse through the rtx.

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

22 years ago2002-03-09 Ulrich Drepper <drepper@redhat.com>
paolo [Sun, 10 Mar 2002 23:48:25 +0000 (23:48 +0000)]
2002-03-09  Ulrich Drepper  <drepper@redhat.com>
    Paolo Carlini  <pcarlini@unitus.it>

        * config/locale/generic/collate_members.cc
(collate<char,wchar_t>::_M_compare_helper): normalize
values returned by strcoll and wcscoll.
        * config/locale/gnu/collate_members.cc
(collate<char,wchar_t>::_M_compare_helper): ditto
for __strcoll_l and __wcscoll_l.

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

22 years ago * loop.c (strength_reduce): Compute number of iterations as
rth [Sun, 10 Mar 2002 23:46:14 +0000 (23:46 +0000)]
    * loop.c (strength_reduce): Compute number of iterations as
        unsigned HOST_WIDE_INT.

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

22 years ago * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
rth [Sun, 10 Mar 2002 23:01:59 +0000 (23:01 +0000)]
    * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
        to move away from the end of the block.

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

22 years ago PR preprocessor/5899
neil [Sun, 10 Mar 2002 21:10:21 +0000 (21:10 +0000)]
PR preprocessor/5899
* cppinit.c (init_dependency_output): Don't ignore -dM etc.

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

22 years ago * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
ghazi [Sun, 10 Mar 2002 20:59:57 +0000 (20:59 +0000)]
* mbchar.c (JIS_state_table, JIS_action_table): Const-ify.

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

22 years ago * attribs.c (decl_attributes): Fix signed/unsigned warning.
ghazi [Sun, 10 Mar 2002 20:54:15 +0000 (20:54 +0000)]
* attribs.c (decl_attributes): Fix signed/unsigned warning.

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

22 years ago * cp-tree.h (stabilize_expr): Prototype.
ghazi [Sun, 10 Mar 2002 20:42:53 +0000 (20:42 +0000)]
* cp-tree.h (stabilize_expr): Prototype.

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

22 years agoFix mingw32 cross builds.
green [Sun, 10 Mar 2002 19:28:05 +0000 (19:28 +0000)]
Fix mingw32 cross builds.

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

22 years ago * java/awt/GridLayout.java (layoutContainer): Handle case where
tromey [Sun, 10 Mar 2002 18:15:58 +0000 (18:15 +0000)]
* java/awt/GridLayout.java (layoutContainer): Handle case where
there are no items in container.

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

22 years ago * config/mmix/mmix.c: Improve comments.
hp [Sun, 10 Mar 2002 18:09:35 +0000 (18:09 +0000)]
* config/mmix/mmix.c: Improve comments.
(mmix_target_asm_function_prologue): Drop variable
empty_stack_frame.  Don't allocate unused slot above fp.
(mmix_target_asm_function_epilogue): Mirror prologue changes.
* config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
brace in first column.
(enum reg_class): Ditto.
(FIRST_PARM_OFFSET): Now 0.
(USER_LABEL_PREFIX): Remove #if 0:d definition.

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

22 years ago * java/lang/Win32Process.java: Added comment.
tromey [Sun, 10 Mar 2002 17:59:23 +0000 (17:59 +0000)]
* java/lang/Win32Process.java: Added comment.
* include/posix.h (_Jv_platform_close_on_exec): New function.
Include fcntl.h.
* include/win32.h (_Jv_platform_close_on_exec): New function.
* java/net/natPlainSocketImpl.cc (create): Set close-on-exec
flag.
(accept): Likewise.
* java/net/natPlainDatagramSocketImpl.cc (create): Set
close-on-exec flag.
* java/io/natFileDescriptorPosix.cc (open): Set close-on-exec
flag.

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

22 years ago * target.c (ffetarget_print_hex): Const-ify.
ghazi [Sun, 10 Mar 2002 17:39:05 +0000 (17:39 +0000)]
* target.c (ffetarget_print_hex): Const-ify.

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

22 years ago * combine.c (make_extraction): Fix error in last change.
ghazi [Sun, 10 Mar 2002 17:14:02 +0000 (17:14 +0000)]
* combine.c (make_extraction): Fix error in last change.

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

22 years agoFix ChangeLog for my last entry.
ghazi [Sun, 10 Mar 2002 17:11:37 +0000 (17:11 +0000)]
Fix ChangeLog for my last entry.

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

22 years agoDaily bump.
gccadmin [Sun, 10 Mar 2002 08:17:01 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago * verify.cc (state::NO_STACK): New constant.
tromey [Sun, 10 Mar 2002 04:50:21 +0000 (04:50 +0000)]
* verify.cc (state::NO_STACK): New constant.
(state::is_unmerged_ret_state): Handle case where stacktop is
NO_STACK.
(state::merge): Handle NO_STACK merges.
(handle_jsr_insn): Invalidate PC, and use special NO_STACK state
for instruction following jsr.
(stacktop, stackdepth): Removed unused variables.
(pop_jump): Ignore case where all remaining states are skipped.

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

22 years ago * java/awt/ImageMediaEntry: Removed.
bryce [Sun, 10 Mar 2002 03:56:38 +0000 (03:56 +0000)]
* java/awt/ImageMediaEntry: Removed.
* java/awt/MediaEntry: Removed.

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

22 years agolibjava:
bryce [Sun, 10 Mar 2002 03:53:16 +0000 (03:53 +0000)]
libjava:
Hashtable synchronization for PowerPC.
* configure.in: Define SLOW_PTHREAD_SELF if configure.host set
slow_pthread_self. Set up symlink for sysdeps directory.
* configure: Rebuild.
* configure.host: Document more shell variables. Set sysdeps_dir
for most platforms. Set slow_pthread_self for i686. Set
enable_hash_synchronization_default and slow_pthread_self for PowerPC.
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
that memory barrier is emitted where required.
* prims.cc: 64-bit align static primitive class instances.
* include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
read_barrier() to enforce ordering of reads.
* sysdep/powerpc/locks.h: New file. Implementation of synchronization
primitives for PowerPC.
* sysdep/i386/locks.h: New file. Synchronization primitives for i386
moved from natObject.cc.
* sysdep/alpha/locks.h: Likewise.
* sysdep/ia64/locks.h: Likewise.
* sysdep/generic/locks.h: Likewise.
* java/lang/natObject.cc: Move thread synchronization primitives to
system-dependent headers.
gcc/java:
* decl.c (java_init_decl_processing): Make sure class_type_node
alignment is not less than 64 bits if hash synchronization isenabled.

boehm-gc:
* include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
support is enabled, for hash synchronization.

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

22 years ago2002-03-09 Adam Megacz <adam@xwt.org>
megacz [Sun, 10 Mar 2002 03:34:27 +0000 (03:34 +0000)]
2002-03-09  Adam Megacz  <adam@xwt.org>

        * java/io/natFileDescriptorWin32.cc (read): Return -1 if zero
        bytes read and no failure code returned.

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

22 years agolibjava:
bryce [Sun, 10 Mar 2002 03:31:08 +0000 (03:31 +0000)]
libjava:
* configure.in: Define SLOW_PTHREAD_SELF if configure.host set
slow_pthread_self. Set up symlink for sysdeps directory.
* configure.host: Document more shell variables. Set sysdeps_dir
for most platforms. Set slow_pthread_self for i686. Set
enable_hash_synchronization_default and slow_pthread_self for PowerPC.
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
that memory barrier is emitted where required.
* include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
read_barrier() to enforce ordering of reads.
* sysdep/powerpc/locks.h: New file. Implementation of synchronization
primitives for PowerPC.
* sysdep/i386/locks.h: New file. Synchronization primitives for i386
moved from natObject.cc.
* sysdep/alpha/locks.h: Likewise.
* sysdep/ia64/locks.h: Likewise.
* sysdep/generic/locks.h: Likewise.
* java/lang/natObject.cc: Move thread synchronization primitives to
system-dependent headers.

gcc/java:
* decl.c (java_init_decl_processing): Make sure class_type_node
alignment is not less than 64 bits if hash synchronization is enabled.

boehm-gc:
* include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
support is enabled, for hash synchronization.

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

22 years ago * c4x.c (c4x_fp_reglist): Const-ify.
ghazi [Sun, 10 Mar 2002 01:39:04 +0000 (01:39 +0000)]
* c4x.c (c4x_fp_reglist): Const-ify.
* cris.c (cris_print_operand): Likewise.
* i386.c (ix86_va_arg): Likewise.
* ia64/unwind-ia64.c (unw_decode_table): Likewise.
* m32r.c (m32r_hard_regno_mode_ok): Likewise.
* m32r.h (m32r_hard_regno_mode_ok): Likewise.
* mcore.c (regno_reg_class, mcore_unique_section): Likewise.
* mcore.h (regno_reg_class): Likewise.
* mips.c (gen_int_relational): Likewise.
* ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
* ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
* pdp11.c (pdp11_assemble_integer): Likewise.
* pj.h (INITIALIZE_TRAMPOLINE): Likewise.
* s390.c (s390_branch_condition_mnemonic, regclass_map):
Likewise.
* s390.h (regclass_map): Likewise.
* sh.c (shift_amounts): Likewise.
* sh.md (rot_tab): Likewise.

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

22 years ago * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
jsm28 [Sun, 10 Mar 2002 01:08:52 +0000 (01:08 +0000)]
* gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
major mode.

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

22 years ago2002-03-09 Adam Megacz <adam@xwt.org>
megacz [Sat, 9 Mar 2002 22:33:49 +0000 (22:33 +0000)]
2002-03-09  Adam Megacz  <adam@xwt.org>

        * win32.cc (_CRT_MT, __mingwthr_key_dtor) Added fake
        definitions to simulate -mthreads.

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

22 years ago2002-03-09 Adam Megacz <adam@xwt.org>
megacz [Sat, 9 Mar 2002 22:08:35 +0000 (22:08 +0000)]
2002-03-09  Adam Megacz  <adam@xwt.org>

        * win32.cc (_Jv_platform_gettimeofday) Cast 1000 to long long to
        avoid precision loss.

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

22 years ago * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
geoffk [Sat, 9 Mar 2002 21:02:13 +0000 (21:02 +0000)]
* config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
(ne0+5): Use new clobber to generate proper shift pattern.
Patch by Michael Matz <matz@kde.org>.

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

22 years agoAdd memcpy/memset/strlen/strcmp/strncmp tests
meissner [Sat, 9 Mar 2002 20:20:18 +0000 (20:20 +0000)]
Add memcpy/memset/strlen/strcmp/strncmp tests

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

22 years ago* gcc.c (validate_all_switches): Also handle `%W{...}'.
schwab [Sat, 9 Mar 2002 19:53:22 +0000 (19:53 +0000)]
* gcc.c (validate_all_switches): Also handle `%W{...}'.

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

22 years ago * btest-gcc.sh: For crosses, assume newlib and GNU binutils.
geoffk [Sat, 9 Mar 2002 19:41:11 +0000 (19:41 +0000)]
* btest-gcc.sh: For crosses, assume newlib and GNU binutils.
* site.exp: Correct mips-elf triplet.

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