OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago2004-10-18 Mark Wielaard <mark@klomp.org>
aph [Mon, 18 Oct 2004 14:13:18 +0000 (14:13 +0000)]
2004-10-18  Mark Wielaard  <mark@klomp.org>
        Andrew Haley  <aph@redhat.com>

        * testsuite/libjava.lang/ExtraClassLoader.java: New.

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

19 years ago2004-10-18 Andrew Haley <aph@redhat.com>
aph [Mon, 18 Oct 2004 14:07:42 +0000 (14:07 +0000)]
2004-10-18  Andrew Haley  <aph@redhat.com>

        PR java/18036:
        * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize
        and correct logic used to find interpreter.

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

19 years ago2004-10-18 Jeroen Frijters <jeroen@frijters.net>
mkoch [Mon, 18 Oct 2004 14:05:04 +0000 (14:05 +0000)]
2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/util/logging/LogManager.java
(findAncestor): Fixed IndexOutOfBoundsException.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 13:40:05 +0000 (13:40 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedInputStream.java: Fixed @author tag.
(read): Simplified expression.
(read): Merged javadoc a bit more.
(read): Renamed 'remain' to 'totalBytesRead'.
* java/io/DataInputStream.java,
java/io/DataOutputStream.java,
java/io/ObjectInputStream.java,
java/io/ObjectOutputStream.java:
Reworked modifier order.

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

19 years ago * config/i386/i386.md (addqi_1_slp): Test for incdec_operand
jakub [Mon, 18 Oct 2004 13:01:36 +0000 (13:01 +0000)]
* config/i386/i386.md (addqi_1_slp): Test for incdec_operand
operand 1 instead of 2

* gcc.c-torture/compile/20041018-1.c: New test.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 12:36:27 +0000 (12:36 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/net/Inet4Address.java: Merged file header and javadocs.
* java/net/Inet6Address.java: Likewise.
* java/net/InetAddress.java
(getCanonicalHostName): Create Inet4Address object instead of
InetAddress and add comment regarding IPv6.
(toString): Simplified.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 12:22:51 +0000 (12:22 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/http/Connection.java,
java/nio/MappedByteBufferImpl.java,
java/text/RuleBasedCollator.java,
java/util/ResourceBundle.java:
Reworked import statements.

2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/security/IdentityScope.java
(systemScope): Removed useless initializer.
* java/security/Policy.java
(currentPolicy): Likewise.

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

19 years ago * loop-unroll.c: Fix comment typos.
kazu [Mon, 18 Oct 2004 12:15:45 +0000 (12:15 +0000)]
* loop-unroll.c: Fix comment typos.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 11:09:11 +0000 (11:09 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/lang/System.java: Revert accidential change.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 10:41:56 +0000 (10:41 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/lang/Math.java,
java/lang/Package.java,
java/lang/Runtime.java,
java/lang/StrictMath.java,
java/lang/System.java,
java/lang/Thread.java,
java/lang/ThreadLocal.java,
java/lang/Void.java:
Reworked import statements, HTML in javadocs and modifier orders.

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

19 years ago2004-10-18 Jeroen Frijters <jeroen@frijters.net>
mkoch [Mon, 18 Oct 2004 10:23:59 +0000 (10:23 +0000)]
2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/util/Timer.java
(nr): Removed useless initializer.
* java/util/logging/LogRecord.java
(lastSeqNum): Likewise.
* javax/naming/spi/NamingManager.java
(icfb, ofb): Likewise.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 10:14:24 +0000 (10:14 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/PlainDatagramSocketImpl.java:
Reworked import statements.
* gnu/java/security/provider/DSAParameters.java:
Fixed copyrigth years.
* java/net/JarURLConnection.java:
Fixed HTML in @author tags.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 09:49:16 +0000 (09:49 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/rmi/activation/ActivationSystem.java
(SYSTEM_PORT): Initialize with correct port number.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 09:46:48 +0000 (09:46 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/lang/reflect/Proxy.java: Improved javadocs.

2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/lang/reflect/AccessibleObject.java
(checkPermission): Removed redundant final modifier.
(secureSetAccessible): Likewise.
* java/lang/reflect/Proxy.java:
Reworked import statements.
(generate): Removed redundant final modifier.
* java/lang/reflect/ReflectPermission.java:
Reorder package declaration and import statement.

2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/lang/reflect/Proxy.java
(count): Removed useless initializer.

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

19 years ago2004-10-18 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 18 Oct 2004 08:43:17 +0000 (08:43 +0000)]
2004-10-18  Paolo Carlini  <pcarlini@suse.de>

* include/bits/basic_string.tcc (_M_mutate): Do not reallocate
unnecessarily when _M_rep() == &_S_empty_rep() and __new_size
== capacity() (== 0): is ok to just leave everything unchanged.

* include/bits/basic_string.h: Minor formatting fixes.
* include/bits/basic_string.tcc: Likewise.

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

19 years ago * Make-lang.in (java/parse.o-warn, java/parse-scan.o-warn):
steven [Mon, 18 Oct 2004 06:35:09 +0000 (06:35 +0000)]
* Make-lang.in (java/parse.o-warn, java/parse-scan.o-warn):
New rules to work around old Bison warnings.

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

19 years ago2004-10-18 Revital Eres <eres@il.ibm.com>
hagog [Mon, 18 Oct 2004 05:31:28 +0000 (05:31 +0000)]
2004-10-18  Revital Eres  <eres@il.ibm.com>

        * Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
        * loop-unroll.c: Include varray.h.
        (struct var_to_expand, struct opt_info): Rename split_ivs_info to
        opt_info and expand it to support variable expansion.
        (analyze_insns_in_loop): Rename analyze_ivs_to_split and
        expand it to support variable expansion.
        (pt_info_start_duplication): Rename si_info_start_duplication.
        (apply_opt_in_copies): Rename split_ivs_in_copies and add support
        to the variable expansion optimization.
        (free_opt_info): Rename free_si_info.
        (analyze_insn_to_expand_var, referenced_in_one_insn_in_loop_p,
        expand_var_during_unrolling, insert_var_expansion_initialization,
        combine_var_copies_in_loop_exit, release_var_copies,
        get_expansion): New functions.
        (peel_loop_completely, unroll_loop_constant_iterations,
        unroll_loop_runtime_iterations, peel_loop_simple,
        unroll_loop_stupid): Change uses of struct si_info
        to struct opt_info
        and add uses of fvariable-expansion-in-unroller flag.
        * params.def: Add parameter to restrict the number of expansions.
        * params.h: (MAX_VARIABLE_EXPANSIONS): New define to restrict
        the number of expansions.
        * common.opt: (fvariable-expansion-in-unroller): New flag.
        * doc/invoke.texi: (fvariable-expansion-in-unroller): Document.

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

19 years ago * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
dannysmith [Mon, 18 Oct 2004 03:48:57 +0000 (03:48 +0000)]
* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
__GXX_MERGED_TYPEINFO_NAMES to 0.

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

19 years ago * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
bje [Mon, 18 Oct 2004 03:23:20 +0000 (03:23 +0000)]
* gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
compiler referring to register 0 when accessing sdata.  The linker
now patches things up.

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

19 years ago * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
hp [Mon, 18 Oct 2004 01:56:03 +0000 (01:56 +0000)]
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
handle barriers in a bb by checking that it points to a NULL bb.
* emit-rtl.c (emit_barrier_before): Set BLOCK_FOR_INSN to NULL.
(emit_barrier_after, emit_barrier): Ditto.

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

19 years ago * doc/extend.texi (Attribute Syntax): Clarify details of
jsm28 [Mon, 18 Oct 2004 00:22:27 +0000 (00:22 +0000)]
* doc/extend.texi (Attribute Syntax): Clarify details of
attributes on parameters.

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

19 years agoDaily bump.
gccadmin [Mon, 18 Oct 2004 00:16:46 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoDaily bump.
gccadmin [Mon, 18 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of
rakdver [Sun, 17 Oct 2004 23:13:21 +0000 (23:13 +0000)]
* tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of
loop.

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

19 years ago * class.c (ident_subst): Always alloca buffer.
steven [Sun, 17 Oct 2004 22:51:35 +0000 (22:51 +0000)]
* class.c (ident_subst): Always alloca buffer.
* java-opcodes.h (LAST_AND_UNUSED_JAVA_OPCODE): Add this dummy
opcode after including javaop.def.
* jcf-dump.c (CHECK_PC_IN_RANGE): Return 0 from the arm of the
conditional expression that exits, to avoid warnings.
* verify.c (CHECK_PC_IN_RANGE): Mark the __GNUC__ definition as
a user of an extension.
* win32-host.c: Move check down to have non-empty file when
WIN32 is not defined.

* Make-lang.in (java-warn): Add STRICT_WARN.
(java/jcf-io.o-warn): Don't have Werror for this file.
* jcf-io.c (caching_stat): Add FIXME for non-POSIX scandir use.

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

19 years ago2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 17 Oct 2004 22:01:19 +0000 (22:01 +0000)]
2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        Revert:
        2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-typeck.c (default_function_array_conversion): Always create
        &a[0] for array types.
        (build_unary_op): Do not fold &a[x] into a + x.

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

19 years ago2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 17 Oct 2004 20:07:34 +0000 (20:07 +0000)]
2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/17925
        * cfgexpand.c (expand_gimple_cond_expr): Emit line notes for next basic
        block if there is a goto with a locus.

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

19 years ago * config/elfos.h, config/gofast.h, config/interix.h,
kazu [Sun, 17 Oct 2004 18:09:48 +0000 (18:09 +0000)]
* config/elfos.h, config/gofast.h, config/interix.h,
config/netbsd.h, config/svr3.h, config/vxworks.h,
config/alpha/alpha-modes.def, config/alpha/alpha-protos.h,
config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
config/alpha/netbsd.h, config/arm/arm-modes.def,
config/arm/unknown-elf.h, config/c4x/c4x-modes.def,
config/cris/aout.h, config/frv/frv-modes.def,
config/i386/beos-elf.h, config/i386/gas.h,
config/i386/i386-coff.h, config/i386/i386-modes.def,
config/i386/linux.h, config/i386/linux64.h,
config/i386/mingw32.h, config/i386/netbsd-elf.h,
config/i386/netbsd64.h, config/i386/sco5.h,
config/i386/sol2.h, config/i386/uwin.h, config/i860/i860.md,
config/ia64/ia64-modes.def, config/ia64/itanium1.md,
config/ia64/itanium2.md, config/m68k/m68k-modes.def,
config/mips/mips-modes.def, config/mips/sdb.h,
config/mips/vr.h, config/mips/vxworks.h,
config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
config/pa/pa32-linux.h, config/rs6000/40x.md,
config/rs6000/7450.md, config/rs6000/8540.md,
config/rs6000/linuxspe.h, config/rs6000/power4.md,
config/rs6000/rs6000-modes.def, config/rs6000/rtems.h,
config/rs6000/spe.h, config/s390/2064.md, config/s390/linux.h,
config/s390/s390-modes.def, config/sh/elf.h,
config/sh/sh-modes.def, config/sh/sh64.h,
config/sparc/ultra1_2.md, config/sparc/ultra3.md,
config/stormy16/stormy16.md, config/v850/v850-protos.h,
config/vax/vax.md: Update copyright.

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

19 years ago2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 17 Oct 2004 17:24:59 +0000 (17:24 +0000)]
2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/17529
        * gcc.c-torture/compile/pr17529.c: New test.

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

19 years ago * expr.c (expand_expr_real_1): Remove an obsolete comment.
kazu [Sun, 17 Oct 2004 17:19:32 +0000 (17:19 +0000)]
* expr.c (expand_expr_real_1): Remove an obsolete comment.

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

19 years ago2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 17 Oct 2004 17:16:27 +0000 (17:16 +0000)]
2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-typeck.c (default_function_array_conversion): Always create
        &a[0] for array types.
        (build_unary_op): Do not fold &a[x] into a + x.

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

19 years ago2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 17 Oct 2004 17:13:38 +0000 (17:13 +0000)]
2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * Make-lang.in (F95_ADDITIONAL_OBJS): Kill.
        (f951): Do not depend on F95_ADDITIONAL_OBJS and don't
        link it in.

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

19 years ago2004-10-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sun, 17 Oct 2004 15:22:03 +0000 (15:22 +0000)]
2004-10-17  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/mt_allocator.h (__pool::_M_get_align): New.
(__mt_alloc::allocate): Use it.
* src/mt_allocator.cc (__pool::_M_reclaim_block): Use it.
(__pool::_M_reserve_block): Simplify block allocation.

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

19 years ago2004-10-17 Dhruv Matani <dhruvbird@gmx.net>
paolo [Sun, 17 Oct 2004 14:46:29 +0000 (14:46 +0000)]
2004-10-17  Dhruv Matani  <dhruvbird@gmx.net>
    Paolo Carlini  <pcarlini@suse.de>

* include/ext/bitmap_allocator.h: Change unsigned int -> size_t: this
makes the code 64-bit correct and also fixes (together with using at
the beginning a bitmap 2 * size_t bytes wide) alignment issues: now
8 is guaranteed, easily tunable to 16 via _BALLOC_ALIGN_BYTES.
Fix pthread-rope7.cc fail by nulling out __mini_vector<> destructor.
* src/bitmap_allocator.cc: Change to size_t.
* config/linker-map.gnu: Adjust.

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

19 years ago2004-10-17 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 17 Oct 2004 08:29:57 +0000 (08:29 +0000)]
2004-10-17  Michael Koch  <konqueror@gmx.de>

* java/net/BindException.java,
java/net/ConnectException.java,
java/net/ContentHandler.java,
java/net/ContentHandlerFactory.java,
java/net/DatagramPacket.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/DatagramSocketImplFactory.java,
java/net/FileNameMap.java,
java/net/HttpURLConnection.java,
java/net/MalformedURLException.java,
java/net/MulticastSocket.java,
java/net/NetworkInterface.java,
java/net/NoRouteToHostException.java,
java/net/PasswordAuthentication.java,
java/net/PortUnreachableException.java,
java/net/ProtocolException.java,
java/net/ServerSocket.java,
java/net/Socket.java,
java/net/SocketException.java,
java/net/SocketImpl.java,
java/net/SocketImplFactory.java,
java/net/SocketOptions.java,
java/net/SocketPermission.java,
java/net/SocketTimeoutException.java,
java/net/URI.java,
java/net/URISyntaxException.java,
java/net/URL.java,
java/net/URLDecoder.java,
java/net/URLEncoder.java,
java/net/URLStreamHandler.java,
java/net/URLStreamHandlerFactory.java,
java/net/UnknownHostException.java,
java/net/UnknownServiceException.java:
Big import statement and @author tag cleanup.

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

19 years ago2004-10-17 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 17 Oct 2004 08:00:11 +0000 (08:00 +0000)]
2004-10-17  Michael Koch  <konqueror@gmx.de>

* gnu/java/security/OID.java,
gnu/java/security/provider/DSAParameters.java,
gnu/java/security/provider/DSASignature.java,
gnu/java/security/x509/X500DistinguishedName.java,
gnu/java/security/x509/X509CRL.java:
Import statements cleaned up.

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

19 years ago * pointer-set.c (hash1): Use integer part of 2^64 / phi
jakub [Sun, 17 Oct 2004 07:15:53 +0000 (07:15 +0000)]
* pointer-set.c (hash1): Use integer part of 2^64 / phi
instead 2^32 / phi if long is 64-bit.

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

19 years ago PR c++/17743
giovannibajo [Sun, 17 Oct 2004 04:39:46 +0000 (04:39 +0000)]
PR c++/17743
* decl2.c (grokfield): Apply attributes also to TYPE_DECLs.

PR c++/17743
* g++.dg/ext/attrib17.C: New test.

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

19 years agoDaily bump.
gccadmin [Sun, 17 Oct 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoDaily bump.
gccadmin [Sun, 17 Oct 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoFix typo in last entry.
jsm28 [Sat, 16 Oct 2004 23:20:42 +0000 (23:20 +0000)]
Fix typo in last entry.

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

19 years ago * c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and
jsm28 [Sat, 16 Oct 2004 23:19:07 +0000 (23:19 +0000)]
* c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and
RID_PTRVALUE.
* c-parse.in (PTR_VALUE, PTR_BASE, PTR_EXTENT): Remove %token
declarations.
(reswords): Remove __ptrbase, __ptrbase__, __ptrextent,
__ptrextent__, __ptrvalue and __ptrvalue__.
(rid_to_yy): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE
entries.

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

19 years ago2004-10-16 Dale Johannesen <dalej@apple.com>
dalej [Sat, 16 Oct 2004 22:58:45 +0000 (22:58 +0000)]
2004-10-16  Dale Johannesen  <dalej@apple.com>

        * c-common.c (c_common_get_alias_set):  Use GGC for type_hash_table.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 18:32:21 +0000 (18:32 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/NIODatagramSocket.java,
gnu/java/nio/ServerSocketChannelImpl.java:
Reorganized import statements.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 18:27:51 +0000 (18:27 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* gnu/java/rmi/RMIMarshalledObjectOutputStream.java
gnu/java/rmi/rmic/RMIC.java,
gnu/java/rmi/server/RMIHashes.java,
gnu/java/rmi/server/RMIObjectInputStream.java,
gnu/java/rmi/server/RMIObjectOutputStream.java,
gnu/java/rmi/server/UnicastConnection.java,
gnu/java/rmi/server/UnicastConnectionManager.java,
gnu/java/rmi/server/UnicastRemoteCall.java,
gnu/java/rmi/server/UnicastServer.java,
gnu/java/rmi/server/UnicastServerRef.java,
java/rmi/MarshalledObject.java,
java/rmi/Naming.java,
java/rmi/RMISecurityManager.java,
java/rmi/Remote.java,
java/rmi/activation/Activatable.java,
java/rmi/activation/ActivationDesc.java,
java/rmi/activation/ActivationGroup.java,
java/rmi/activation/ActivationGroupDesc.java,
java/rmi/activation/ActivationGroupID.java,
java/rmi/activation/ActivationID.java,
java/rmi/activation/ActivationInstantiator.java,
java/rmi/activation/ActivationMonitor.java,
java/rmi/activation/ActivationSystem.java,
java/rmi/activation/Activator.java,
java/rmi/dgc/DGC.java,
java/rmi/dgc/Lease.java,
java/rmi/dgc/VMID.java,
java/rmi/registry/LocateRegistry.java,
java/rmi/registry/Registry.java,
java/rmi/registry/RegistryHandler.java,
java/rmi/server/LoaderHandler.java,
java/rmi/server/LogStream.java,
java/rmi/server/ObjID.java,
java/rmi/server/Operation.java,
java/rmi/server/RMIClassLoader.java,
java/rmi/server/RMIClassLoaderSpi.java,
java/rmi/server/RMIClientSocketFactory.java,
java/rmi/server/RMIFailureHandler.java,
java/rmi/server/RMIServerSocketFactory.java,
java/rmi/server/RMISocketFactory.java,
java/rmi/server/RemoteCall.java,
java/rmi/server/RemoteObject.java,
java/rmi/server/RemoteRef.java,
java/rmi/server/RemoteServer.java,
java/rmi/server/RemoteStub.java,
java/rmi/server/ServerRef.java,
java/rmi/server/Skeleton.java,
java/rmi/server/SkeletonMismatchException.java,
java/rmi/server/UID.java,
java/rmi/server/UnicastRemoteObject.java,
java/rmi/server/Unreferenced.java:
File headers and import statements cleaned up.

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

19 years ago * expr.c (expr_add_location): Move declaration to before all
hp [Sat, 16 Oct 2004 18:27:32 +0000 (18:27 +0000)]
* expr.c (expr_add_location): Move declaration to before all
statements.
* parse.y (java_expand_classes): Ditto.
* lex.c (java_peek_unicode): Ditto.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 18:06:03 +0000 (18:06 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* libjava/gnu/java/nio/charset/UTF_16.java,
libjava/gnu/java/nio/charset/UTF_16BE.java,
libjava/gnu/java/nio/charset/UTF_16LE.java,
libjava/java/nio/ByteOrder.java,
libjava/java/nio/MappedByteBuffer.java,
libjava/java/nio/channels/Channels.java,
libjava/java/nio/channels/spi/SelectorProvider.java,
libjava/java/nio/charset/Charset.java:
Cleanup.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 17:58:01 +0000 (17:58 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/charset/UTF_16Encoder.java
(UTF_16Encoder): Fixed maxBytesPerChar handling.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 17:51:45 +0000 (17:51 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* java/math/BigDecimal.java, java/math/BigInteger.java:
Reorganized import statements, removed redundant and
reorganized modifiers.

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

19 years ago2004-10-16 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 16 Oct 2004 17:48:57 +0000 (17:48 +0000)]
2004-10-16  Michael Koch  <konqueror@gmx.de>

* gnu/java/beans/ExplicitBeanInfo.java:
Explicitely import java.awt.Image.
(getIcon): Fixed off-by-one error.

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

19 years ago PR tree-optimization/17766
rakdver [Sat, 16 Oct 2004 16:58:59 +0000 (16:58 +0000)]
PR tree-optimization/17766
* basic-block.h (enum dom_state): DOM_CONS_OK removed.
(dom_info_available_p): Declare.
* cfghooks.c (split_block, make_forwarder_block): Use
dom_info_available_p.
* dominance.c (compute_dom_fast_query, calculate_dominance_info,
free_dominance_info, verify_dominators): Ditto.
(dom_info_available_p): New function.
* tree-cfg.c (cleanup_control_expr_graph): Free dominance information.
(thread_jumps): Use dom_info_available_p.
* tree-complex.c (expand_complex_div_wide): Ditto.
* tree-mudflap.c (mf_build_check_statement_for): Ditto.

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

19 years ago * tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates.
rakdver [Sat, 16 Oct 2004 16:49:53 +0000 (16:49 +0000)]
* tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates.
(find_best_candidate): Take also important candidates into account.
(find_optimal_iv_set): Initialize important_candidates bitmap.

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

19 years ago PR tree-optimization/17560
rakdver [Sat, 16 Oct 2004 16:45:38 +0000 (16:45 +0000)]
PR tree-optimization/17560
* predict.c (tree_estimate_probability): Mark irreducible
loops.

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

19 years ago PR rtl-optimization/17723
rakdver [Sat, 16 Oct 2004 16:42:31 +0000 (16:42 +0000)]
PR rtl-optimization/17723
* cfgcleanup.c (merge_memattrs): Handle case when
MEM_SIZE == NULL_RTX.

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

19 years ago2004-10-16 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 16 Oct 2004 13:48:34 +0000 (13:48 +0000)]
2004-10-16  Benjamin Kosnik  <bkoz@redhat.com>

* include/tr1/array: Don't use layout_type.

2004-10-16  Sashan Govender  <sashang@gmail.com>

* include/tr1/array (array::end const): Fix casting from iterator
to const_iterator.

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

19 years ago * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
ebotcazou [Sat, 16 Oct 2004 11:47:46 +0000 (11:47 +0000)]
* gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.

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

19 years ago PR c++/10479
giovannibajo [Sat, 16 Oct 2004 11:04:58 +0000 (11:04 +0000)]
PR c++/10479
* parser.c (cp_parser_parenthesized_expression_list): Fold
non-dependent expressions in attribute lists.

PR c++/10479
* g++.dg/ext/attrib16.C: New test.

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

19 years ago2004-10-15 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 16 Oct 2004 00:57:01 +0000 (00:57 +0000)]
2004-10-15  Andrew Pinski  <pinskia@physics.uc.edu>

        * toplev.c (dump_file_name): Change type to be const.

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

19 years agoDaily bump.
gccadmin [Sat, 16 Oct 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoDaily bump.
gccadmin [Sat, 16 Oct 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
jsm28 [Fri, 15 Oct 2004 21:32:03 +0000 (21:32 +0000)]
* c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
non_lvalue to stop something being a null pointer constant.

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

19 years ago PR c++/17042
mmitchel [Fri, 15 Oct 2004 21:18:07 +0000 (21:18 +0000)]
PR c++/17042
* decl.c (declare_global_var): Use the return value from pushdecl.

PR c++/14667
* parser.c (cp_parser_simple_declaration): Do not diagnose invalid
type names if we have already found a valid type.
(cp_parser_member_declaration): Likewise.

PR c++/17852
* parser.c (cp_parser_member_specification_opt): Handle
CPP_PRAGMA.

PR c++/17042
* g++.dg/init/dso_handle1.C: New test.

PR c++/17852
* g++.dg/parse/pragma1.C: New test.

PR c++/14667
* g++.dg/parse/typedef6.C: New test.

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

19 years ago PR c++/17042
mmitchel [Fri, 15 Oct 2004 21:11:50 +0000 (21:11 +0000)]
PR c++/17042
* decl.c (declare_global_var): Use the return value from pushdecl.

PR c++/14667
* parser.c (cp_parser_simple_declaration): Do not diagnose invalid
type names if we have already found a valid type.
(cp_parser_member_declaration): Likewise.

PR c++/17852
* parser.c (cp_parser_member_specification_opt): Handle
CPP_PRAGMA.

PR c++/17042
* g++.dg/init/dso_handle1.C: New test.

PR c++/17852
* g++.dg/parse/pragma1.C: New test.

PR c++/14667
* g++.dg/parse/typedef6.C: New test.

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

19 years ago * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
aldyh [Fri, 15 Oct 2004 19:25:59 +0000 (19:25 +0000)]
* gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.

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

19 years ago * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): FPRs are only
aldyh [Fri, 15 Oct 2004 18:50:55 +0000 (18:50 +0000)]
* config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): FPRs are only
available for TARGET_FPRS.
(FUNCTION_VALUE_REGNO_P): Same.

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

19 years ago * doc/invoke.texi (RS/6000 and PowerPC Options): Document
geoffk [Fri, 15 Oct 2004 18:46:52 +0000 (18:46 +0000)]
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-maltivec in same style as other ISA options.

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

19 years ago * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
rmathew [Fri, 15 Oct 2004 18:43:10 +0000 (18:43 +0000)]
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
rename parameter 'msg' to 'msgid' in function declaration.
(issue_warning_error_from_context): Likewise.
(yyerror): Rename parameter 'msg' to 'msgid'.
(all over): Use new quoting style for diagnostics.

* check-init.c: Use %<, %> and %q for quoting in diagnostics,
if possible, else convert `foo' to 'foo'.
* class.c: Likewise.
* decl.c: Likewise.
* expr.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* lang.c: Likewise.
* lex.c: Likewise.
* parse.h: Likewise.

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

19 years ago * gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use
sje [Fri, 15 Oct 2004 17:22:41 +0000 (17:22 +0000)]
* gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
-fno-common when on HPPA HP-UX platforms.

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

19 years ago2004-10-15 Jon Grimm <jgrimm2@us.ibm.com>
dje [Fri, 15 Oct 2004 17:22:02 +0000 (17:22 +0000)]
2004-10-15  Jon Grimm <jgrimm2@us.ibm.com>

        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
        definition.

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

19 years ago other/16820
sje [Fri, 15 Oct 2004 17:02:58 +0000 (17:02 +0000)]
other/16820
* gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
stdint.h.
* gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
uintptr_t.

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

19 years ago2004-10-15 Andrew Haley <aph@redhat.com>
aph [Fri, 15 Oct 2004 17:01:19 +0000 (17:01 +0000)]
2004-10-15  Andrew Haley  <aph@redhat.com>

        * Makefile.am (nat_files, xlib_nat_files): New.
        * Makefile.in: Regenerate.

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

19 years ago * boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
kazu [Fri, 15 Oct 2004 14:55:00 +0000 (14:55 +0000)]
* boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
jcf.h, lang-specs.h, lex.c, lex.h, resource.c, win32-host.c:
Update copyright.

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

19 years ago * dump.c, g++spec.c, repo.c: Update copyright.
kazu [Fri, 15 Oct 2004 14:49:30 +0000 (14:49 +0000)]
* dump.c, g++spec.c, repo.c: Update copyright.

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

19 years ago * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
kazu [Fri, 15 Oct 2004 14:47:12 +0000 (14:47 +0000)]
* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
predict.def, predict.h, protoize.c, reload.h, resource.h,
rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
unwind-sjlj.c, value-prof.h: Update copyright.

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

19 years ago * decl.c: Fix a comment typo.
kazu [Fri, 15 Oct 2004 14:39:24 +0000 (14:39 +0000)]
* decl.c: Fix a comment typo.

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

19 years ago * pointer-set.c, tree-vectorizer.c: Fix comment typos.
kazu [Fri, 15 Oct 2004 14:36:32 +0000 (14:36 +0000)]
* pointer-set.c, tree-vectorizer.c: Fix comment typos.

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

19 years ago2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 15 Oct 2004 14:30:21 +0000 (14:30 +0000)]
2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/16301
        * name-lookup.c (parse_using_directive): If we have a
        error_mark_node, do not set the decl namespace associations
        on it.

2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/16301
        * g++.dg/lookup/strong-using-4.C: New test.

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

19 years ago2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 15 Oct 2004 13:49:02 +0000 (13:49 +0000)]
2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/16567
        * gcc.c-torture/compile/nested-1.c: New test.

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

19 years ago2004-10-15 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 15 Oct 2004 10:54:57 +0000 (10:54 +0000)]
2004-10-15  Paolo Carlini  <pcarlini@suse.de>

* include/ext/bitmap_allocator.h: Qualify ::operator delete.
* src/bitmap_allocator.cc: Likewise.
* src/mt_allocator.cc: Use ::operator delete, not delete,
consistently with ::operator new.

* include/ext/bitmap_allocator.h (deallocate): Check for null
pointer.
* testsuite/ext/bitmap_allocator/check_deallocate_null.cc: New.
* testsuite/testsuite_allocator.h (check_deallocate_null): Add test.

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

19 years ago * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
dorit [Fri, 15 Oct 2004 09:45:45 +0000 (09:45 +0000)]
    * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
        and mipsisa64*-*-* (until support for misaligned loads is added).
        * testsuite/gcc.dg/vect/vect-50.c: Likewise.
        * testsuite/gcc.dg/vect/vect-52.c: Likewise.
        * testsuite/gcc.dg/vect/vect-54.c: Likewise.
        * testsuite/gcc.dg/vect/vect-58.c: Likewise.
        * testsuite/gcc.dg/vect/vect-60.c: Likewise.
        * testsuite/gcc.dg/vect/vect-80.c: Likewise.

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

19 years ago2004-08-14 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 15 Oct 2004 07:58:38 +0000 (07:58 +0000)]
2004-08-14  Paolo Bonzini  <bonzini@gnu.org>

        PR other/17991

* Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
Update copyright year.
* fixfixes.c (main): Call initialize_opts from fixopts.c.
* fixincl.c (initialize): Call initialize_opts from fixopts.c,
do not include code for parsing options (environment vars).
(fix_with_system): Use a search path for applyfix, so that you
can run the test suite with two-process fixincludes.
* fixopts.c: New file.
* configure.ac: Add --enable-twoprocess.  Export ac_exeext
to config.h.  Default to --enable-twoprocess for MinGW32.
* config.h.in: Regenerate.
* configure: Regenerate.

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

19 years ago * tree-optimize.c (execute_one_pass): Stop timer right after
dnovillo [Fri, 15 Oct 2004 05:00:37 +0000 (05:00 +0000)]
* tree-optimize.c (execute_one_pass): Stop timer right after
executing the pass.

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

19 years ago PR c++/17976
mmitchel [Fri, 15 Oct 2004 04:18:01 +0000 (04:18 +0000)]
PR c++/17976
* decl.c (cp_finish_decl): Do not call expand_static_init more
than once for a single variable.

PR c++/17976
* g++.dg/init/dtor3.C: New test.

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

19 years ago2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 15 Oct 2004 04:15:43 +0000 (04:15 +0000)]
2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        Revert:
        2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
        PR middle-end/17967
        Revert:
                * tree-cfg.c (remove_usless_stmts_cond):  Fold statement.
                (remove_useless_stmts_1):  Fold trees we know how to fold.

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

19 years ago * configure.ac: Add .machine power4 directive when testing for
dje [Fri, 15 Oct 2004 02:26:15 +0000 (02:26 +0000)]
    * configure.ac: Add .machine power4 directive when testing for
        mfcr field.
        * configure: Regenerate.

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

19 years ago * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
geoffk [Fri, 15 Oct 2004 01:28:31 +0000 (01:28 +0000)]
* config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.

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

19 years ago2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 15 Oct 2004 00:35:21 +0000 (00:35 +0000)]
2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
        always.

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

19 years agoDaily bump.
gccadmin [Fri, 15 Oct 2004 00:16:48 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoDaily bump.
gccadmin [Fri, 15 Oct 2004 00:16:44 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
bje [Fri, 15 Oct 2004 00:04:54 +0000 (00:04 +0000)]
* gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.

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

19 years ago * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Return NO_REGS
drow [Thu, 14 Oct 2004 23:47:14 +0000 (23:47 +0000)]
* config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Return NO_REGS
for 'f' if !TARGET_FPRS.

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

19 years ago PR debug/14492
rth [Thu, 14 Oct 2004 23:30:18 +0000 (23:30 +0000)]
    PR debug/14492
        * dwarf2out.c (loc_descriptor_from_tree): Handle FIX_*_EXPR.

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

19 years ago PR c/17023
rth [Thu, 14 Oct 2004 23:20:58 +0000 (23:20 +0000)]
    PR c/17023
        * c-decl.c (store_parm_decls_oldstyle): Care for parameter type
        as error_mark_node.
        * c-parse.in (compstmt_primary_start): Check cur_stmt_list non-null
        instaed of current_function_decl non-null.

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

19 years agoSpeed up walk_tree by introducing a special-purpose hash table.
austern [Thu, 14 Oct 2004 23:15:29 +0000 (23:15 +0000)]
Speed up walk_tree by introducing a special-purpose hash table.

* pointer-set.c: New file, special-purpose hash table.
* pointer-set.h: New file.
* tree.h (struct pointer_set_t): Declare as opaque type.
(tree_walk): Last argument is pointer_set_t* now.
* tree-inline.c (WALK_SUBTREE): Convert from htab to pset.
(walk_type_fields):
(walk_tree): Convert from htab_t to pointer_set_t for keeping
track of which nodes have already been visited.
(walk_tree_without_duplicates): Convert from htab_t to pointer_set_t.
* cgraphunit.c (cgraph_create_edges): Likewise.
(cgraph_characterize_statics_local): Likewise.
* tree-dfa.c (collect_dfa_stats): Likewise.
* langhooks-def.h (lhd_tree_inlining_walk_subtrees): Last arg is
pointer_set_t* now.
* langhooks.c (lhd_tree_inlining_walk_subtrees): Likewise.
* langhooks.h (struct lang_hooks_for_tree_inlining): Last arg type
of walk_subtrees is pointer_set_t* now.
* Makefile.in (OBJS-common): add pointer-set.o
(tree-inline.o): Depends on pointer-set.h
(tree-dfa.o): Likewise
(cgraphunit.o): Likewise
* cp/Make-lang.in (pt.o): depends on pointer-set.h
* cp/cp-tree.h (cp_walk_subtrees): Last argument is pointer_set_t* now.
* cp/pt.c (struct pair_fn_data): Use pointer_set_t, not htab_t
(for_each_template_parm): Convert from htab_t to pointer_set_t.
* cp/tree.c (cp_walk_subtrees): Last argument is pointer_set_t* now.
* java/lang.c (java_tree_inlining_walk_subtrees): Last arg is struct
pointer_set_t* now.

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

19 years ago2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Oct 2004 23:03:26 +0000 (23:03 +0000)]
2004-10-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/mt_allocator.h (__mt_alloc::deallocate): Check for
null pointer.
* include/ext/pool_allocator.h (debug_allocator::deallocate):
Check pointer value.
* include/ext/debug_allocator.h (debug_allocator::deallocate):
Throw exceptions, don't abort.
* include/ext/array_allocator.h
(array_allocator_base::deallocate): Remove unused parameters.
* testsuite/testsuite_allocator.h (check_deallocate_null): New.
* testsuite/ext/mt_allocator/check_deallocate_null.cc: New.
* testsuite/ext/mt_allocator/check_deallocate_null_thread.cc: New.
* testsuite/ext/array_allocator/check_deallocate_null.cc: New.
* testsuite/ext/debug_allocator/check_deallocate_null.cc: New.
* testsuite/ext/malloc_allocator/check_deallocate_null.cc: New.
* testsuite/ext/new_allocator/check_deallocate_null.cc: New.
* testsuite/ext/pool_allocator/check_deallocate_null.cc: New.

* testsuite/testsuite_allocator.h (check_new): Add instance argument.
* testsuite/ext/array_allocator/check_new.cc: New.

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

19 years ago2004-10-14 Geoffrey Keating <geoffk@apple.com>
geoffk [Thu, 14 Oct 2004 22:30:47 +0000 (22:30 +0000)]
2004-10-14  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/darwin.h (ASM_SPEC): Delete.
(TARGET_ASM_FILE_START): Define.
* config/darwin.h (ASM_SPEC): Define.
* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Don't supply
-mlong-double-128, it's the default.  Update comment about reason
for force_cpusubtype_ALL.
* config/rs6000/darwin-vecsave.asm: Supply .machine.
* config/rs6000/darwin-world.asm: Likewise.
* config/rs6000/rs6000.c (rs6000_darwin_file_start): New.
(symbolic_operand): Delete #if 0ed code.

Index: testsuite/ChangeLog
2004-10-14  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
* gcc.dg/macho-lo-sum.c: Likewise.

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

19 years ago2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 14 Oct 2004 22:01:45 +0000 (22:01 +0000)]
2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * stmt.c (add_case_node): Make sure that we have integer
        constant before calling tree_int_cst_compare.

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

19 years ago2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 14 Oct 2004 22:00:04 +0000 (22:00 +0000)]
2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/17967
        Revert:
                * tree-cfg.c (remove_usless_stmts_cond):  Fold statement.
                (remove_useless_stmts_1):  Fold trees we know how to fold.

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

19 years ago2004-10-14 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 14 Oct 2004 21:44:13 +0000 (21:44 +0000)]
2004-10-14  Paolo Carlini  <pcarlini@suse.de>

* include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block):
Rename __unused to __M_unused.

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

19 years ago2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Oct 2004 21:34:52 +0000 (21:34 +0000)]
2004-10-14  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/ext/headers.cc: Add includes, compile only.
* testsuite/ext/hash_map.cc: Move to...
* testsuite/ext/hash_map/1.cc: ...here.
* testsuite/ext/14648.cc: Move to...
* testsuite/ext/hash_map/14648.cc: ...here.
* testsuite/ext/hash_map/instantiate.cc: Add.
* testsuite/ext/hash_set.cc: Move to...
* testsuite/ext/hash_set/1.cc: ...here.
* testsuite/ext/hash_set_explicit_instantiation.cc: Move to...
* testsuite/ext/hash_set/instantiate.cc: ...here.
* testsuite/ext/hash_check_construct_destroy.cc: Move to...
* testsuite/ext/hash_set/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_check_construct_destroy.cc: Move to...
* testsuite/ext/slist/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_explicit_instantiation.cc: Move to...
* testsuite/ext/slist/instantiate.cc: ...here.

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