OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago * gcc_update (touch_files): Don't have empty for loop.
geoffk [Thu, 18 Apr 2002 10:09:10 +0000 (10:09 +0000)]
* gcc_update (touch_files): Don't have empty for loop.

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

22 years ago2002-04-18 David S. Miller <davem@redhat.com>
davem [Thu, 18 Apr 2002 08:05:23 +0000 (08:05 +0000)]
2002-04-18  David S. Miller  <davem@redhat.com>

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

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

22 years agoDaily bump.
gccadmin [Thu, 18 Apr 2002 07:18:01 +0000 (07:18 +0000)]
Daily bump.

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

22 years ago2002-04-17 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 18 Apr 2002 02:55:50 +0000 (02:55 +0000)]
2002-04-17  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/doxygroups.cc:  New group on binary searching.
* include/bits/stl_algo.h:  Document binary searches and merges.
* include/bits/stl_deque.h:  The 'map' member is not the 'map' class.

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

22 years ago2002-04-17 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 18 Apr 2002 01:42:50 +0000 (01:42 +0000)]
2002-04-17  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/mainpage.html:  Doxygen logo is now a PNG file.
* docs/doxygen/run_doxygen:  Bump required version.
* docs/doxygen/user.cfg.in:  Revert accidental change.
* docs/html/faq/index.html:  Reindent a block of links.
(4.4):  New note on using dlsym.
* docs/html/faq/index.txt:  Regenerated.

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

22 years ago2002-04-17 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 18 Apr 2002 01:37:42 +0000 (01:37 +0000)]
2002-04-17  Phil Edwards  <pme@gcc.gnu.org>

* testsuite_flags.in (cxxflags):  Also pass @EXTRA_CXX_FLAGS@.

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

22 years ago * class.c (make_class_data): Set DECL_ALIGN on static class data,
bryce [Wed, 17 Apr 2002 23:13:11 +0000 (23:13 +0000)]
* class.c (make_class_data): Set DECL_ALIGN on static class data,
for hash synchronization.
* expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
* decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
class_type_node.

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

22 years ago * java/io/File.java (normalizePath): Add Win32 support for auto
bryce [Wed, 17 Apr 2002 23:02:33 +0000 (23:02 +0000)]
* java/io/File.java (normalizePath): Add Win32 support for auto
conversion of a '/' path separator to Win32's '\' separator.

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

22 years ago* configure.in: Move default CC setting out of config/mh-* fragments
dj [Wed, 17 Apr 2002 20:45:24 +0000 (20:45 +0000)]
* configure.in:  Move default CC setting out of config/mh-* fragments
directly into here.

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

22 years ago* configure.in: don't even try to configure or make a subdirectory
dj [Wed, 17 Apr 2002 20:23:44 +0000 (20:23 +0000)]
* configure.in: don't even try to configure or make a subdirectory
if there's no configure script for it.

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

22 years ago2002-04-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 17 Apr 2002 20:08:18 +0000 (20:08 +0000)]
2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu (__malloc_alloc_template): Add.
(__default_alloc_template): Same.
* include/bits/stl_alloc.h (__malloc_alloc_template): Add extern
template.
(__default_alloc_template): Same.

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

22 years ago * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
hboehm [Wed, 17 Apr 2002 19:54:59 +0000 (19:54 +0000)]
* include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
SPARC Linux.

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

22 years ago2002-04-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 17 Apr 2002 17:35:00 +0000 (17:35 +0000)]
2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation.

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

22 years ago2002-04-17 NIIBE Yutaka <gniibe@m17n.org>
amylaar [Wed, 17 Apr 2002 17:21:49 +0000 (17:21 +0000)]
2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>

* config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.

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

22 years ago PR c++/6316
jakub [Wed, 17 Apr 2002 17:17:55 +0000 (17:17 +0000)]
PR c++/6316
* decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
before expanding.

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

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

22 years ago * libjava.lang/negzero.java: New.
mark [Wed, 17 Apr 2002 16:39:47 +0000 (16:39 +0000)]
* libjava.lang/negzero.java: New.
* libjava.lang/negzero.out: New.

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

22 years ago * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
mark [Wed, 17 Apr 2002 16:36:47 +0000 (16:36 +0000)]
* jcf-write.c (generate_bytecode_insns): Only write const_0 if not
negative zero.

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

22 years ago2002-04-17 Nick Clifton <nickc@cambridge.redhat.com>
nickc [Wed, 17 Apr 2002 16:26:28 +0000 (16:26 +0000)]
2002-04-17  Nick Clifton  <nickc@cambridge.redhat.com>

    * gcc.c (read_specs): Detect and fail if an attempt is made to
    rename a spec string to an already existing string.

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

22 years ago* config/s390/s390.c (legitimize_pic_address): Do not generate
uweigand [Wed, 17 Apr 2002 16:02:16 +0000 (16:02 +0000)]
* config/s390/s390.c (legitimize_pic_address): Do not generate
illegal address constant without CONST.

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

22 years ago * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
ghazi [Wed, 17 Apr 2002 14:22:17 +0000 (14:22 +0000)]
* sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
* sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.

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

22 years agoPR optimization/6305
uweigand [Wed, 17 Apr 2002 12:25:31 +0000 (12:25 +0000)]
PR optimization/6305
* config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
to make sure previous reloads are taken into account.  Generate
better code if one operand is an in-range immediate constant.

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

22 years ago2002-04-16 Andrew Haley <aph@cambridge.redhat.com>
aph [Wed, 17 Apr 2002 09:38:09 +0000 (09:38 +0000)]
2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>

* doc/install.texi (Building): libgcj requires GNU make.

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

22 years ago PR bootstrap/6315
jakub [Wed, 17 Apr 2002 08:24:03 +0000 (08:24 +0000)]
PR bootstrap/6315
* config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
even if hard quad and register is not floating.
(movtf reg<-mem split): Disallow splitting if hard quad and
register is floating.
(movtf mem<-reg split): Likewise.
* config/sparc/sparc.c (fp_register_operand): New predicate.
* config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.

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

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

22 years ago Fix for PR java/6294:
bryce [Wed, 17 Apr 2002 08:23:00 +0000 (08:23 +0000)]
Fix for PR java/6294:
* parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
interfaces.

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

22 years agoDaily bump.
gccadmin [Wed, 17 Apr 2002 07:17:56 +0000 (07:17 +0000)]
Daily bump.

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

22 years ago2002-04-16 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 17 Apr 2002 06:20:20 +0000 (06:20 +0000)]
2002-04-16  Benjamin Kosnik  <bkoz@redhat.com>

* src/concept-inst.cc (vector<locale::facet*>): Remove instantiations.
* src/stl-inst.cc (vector::_M_insert_aux): Remove instantiation.
(__malloc_alloc_template): Conditionalize.

* include/bits/istream.tcc: Remove sputbackc calls.

* testsuite/19_diagnostics/stdexceptions.cc: Fix comment.

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

22 years ago2002-04-17 Zack Weinberg <zack@codesourcery.com>
obrien [Wed, 17 Apr 2002 03:23:45 +0000 (03:23 +0000)]
2002-04-17  Zack Weinberg  <zack@codesourcery.com>
* Makefile.in (PROTO_OBJS): Add cppdefault.o.
(protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
(unprotoize.o): Ditto.  Build from protoize.c.  Define
UNPROTOIZE on command line.
* protoize.c: Include cppdefault.h.  Delete include_defaults.
(in_system_include_dir): Use cpp_include_defaults (defined in
cppdefault.o).
* unprotoize.c: Delete file.

Approved by:  rth
              Message-ID: <20020415171022.A20025@redhat.com>

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

22 years ago2002-04-17 Zack Weinberg <zack@codesourcery.com>
obrien [Wed, 17 Apr 2002 03:15:21 +0000 (03:15 +0000)]
2002-04-17  Zack Weinberg  <zack@codesourcery.com>
* Makefile.in (PROTO_OBJS): Add cppdefault.o.
(protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
(unprotoize.o): Ditto.  Build from protoize.c.  Define
UNPROTOIZE on command line.
* protoize.c: Include cppdefault.h.  Delete include_defaults.
(in_system_include_dir): Use cpp_include_defaults (defined in
cppdefault.o).
* unprotoize.c: Delete file.

Approved by:  rth
              Message-ID: <20020415171022.A20025@redhat.com>

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

22 years ago2002-04-17 Aldy Hernandez <aldyh@redhat.com>
aldyh [Wed, 17 Apr 2002 02:31:30 +0000 (02:31 +0000)]
2002-04-17  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/altivec.h (vec_ld): Add array variants.
        (vec_lde): Same.
        (vec_ldl): Same.

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

22 years ago2002-04-17 Alan Matsuoka <alanm@redhat.com>
aldyh [Wed, 17 Apr 2002 02:03:43 +0000 (02:03 +0000)]
2002-04-17  Alan Matsuoka  <alanm@redhat.com>
            Aldy Hernandez <aldyh@redhat.com>

        * config/rs6000/altivec.h: Define __ALTIVEC__.
        (bool): New.
        (__pixel): New.
        (pixel): New.
        (vec_cfux): New.
        (vec_vmaddfp): New.
        (vec_vsldoi): New.
        Add parentheses to all macro arguments.

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

22 years ago PR c++/6320
rth [Wed, 17 Apr 2002 01:52:38 +0000 (01:52 +0000)]
    PR c++/6320
        * except.c (remove_eh_handler): Insert inner regions at beginning
        of sibling chain.  Refactor expressions.

* g++.dg/eh/dead1.C: New.

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

22 years ago * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
mmitchel [Wed, 17 Apr 2002 01:47:36 +0000 (01:47 +0000)]
* c-common.h (STMT_EXPR_NO_SCOPE): New macro.
* c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
* tree.h (expand_start_stmt_expr): Update prototype.
* stmt.c (expand_start_stmt_expr): Add has_scope parameter.
* tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
on the STMT_EXPR created for the inline function.

* trans.c (tree_transform): Add has_scope argument to
expand_start_stmt_expr.

* com.c (ffecom_expr_power_integer): Add has_scope argument to
call to expand_start_stmt_expr.

* init.c (begin_init_stmts): Remove commented out code.
(finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
* semantics.c (begin_gobal_stmt_expr): Adjust call to
expand_start_stmt_expr.

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

22 years ago * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
rth [Wed, 17 Apr 2002 01:37:42 +0000 (01:37 +0000)]
    * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
        * config/sparc/sol2-gas-bi.h: New file.
        * config.gcc (sparc*-solaris): Add it as needed.
        * configure.in (AS_SPARC64_FLAG): Remove check.
        * config.in, configure: Regenerate.

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

22 years ago * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
rth [Wed, 17 Apr 2002 01:34:22 +0000 (01:34 +0000)]
    * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.

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

22 years ago * config/mips/mips.c (override_options): Don't override N32 for
rth [Wed, 17 Apr 2002 00:43:04 +0000 (00:43 +0000)]
    * config/mips/mips.c (override_options): Don't override N32 for
        a 64-bit ISA.

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

22 years ago * config/mips/mips.md (can_delay): Split out of existing define_delays.
rth [Wed, 17 Apr 2002 00:34:44 +0000 (00:34 +0000)]
    * config/mips/mips.md (can_delay): Split out of existing define_delays.
        (HILO_delay): Set can_delay false.

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

22 years agoRemove, again.
rth [Wed, 17 Apr 2002 00:32:33 +0000 (00:32 +0000)]
Remove, again.

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

22 years ago * gcc_update: Remove libchill.
rth [Wed, 17 Apr 2002 00:30:17 +0000 (00:30 +0000)]
    * gcc_update: Remove libchill.

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

22 years ago2002-04-16 David S. Miller <davem@redhat.com>
davem [Wed, 17 Apr 2002 00:12:54 +0000 (00:12 +0000)]
2002-04-16  David S. Miller  <davem@redhat.com>

* xregex2.h (__restrict_arr): Define to __restrict on GCC
3.1 and later.  Do not redefine.

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

22 years agoRemove libchill
mmitchel [Tue, 16 Apr 2002 22:01:55 +0000 (22:01 +0000)]
Remove libchill

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

22 years ago2002-04-16 Dale Johannesen <dalej@apple.com>
dje [Tue, 16 Apr 2002 21:56:09 +0000 (21:56 +0000)]
2002-04-16  Dale Johannesen <dalej@apple.com>

        * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
        instruction addresses.
        (rs6000_output_function_epilogue): Likewise.

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

22 years ago2002-04-16 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 16 Apr 2002 18:35:13 +0000 (18:35 +0000)]
2002-04-16  Paolo Carlini  <pcarlini@unitus.it>

* c-parse.in (poplevel, compstmt_start,
compstmt_primary_start): Add ending ';', in accordance
with POSIX.

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

22 years ago * config.gcc (sparcv9-solaris): Configure for 64-bit default.
rth [Tue, 16 Apr 2002 18:05:20 +0000 (18:05 +0000)]
    * config.gcc (sparcv9-solaris): Configure for 64-bit default.
        Adjust tm_file order to get TARGET_DEFAULT set properly.
        (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
        * doc/install.texi (sparc-solaris): Update.

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

22 years ago Fix for PR libgcj/6081:
tromey [Tue, 16 Apr 2002 15:52:26 +0000 (15:52 +0000)]
Fix for PR libgcj/6081:
* Makefile.in: Rebuilt.
* Makefile.am (install-data-local): Use GNU make trick to avoid
shell limit.

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

22 years ago2002-04-16 Adam King <aking@dreammechanics.com>
tromey [Tue, 16 Apr 2002 15:37:39 +0000 (15:37 +0000)]
2002-04-16  Adam King <aking@dreammechanics.com>
    Tom Tromey  <tromey@redhat.com>

* java/io/natFileWin32.cc (performList): Return the correct array
type.  Don't duplicate the creation of a File since it's already
done earlier in the method and the existing code would cause a
ArrayStoreException.  Don't use fixed-size array.
(_access, _stat, attr, getCanonicalPath, performMkdir,
performRenameTo): Don't use fixed-size array.
(getCanonicalPath): Use throw, not _Jv_Throw.

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

22 years ago2002-04-16 Dale Johannesen <dalej@apple.com>
dje [Tue, 16 Apr 2002 15:25:30 +0000 (15:25 +0000)]
2002-04-16  Dale Johannesen <dalej@apple.com>

        * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
        comparison operands do not match each other or if modes of
        conditions do not match result.

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

22 years ago target/6305
hpenner [Tue, 16 Apr 2002 12:43:26 +0000 (12:43 +0000)]
 target/6305
        * config/s390/s390.md (mulsidi3): Set both subregs of the
        multiword register.

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

22 years agoDaily bump.
gccadmin [Tue, 16 Apr 2002 07:18:05 +0000 (07:18 +0000)]
Daily bump.

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

22 years ago2002-04-16 Aldy Hernandez <aldyh@redhat.com>
aldyh [Tue, 16 Apr 2002 06:40:40 +0000 (06:40 +0000)]
2002-04-16  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/altivec.h (vec_addc): Type check.

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

22 years ago PR target/6303
jakub [Tue, 16 Apr 2002 06:18:47 +0000 (06:18 +0000)]
PR target/6303
* dwarf2out.c (rtl_for_decl_location): Call ASM_SIMPLIFY_DWARF_ADDR
before returning.
* config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT only
when inside of MEM by eliminating the indirection too.
* config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Define.
* config/s390/s390.c (s390_simplify_dwarf_addr): New.
* config/s390/s390-protos.h (s390_simplify_dwarf_addr): Add
prototype.

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

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

22 years ago PR middle-end/6279
jakub [Tue, 16 Apr 2002 06:09:39 +0000 (06:09 +0000)]
PR middle-end/6279
* expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.

* expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.

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

22 years ago * decl.c (register_dtor_fn): Pass the address of dso_handle, not
mmitchel [Tue, 16 Apr 2002 03:17:57 +0000 (03:17 +0000)]
* decl.c (register_dtor_fn): Pass the address of dso_handle, not
dso_handle itself, to __cxa_atexit.

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

22 years ago * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
rth [Tue, 16 Apr 2002 03:01:17 +0000 (03:01 +0000)]
    * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
        call_really_used_regs too.

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

22 years ago2002-04-16 Paolo Carlini <pcarlini@unitus.it>
gdr [Tue, 16 Apr 2002 02:29:22 +0000 (02:29 +0000)]
2002-04-16  Paolo Carlini <pcarlini@unitus.it>
        * testsuite/24_iterators/rel_ops.cc: New test.

2002-04-16  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

        * include/bits/type_traits.h (__normal_iterator): Declare in
        __gnu_cxx.  Adjust use at global namespace.
        * include/bits/stl_iterator.h (__normal_iterator): Move
        definition
        into __gnu_cxx::. Add more operator overloads.  Tidy existing
        ones.
        * include/bits/basic_string.h (basic_string): Adjust use of
        __normal_iterator.
        * include/bits/stl_vector.h (_Alloc>): Likewise.
        * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now
        here.
        * src/string-inst.cc (operator==): Instantiate in __gnu_cxx.

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

22 years ago* configure.in: Allow building in $srcdir.
dj [Tue, 16 Apr 2002 02:03:03 +0000 (02:03 +0000)]
* configure.in: Allow building in $srcdir.
* configure: Regenerated.

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

22 years ago * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
rth [Tue, 16 Apr 2002 01:16:35 +0000 (01:16 +0000)]
    * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.

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

22 years ago2002-04-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 16 Apr 2002 00:45:36 +0000 (00:45 +0000)]
2002-04-15  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/4164
Valgrind fixes.
* config/io/basic_file_stdio.cc (__basic_file::~__basic_file):
Call close.
(__basic_file::close): Call fflush. Correct return if fclose ok.
(__basic_file::is_open): Make const.
Change __c_file_type to __c_file.
* config/io/basic_file_stdio.h: Change __c_file_type to __c_file.
(__basic_file::is_open): Make const.
* config/io/c_io_stdio.h: Change __c_file_type to __c_file.
* include/std/std_fstream.h (filebuf::_M_allocate_file): Remove.
(filebuf::_M_unbuf): Add.
(filebuf::_M_file): Change to non-pointer.
(filebuf::_M_allocate_pback_buffer): Remove.
* include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove.
(filebuf::_M_allocate_internal_buffer): Use _M_unbuf.
Change initialization list for _M_file change.
(filebuf::_M_allocate_pback_buffer): Remove.
Change _M_file usage to reflect non-pointer data member.

* config/locale/generic/c_locale.cc
(locale::facet::_S_create_c_locale): Add parameter.
* config/locale/generic/collate_members.cc: Change
_M_compare_helper to _M_compare.
Change _M_transform_helper to _M_transform.
* config/locale/generic/monetary_members.cc: Changeup data types.
Add dtors.
* config/locale/generic/numeric_members.cc: Add dtors.
* config/locale/generic/time_members.cc: Add dtors.
* config/locale/gnu/c_locale.cc: Add parameter.
* config/locale/gnu/collate_members.cc:Change
_M_compare_helper to _M_compare.
Change _M_transform_helper to _M_transform.
* config/locale/gnu/ctype_members.cc: Better error checking.
* config/os/gnu-linux/bits/ctype_noninline.h: Better error checking.
* config/locale/gnu/messages_members.cc: Tweak comment.
* config/locale/gnu/monetary_members.cc: Change data types.
Add dtors.
* config/locale/gnu/numeric_members.cc: Add dtors, better error
checking.
* config/locale/gnu/time_members.cc: Same.
* config/locale/ieee_1003.1-2001/c_locale.cc
(locale::facet::_S_create_c_locale): Add parameter.
* config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove
bogus ctor.

* include/bits/locale_facets.h (moneypunct): Use string literals.
Don't define dtor.
(numpunct): Same.
(__timepunct): Same.
(locale::_Impl::_M_facets): Change from vector to array.
(locale::_Impl::_M_names): Change from array of strings to array
of string literals.
(locale::facet::_S_create_c_locale): Add parameter.
(locale::locale::_S_num_facets): Move to...
(locale::_Impl::_M_facets_size): Here.
* include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name
changes.
* include/bits/localefwd.h: (locale::id::_M_id): Add member function.
(locale::_Impl::_Impl(facet**, size_t, bool)): Add.
(locale::_Impl::_Impl(string, size_t)): Change to
(locale::_Impl::_Impl(const char*, size_t)): This.

* include/bits/streambuf.tcc (streambuf::_S_pback_size): Define.
* include/std/std_streambuf.h (streambuf::_M_pback_size): Change to
(streambuf::_S_pback_size): This.

* src/globals.cc: Add pre-allocations for "C" facets.
* src/locale-inst.cc: Remove vector instantiations.
* src/locale.cc: Remove vector include. Fixups for _M_names,
_M_facets changes.
* src/localename.cc: Same.

* include/bits/stl_vector.h: Fix odd formatting.

* include/bits/basic_string.tcc: Tweak comment.

* libsupc++/new: Make sure parameters are uglified.
* libsupc++/typeinfo: Same.

* testsuite/22_locale/num_get_members_char.cc: Fixup.
* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
* testsuite/27_io/filebuf_members.cc: Same.

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

22 years ago2002-04-15 David S. Miller <davem@redhat.com>
davem [Mon, 15 Apr 2002 23:12:58 +0000 (23:12 +0000)]
2002-04-15  David S. Miller  <davem@redhat.com>

* rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
as being CLOBBERed.

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

22 years ago PR c/6290
jakub [Mon, 15 Apr 2002 22:39:10 +0000 (22:39 +0000)]
PR c/6290
* config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
CONST_VECTOR is { 0, ... 0 }.

* gcc.dg/altivec-5.c: New test.

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

22 years ago* acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
dj [Mon, 15 Apr 2002 21:59:09 +0000 (21:59 +0000)]
* acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
too.
(CYG_AC_PATH_TKCONFIG): Likewise.

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

22 years ago * doc/install.texi (Installing GCC: Configuration): Clarify
ljrittle [Mon, 15 Apr 2002 21:28:46 +0000 (21:28 +0000)]
    * doc/install.texi (Installing GCC: Configuration): Clarify
        the only supported ways to configure gcc.

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

22 years ago * config.gcc (alpha*-*-gnu*): New target configuration.
rth [Mon, 15 Apr 2002 20:44:35 +0000 (20:44 +0000)]
    * config.gcc (alpha*-*-gnu*): New target configuration.
        * config/alpha/gnu.h: New file for it.
        * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.

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

22 years ago * aclocal.m4 (gcc_version_trigger): Use robust path construction.
ljrittle [Mon, 15 Apr 2002 20:42:28 +0000 (20:42 +0000)]
* aclocal.m4 (gcc_version_trigger): Use robust path construction.
* configure: Rebuilt.

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

22 years ago * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
rth [Mon, 15 Apr 2002 20:35:31 +0000 (20:35 +0000)]
    * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
        config/i386/linux-aout.h, config/i386/linux-oldld.h,
        config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
        config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
        config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
        config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
        config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
        Define __gnu_linux__, not gnu_linux.
        * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.

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

22 years ago * MAINTAINERS: Remove chill maintainers.
mmitchel [Mon, 15 Apr 2002 20:19:23 +0000 (20:19 +0000)]
* MAINTAINERS: Remove chill maintainers.
* Makefile.in (CHILLFLAGS): Remove.
(CHILL_LIB): Remove.
(TARGET_CONFIGDIRS): Remove libchill.
(CHILL_FOR_TARGET): Remove.
(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
CHILL_LIB.
(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-libchill): Remove.
(all-target-libchill): Remove.
* configure.in (target_libs): Remove target-libchill.
Do not compute CHILL_FOR_TARGET.
* libchill: Remove directory.

Remove Chill front end.
* gcc.c (default_compilers): Remove Chill entries.
* ch: Remove directory.
* doc/frontends.texi: Remove information about Chill.
* doc/sourcebuild.texi: Likewise.
* doc/standards.texi: Likewise.

* testsuite/lib/chill.exp: Remove.

* g77.texi: Remove Chill reference.

* gcc_release (build_tarfiles): Do not build Chill tarfiles.
(CHILL_DIRS): Remove.

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

22 years ago * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
kenner [Mon, 15 Apr 2002 10:53:36 +0000 (10:53 +0000)]
* config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
(LONGLONG_STANDALONE): Define.

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

22 years ago2002-04-15 David S. Miller <davem@redhat.com>
davem [Mon, 15 Apr 2002 10:11:16 +0000 (10:11 +0000)]
2002-04-15  David S. Miller  <davem@redhat.com>

* config/sparc/sparc.c (sparc_emit_float_lib_cmp):
Call emit_library_call with LCT_NORMAL.
(sparc_initialize_trampoline): Use LCT_foo instead of
magic constant in emit_library_call invocations.
(sparc64_initialize_trampoline): Likewise.
(sparc_profile_hook): Likewise.
* config/sparc/sparc.md: Likewise.

* config/sparc/sparc.c (sparc_extra_constraint_check):
Fix type of argument 'c'.
* config/sparc/sparc-protos.h (sparc_extra_constraint_check):
Likewise.

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

22 years ago Fix for PR java/6085:
bryce [Mon, 15 Apr 2002 09:25:29 +0000 (09:25 +0000)]
    Fix for PR java/6085:
        * parse.y (patch_method_invocation): Always use build_access_to_thisn
        to get enclosing "this" argument for inner-class constructor
        invocation. Pass correct arguments to build_access_to_thisn.

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

22 years agoDaily bump.
gccadmin [Mon, 15 Apr 2002 07:16:53 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
mark [Mon, 15 Apr 2002 03:21:00 +0000 (03:21 +0000)]
    * java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
        * java/net/natSocketImpl.cc (close): Likewise.

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

22 years ago2002-04-14 Mark Wielaard <mark@klomp.org>
mark [Mon, 15 Apr 2002 03:15:23 +0000 (03:15 +0000)]
2002-04-14  Mark Wielaard <mark@klomp.org>

        * gnu/gcj/protocol/http/Connection.java (usingProxy): return false.

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

22 years ago2002-04-13 Adam King <aking@dreammechanics.com>
mark [Mon, 15 Apr 2002 03:11:12 +0000 (03:11 +0000)]
2002-04-13  Adam King <aking@dreammechanics.com>

        * java/lang/natDouble.cc (parseDouble): Allow a number to end with
        the f/F/d/D modifiers.

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

22 years ago * diagnostic.h (output_buffer_state): Redefine.
gdr [Sun, 14 Apr 2002 23:35:36 +0000 (23:35 +0000)]
* diagnostic.h (output_buffer_state): Redefine.
(output_format_decoder): New macro.
(output_prefixing_rule): Likewise.
(output_line_cutoff): Likewise.
(diagnostic_format_decoder): Adjust.
(diagnostic_prefixing_rule): Likewise.
(diagnostic_line_cutoff): Likewise.
(diagnostic_state): Likewise.
(diagnostic_kind_count): Likewise.
(diagnostic_buffer): Now a macro.

* diagnostic.c (diagnostic_buffer): Remove definition.
(output_is_line_wrapping): Adjust.
(set_real_maximum_length): Likewise.
(output_set_maximum_length): Likewise.
(init_output_buffer): Likewise.
(lhd_print_error_function): Likewise.
(output_do_verbatim): Likewise.

cp/
* error.c (cxx_print_error_function): Adjust call to macros.

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

22 years ago * libjava.mauve/xfails: Expect failures for PR libgcj/6302 and
mark [Sun, 14 Apr 2002 22:37:56 +0000 (22:37 +0000)]
    * libjava.mauve/xfails: Expect failures for PR libgcj/6302 and
        libgcj/6298.

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

22 years ago * class.c (layout_virtual_bases): Do all dsize computation on trees.
jakub [Sun, 14 Apr 2002 20:55:48 +0000 (20:55 +0000)]
* class.c (layout_virtual_bases): Do all dsize computation on trees.

* g++.dg/other/big-struct.C: New test.

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

22 years ago * cpperror.c (print_location): Don't print include chain
neil [Sun, 14 Apr 2002 18:42:47 +0000 (18:42 +0000)]
* cpperror.c (print_location): Don't print include chain
if line == 0.
(cpp_begin_message): Update to use DL_ macros.
(cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
cpp_notice, cpp_notice_from_errno): Remove.
(cpp_error, cpp_error_with_line): Update to take a diagnostic
level.
(cpp_errno): New.
* cppexp.c (CPP_ICE): Remove.
(SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
lex, integer_overflow, _cpp_parse_expr): Update.
* cppfiles.c (read_include_file, find_include_file,
handle_missing_header, _cpp_read_file, remap_filename): Update.
* cpphash.h (enum error_type): Remove.
(_cpp_begin_message): Update.
* cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
cpp_handle_option, cpp_post_options): Update.
* cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
skip_whitespace, parse_identifier, parse_slow, parse_string,
_cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
cpp_interpret_charconst): Update.
* cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
lex_macro_node, do_undef, glue_header_name, parse_include,
do_include_common, read_flag, do_line, do_linemarker, do_ident,
cpp_register_pragma, do_pragma_once, do_pragma_system_header,
do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
do_elif, do_endif, parse_answer, parse_assertion, do_assert,
_cpp_pop_buffer, do_diagnostic): Update.
* cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
(cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
cpp_notice, cpp_notice_from_errno): Remove.
(cpp_error, cpp_error_with_line): Update to take a diagnostic
level.
(cpp_errno): New.
* cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
collect_args, enter_macro_context, save_parameter, parse_params,
_cpp_create_definition, check_trad_stringification,
cpp_macro_definition): Update.
* cppmain.c (cpp_preprocess_file): Update.
* fix-header.c (read_scan_file): Update.

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

22 years ago * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
schwab [Sun, 14 Apr 2002 16:00:18 +0000 (16:00 +0000)]
* config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.

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

22 years ago * libjava.mauve/xfails: Expect failures for PR libgcj/6293,
mark [Sun, 14 Apr 2002 15:03:31 +0000 (15:03 +0000)]
* libjava.mauve/xfails: Expect failures for PR libgcj/6293,
libgcj/6295, libgcj/6296 and libgcj/6297.

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

22 years ago * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
jason [Sun, 14 Apr 2002 14:27:33 +0000 (14:27 +0000)]
    * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.

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

22 years ago2002-04-12 David Billinghurst <David.Billinghurst@riotinto.com>
billingd [Sun, 14 Apr 2002 13:46:24 +0000 (13:46 +0000)]
2002-04-12  David Billinghurst <David.Billinghurst@riotinto.com>

* g77.dg/f77-edit-i-in.f: Use internal buffer in place
of scratch file.

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

22 years ago * typeck.c (get_member_function_from_ptrfunc): Don't do
jason [Sun, 14 Apr 2002 13:14:52 +0000 (13:14 +0000)]
    * typeck.c (get_member_function_from_ptrfunc): Don't do
        gratuitious division and multiplication on
        ptrmemfunc_vbit_in_delta targets.

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

22 years ago2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
billingd [Sun, 14 Apr 2002 11:52:25 +0000 (11:52 +0000)]
2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>

PR c/6277
* gcc.dg/i386-387-1.c:  Allow optional leading underscore
in scan-assembler function name

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

22 years agoDaily bump.
gccadmin [Sun, 14 Apr 2002 07:17:01 +0000 (07:17 +0000)]
Daily bump.

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

22 years ago * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
mmitchel [Sat, 13 Apr 2002 22:10:56 +0000 (22:10 +0000)]
* config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
not gnu_hurd.

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

22 years ago * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
hp [Sat, 13 Apr 2002 20:16:13 +0000 (20:16 +0000)]
* config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.

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

22 years ago2002-04-13 Joel Sherrill <joel@OARcorp.com>
joel [Sat, 13 Apr 2002 19:47:57 +0000 (19:47 +0000)]
2002-04-13 Joel Sherrill <joel@OARcorp.com>

* config/sparc/t-elf: Enable v8 multilibs.  Impacts
sparc-elf and sparc-rtems targets.

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

22 years ago2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 13 Apr 2002 19:41:29 +0000 (19:41 +0000)]
2002-04-13  Toon Moene  <toon@moene.indiv.nluug.nl>

* news.texi: Deprecate frontend version number;
update list of fixed bugs.

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

22 years ago * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
mmitchel [Sat, 13 Apr 2002 19:21:08 +0000 (19:21 +0000)]
* alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
defined, and __gnu_hurd__ wherever __GNU__ is defined.
* arm/linux-elf.h: Likewise.
* cris/aout.h: Likewise.
* cris/linux.h: Likewise.
* i370/linux.h: Likewise.
* i386/gnu.h: Likewise.
* i386/linux-aout.h: Likewise.
* i386/linux-oldld.h: Likewise.
* i386/linux.h: Likewise.
* i386/linux64.h: Likewise.
* ia64/linux.h: Likewise.
* m68k/linux-aout.h: Likewise.
* m68k/linux.h: Likewise.
* mips/linux.h: Likewise.
* pa/pa-linux.h: Likewise.
* pj/linux.h: Likewise.
* rs6000/sysv4.h: Likewise.
* s390/linux.h: Likewise.
* sh/linux.h: Likewise.
* sparc/linux-aout.h: Likewise.
* sparc/linux.h: Likewise.
* sparc/linux64.h: Likewise.
* xtensa/linux.h: Likewise.

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

22 years ago * g77.f-torture/execute/980628-4.x,
hp [Sat, 13 Apr 2002 12:05:53 +0000 (12:05 +0000)]
* g77.f-torture/execute/980628-4.x,
g77.f-torture/execute/980628-5.x,
g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
i[34567]86-*-*.

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

22 years ago2002-04-13 David S. Miller <davem@redhat.com>
davem [Sat, 13 Apr 2002 10:32:46 +0000 (10:32 +0000)]
2002-04-13  David S. Miller  <davem@redhat.com>

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

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

22 years ago * gcc.dg/asm-6.c,
rsandifo [Sat, 13 Apr 2002 09:33:01 +0000 (09:33 +0000)]
* gcc.dg/asm-6.c,
* g++.dg/ext/asm1.C: New tests.

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

22 years ago * stmt.c (check_unique_operand_names): Expect operand names to
rsandifo [Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)]
* stmt.c (check_unique_operand_names): Expect operand names to
be strings rather than identifiers.  Use simple_cst_equal to
compare them.
(resolve_operand_name_1): Make same identifier to string change here.
* c-parse.in (asm_operand): Convert a named operand into a string.
* cp/parse.y (asm_operand): Likewise.

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

22 years agoDaily bump.
gccadmin [Sat, 13 Apr 2002 07:16:56 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago PR c++ 5373.
mmitchel [Sat, 13 Apr 2002 07:10:12 +0000 (07:10 +0000)]
PR c++ 5373.
* g++.dg/parse/stmtexpr1.C: New test.

PR c++/5373.
* semantics.c (finish_expr_stmt): Remember the type of the
expression before any conversions are performed.

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

22 years ago * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
schwab [Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)]
* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).

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

22 years ago PR c++/5189.
mmitchel [Sat, 13 Apr 2002 01:33:23 +0000 (01:33 +0000)]
PR c++/5189.
* call.c (add_template_candidate_real): Do not treat member
templates as copy constructors.

PR c++/5189.
* g++.dg/template/copy1.C: New test.

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

22 years ago Revert these changes:
mmitchel [Sat, 13 Apr 2002 01:25:27 +0000 (01:25 +0000)]
Revert these changes:

2002-04-06  Mark Mitchell  <mark@codesourcery.com>

PR c++/5571
* stor-layout.c (layout_decl): Reset the RTL for the decl.

* decl.c (duplicate_decls): Do not copy the RTL for a variable
declaration if the old variable had an incomplete type and the new
variable does not.
(complete_vars): Do not call layout_decl for completed variables.

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

22 years ago * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
rth [Fri, 12 Apr 2002 23:55:05 +0000 (23:55 +0000)]
    * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.

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

22 years agoMissed this entry in last commit
dj [Fri, 12 Apr 2002 23:17:54 +0000 (23:17 +0000)]
Missed this entry in last commit

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

22 years ago * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
rth [Fri, 12 Apr 2002 23:02:45 +0000 (23:02 +0000)]
    * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
        (sparc*-*-solaris): Clean up header files.
        * configure.in (AS_SPARC64_FLAG): Error out if can't find it
        and plan on generating 64-bit code.
        * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
        * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
        * config/sparc/sol2-sld-64.h: Rename ...
        * config/sparc/sol2-bi.h: ... here.  Remove the bits that checked
        for AS_SPARC64_FLAG not defined.
        * config/sparc/sol2-gld-bi.h: New.
        * config/sparc/sol2-sld.h: Remove.
        * config/sparc/sol26-sld.h: New.
        * config/sparc/sol2.h: Tidy comments.
        * doc/install.texi: Document sparc-solaris configury changes.

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