]> gcc.gnu.org Git - gcc.git/log
gcc.git
20 years agofold-const.c (negate_mathfn_p): New function to determine whether a built-in mathemat...
Roger Sayle [Sat, 11 Oct 2003 21:15:08 +0000 (21:15 +0000)]
fold-const.c (negate_mathfn_p): New function to determine whether a built-in mathematical function is sign...

* fold-const.c (negate_mathfn_p): New function to determine whether
a built-in mathematical function is sign preserving, f(-x) == -f(x).
Add support for BUILT_IN_ASIN, BUILT_IN_ASINF and BUILT_IN_ASINL.
(tree_swap_operands_p): Change API to take an additional argument
indicating that the swapped operands evaluate in reverse order.
Canonicalize VAR_DECLs and PARM_DECLs last if we can, i.e. neither
operand side-effects or we don't care about flag_evaluation_order.
(reorder_operands_p): New function to check whether its safe to
evaluate the given operands in reverse order.
(negate_expr_p):  We can always negate integer constants unless
we honor -ftrapv and the signed type would overflow.  Only allow
-(A-B) into B-A if reorder_operands_p says that its OK.  Allow
negation of COMPLEX_CST if both real and imaginary parts can be
negated.  Allow negation through floating point extensions and
sign-preserving built-in functions.
(negate_expr):  Move the code to negate integers from "fold" to
here.  Always negate integer constants unless we honor -ftrapv
and the signed type would overflow.  Always negate real constants
unless we honor -ftrapping-math.  Only convert -(A-B) into B-A
if allowed by reorder_operands_p.  Add support for COMPLEX_CST.
Optimize negation through floating point extensions and
sign-preserving built-in functions (as defined by negate_mathfn_p).
(fold): Adjust calls to tree_swap_operands_p.
(fold <NEGATE_EXPR>): Move the remaining negation optimizations
to negate_expr_p/negate_expr.
(fold <MINUS_EXPR>): Use reorder_operands_p to check whether we're
allowed to convert (-A) - B into (-B) - A.

From-SVN: r72381

20 years agobuiltins.c (expand_builtin_strcmp): Defend against the possibility that gen_cmpstrsi...
Roger Sayle [Sat, 11 Oct 2003 21:11:29 +0000 (21:11 +0000)]
builtins.c (expand_builtin_strcmp): Defend against the possibility that gen_cmpstrsi may fail...

* builtins.c (expand_builtin_strcmp): Defend against the possibility
that gen_cmpstrsi may fail: Stabilize the argument list against
re-evaluation and expand the library call directly using this saved
argument list if a cmpstrsi sequence can't be generated.
(expand_builtin_strncmp): Likewise.

* config/i386/i386.md (cmpstrsi, movstrsi): Disable with -Os.

* gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
that inline strncmp as cmpstrsi on i386 when compiled with -Os.

From-SVN: r72380

20 years agore PR rtl-optimization/12260 (ICE in output_operand: invalid expression as operand)
Roger Sayle [Sat, 11 Oct 2003 21:06:19 +0000 (21:06 +0000)]
re PR rtl-optimization/12260 (ICE in output_operand: invalid expression as operand)

PR optimization/12260
* simplify-rtx.c (simplify_unary_operation): Simplify all unary
operations through CONST nodes.  Optimize (neg (plus X C)) as
(minus -C X) for constant values C.
(simplify_binary_operation): Optimize (minus (neg X) C) as
(minus -C X) for constant values C.
(simplify_plus_minus): Avoid creating (neg (const (plus X C)),
instead create (minus -C X).

* gcc.c-torture/compile/20031011-2.c: New test case.

From-SVN: r72379

20 years agoexpr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us, once...
Roger Sayle [Sat, 11 Oct 2003 21:00:51 +0000 (21:00 +0000)]
expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us, once it chooses an evaluation order.

* expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call
safe_from_p for us, once it chooses an evaluation order.
(expand_expr <MULT_EXPR>): Likewise.
(expand_expr <MIN_EXPR> <MAX_EXPR>): Likewise.  If expand_operands
places the second operand in "target", swap the operands.
(do_store_flag): Let expand_operands call safe_from_p for us.

* gcc.c-torture/execute/20031011-1.c: New testcase.

From-SVN: r72376

20 years agore PR rtl-optimization/12544 (ICE with large parameters used in nested functions)
Eric Botcazou [Sat, 11 Oct 2003 20:56:24 +0000 (22:56 +0200)]
re PR rtl-optimization/12544 (ICE with large parameters used in nested functions)

PR optimization/12544
* function.c (put_var_into_stack): Don't generate ADDRESSOFs
for DECL_NONLOCAL decls.

From-SVN: r72374

20 years agoStatus.java, [...]: Removing redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 19:18:24 +0000 (19:18 +0000)]
Status.java, [...]: Removing redundant modifiers.

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

* javax/transaction/Status.java,
javax/transaction/Synchronization.java,
javax/transaction/Transaction.java,
javax/transaction/TransactionManager.java,
javax/transaction/UserTransaction.java,
javax/transaction/xa/XAResource.java,
javax/transaction/xa/Xid.java:
Removing redundant modifiers.

From-SVN: r72365

20 years agoAttribute.java, [...]: Removing redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 19:15:08 +0000 (19:15 +0000)]
Attribute.java, [...]: Removing redundant modifiers.

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

* javax/print/attribute/Attribute.java,
javax/print/attribute/AttributeSet.java,
javax/print/attribute/PrintRequestAttributeSet.java:
Removing redundant modifiers.

From-SVN: r72364

20 years agoConnectionEventListener.java, [...]: Removing redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 19:10:36 +0000 (19:10 +0000)]
ConnectionEventListener.java, [...]: Removing redundant modifiers.

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

* javax/sql/ConnectionEventListener.java,
javax/sql/ConnectionPoolDataSource.java,
javax/sql/DataSource.java,
javax/sql/PooledConnection.java,
javax/sql/RowSet.java,
javax/sql/RowSetInternal.java,
javax/sql/RowSetListener.java,
javax/sql/RowSetMetaData.java,
javax/sql/RowSetReader.java,
javax/sql/RowSetWriter.java,
javax/sql/XAConnection.java,
javax/sql/XADataSource.java:
Removing redundant modifiers.

From-SVN: r72363

20 years agoContext.java, [...]: Removing redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 19:06:23 +0000 (19:06 +0000)]
Context.java, [...]: Removing redundant modifiers.

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

* javax/naming/Context.java,
javax/naming/Name.java,
javax/naming/NameParser.java,
javax/naming/NamingEnumeration.java,
javax/naming/Referenceable.java,
javax/naming/directory/Attribute.java,
javax/naming/directory/Attributes.java,
javax/naming/directory/DirContext.java,
javax/naming/event/EventContext.java,
javax/naming/event/EventDirContext.java,
javax/naming/event/NamespaceChangeListener.java,
javax/naming/event/NamingListener.java,
javax/naming/event/ObjectChangeListener.java,
javax/naming/ldap/Control.java,
javax/naming/ldap/ExtendedRequest.java,
javax/naming/ldap/ExtendedResponse.java,
javax/naming/ldap/HasControls.java,
javax/naming/ldap/LdapContext.java,
javax/naming/ldap/UnsolicitedNotification.java,
javax/naming/ldap/UnsolicitedNotificationListener.java,
javax/naming/spi/DirObjectFactory.java,
javax/naming/spi/DirStateFactory.java,
javax/naming/spi/InitialContextFactory.java,
javax/naming/spi/InitialContextFactoryBuilder.java,
javax/naming/spi/ObjectFactory.java,
javax/naming/spi/ObjectFactoryBuilder.java,
javax/naming/spi/Resolver.java,
javax/naming/spi/StateFactory.java:
Removing redundant modifiers.

From-SVN: r72362

20 years agoexpr.c: Follow spelling conventions.
Kazu Hirata [Sat, 11 Oct 2003 19:00:49 +0000 (19:00 +0000)]
expr.c: Follow spelling conventions.

* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.

From-SVN: r72361

20 years ago2003-10-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 11 Oct 2003 19:00:07 +0000 (19:00 +0000)]
2003-10-11  Michael Koch  <konqueror@gmx.de>

* java/security/Key.java,
* java/security/PrivateKey.java,
* java/security/PublicKey.java,
* java/security/acl/Acl.java,
* java/security/acl/AclEntry.java,
* java/security/acl/Group.java,
* java/security/acl/Owner.java,
* java/security/acl/Permission.java,
* java/security/cert/X509Extension.java,
* java/security/interfaces/DSAKey.java,
* java/security/interfaces/DSAKeyPairGenerator.java,
* java/security/interfaces/DSAParams.java,
* java/security/interfaces/DSAPrivateKey.java,
* java/security/interfaces/DSAPublicKey.java,
* java/security/interfaces/RSAKey.java,
* java/security/interfaces/RSAPrivateCrtKey.java,
* java/security/interfaces/RSAPrivateKey.java,
* java/security/interfaces/RSAPublicKey.java:
Removed redundant modifiers.

From-SVN: r72360

20 years agoProtocolConstants.java, DER.java: Removing redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:56:54 +0000 (18:56 +0000)]
ProtocolConstants.java, DER.java: Removing redundant modifiers.

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

* gnu/java/rmi/server/ProtocolConstants.java,
gnu/java/security/der/DER.java:
Removing redundant modifiers.

From-SVN: r72359

20 years agoMap.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:52:31 +0000 (18:52 +0000)]
Map.java, [...]: Removed redundant modifiers.

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

* java/util/Map.java,
java/util/Observer.java,
java/util/zip/Checksum.java,
java/util/zip/ZipConstants.java:
Removed redundant modifiers.

From-SVN: r72358

20 years agoAttributedCharacterIterator.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:51:14 +0000 (18:51 +0000)]
AttributedCharacterIterator.java, [...]: Removed redundant modifiers.

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

* java/text/AttributedCharacterIterator.java,
java/text/CharacterIterator.java:
Removed redundant modifiers.

From-SVN: r72357

20 years agoArray.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:49:51 +0000 (18:49 +0000)]
Array.java, [...]: Removed redundant modifiers.

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

* java/sql/Array.java,
java/sql/Blob.java,
java/sql/CallableStatement.java,
java/sql/Clob.java,
java/sql/Connection.java,
java/sql/DatabaseMetaData.java,
java/sql/Driver.java,
java/sql/ParameterMetaData.java,
java/sql/PreparedStatement.java,
java/sql/Ref.java,
java/sql/ResultSet.java,
java/sql/ResultSetMetaData.java,
java/sql/SQLData.java,
java/sql/SQLInput.java,
java/sql/SQLOutput.java,
java/sql/Savepoint.java,
java/sql/Statement.java,
java/sql/Struct.java:
Removed redundant modifiers.

From-SVN: r72356

20 years agoChannel.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:45:10 +0000 (18:45 +0000)]
Channel.java, [...]: Removed redundant modifiers.

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

* java/nio/channels/Channel.java,
java/nio/channels/GatheringByteChannel.java,
java/nio/channels/ReadableByteChannel.java,
java/nio/channels/ScatteringByteChannel.java,
java/nio/channels/WritableByteChannel.java:
Removed redundant modifiers.

From-SVN: r72355

20 years agoActivationInstantiator.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:42:07 +0000 (18:42 +0000)]
ActivationInstantiator.java, [...]: Removed redundant modifiers.

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

* 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/registry/Registry.java,
java/rmi/registry/RegistryHandler.java,
java/rmi/server/LoaderHandler.java,
java/rmi/server/RMIClientSocketFactory.java,
java/rmi/server/RMIFailureHandler.java,
java/rmi/server/RMIServerSocketFactory.java,
java/rmi/server/RemoteCall.java,
java/rmi/server/RemoteRef.java,
java/rmi/server/ServerRef.java,
java/rmi/server/Skeleton.java,
java/rmi/server/Unreferenced.java:
Removed redundant modifiers.

From-SVN: r72354

20 years agoContentHandlerFactory.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:39:35 +0000 (18:39 +0000)]
ContentHandlerFactory.java, [...]: Removed redundant modifiers.

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

* java/net/ContentHandlerFactory.java,
java/net/DatagramSocketImplFactory.java,
java/net/FileNameMap.java,
java/net/SocketImplFactory.java,
java/net/SocketOptions.java,
java/net/URLStreamHandlerFactory.java:
Removed redundant modifiers.

From-SVN: r72353

20 years agoExternalizable.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:38:12 +0000 (18:38 +0000)]
Externalizable.java, [...]: Removed redundant modifiers.

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

* java/io/Externalizable.java,
java/io/FileFilter.java,
java/io/FilePermission.java,
java/io/ObjectInput.java,
java/io/ObjectInputValidation.java,
java/io/ObjectOutput.java,
java/io/ObjectStreamClass.java,
java/io/ObjectStreamConstants.java,
java/io/Serializable.java:
Removed redundant modifiers.

From-SVN: r72352

20 years agoRMIClassLoader.java: Identify cached classloaders by codebase and context classloader.
Ingo Proetel [Sat, 11 Oct 2003 18:30:22 +0000 (18:30 +0000)]
RMIClassLoader.java: Identify cached classloaders by codebase and context classloader.

2003-10-11  Ingo Proetel  <proetel@aicas.com>

* java/rmi/server/RMIClassLoader.java: Identify cached classloaders by
codebase and context classloader.

From-SVN: r72351

20 years agoBeanContext.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:19:44 +0000 (18:19 +0000)]
BeanContext.java, [...]: Removed redundant modifiers.

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

* java/beans/beancontext/BeanContext.java,
java/beans/beancontext/BeanContextChild.java,
java/beans/beancontext/BeanContextChildComponentProxy.java,
java/beans/beancontext/BeanContextChildSupport.java,
java/beans/beancontext/BeanContextContainerProxy.java,
java/beans/beancontext/BeanContextMembershipListener.java,
java/beans/beancontext/BeanContextProxy.java,
java/beans/beancontext/BeanContextServiceProvider.java,
java/beans/beancontext/BeanContextServiceProviderBeanInfo.java,
java/beans/beancontext/BeanContextServiceRevokedListener.java,
java/beans/beancontext/BeanContextServices.java,
java/beans/beancontext/BeanContextServicesListener.java:
Removed redundant modifiers.

From-SVN: r72350

20 years agoAppletInitializer.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:18:22 +0000 (18:18 +0000)]
AppletInitializer.java, [...]: Removed redundant modifiers.

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

* java/beans/AppletInitializer.java,
java/beans/BeanInfo.java,
java/beans/Customizer.java,
java/beans/DesignMode.java,
java/beans/PropertyEditor.java,
java/beans/Visibility.java:
Removed redundant modifiers.

From-SVN: r72349

20 years ago2003-10-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 11 Oct 2003 18:16:31 +0000 (18:16 +0000)]
2003-10-11  Michael Koch  <konqueror@gmx.de>

* java/awt/print/Pageable.java,
* java/awt/print/Printable.java,
java/awt/print/PrinterGraphics.java:
Removed redundant modifiers.

From-SVN: r72348

20 years agoButtonPeer.java, [...]: Removed redundant modifiers.
Michael Koch [Sat, 11 Oct 2003 18:11:03 +0000 (18:11 +0000)]
ButtonPeer.java, [...]: Removed redundant modifiers.

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

* java/awt/peer/ButtonPeer.java,
java/awt/peer/CheckboxMenuItemPeer.java,
java/awt/peer/CheckboxPeer.java,
java/awt/peer/ChoicePeer.java,
java/awt/peer/ComponentPeer.java,
java/awt/peer/ContainerPeer.java,
java/awt/peer/DialogPeer.java,
java/awt/peer/FileDialogPeer.java,
java/awt/peer/FramePeer.java,
java/awt/peer/LabelPeer.java,
java/awt/peer/ListPeer.java,
java/awt/peer/MenuBarPeer.java,
java/awt/peer/MenuComponentPeer.java,
java/awt/peer/MenuItemPeer.java,
java/awt/peer/MenuPeer.java,
java/awt/peer/PopupMenuPeer.java,
java/awt/peer/RobotPeer.java,
java/awt/peer/ScrollPanePeer.java,
java/awt/peer/ScrollbarPeer.java,
java/awt/peer/TextAreaPeer.java,
java/awt/peer/TextComponentPeer.java,
java/awt/peer/TextFieldPeer.java,
java/awt/peer/WindowPeer.java:
Removed redundant modifiers.

From-SVN: r72347

20 years agoReally remove it.
Michael Koch [Sat, 11 Oct 2003 18:05:00 +0000 (18:05 +0000)]
Really remove it.

From-SVN: r72346

20 years agoNIOSocket.java (setChannel): Initialize impl.
Michael Koch [Sat, 11 Oct 2003 18:01:35 +0000 (18:01 +0000)]
NIOSocket.java (setChannel): Initialize impl.

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

* gnu/java/nio/NIOSocket.java (setChannel): Initialize impl.
* gnu/java/nio/ServerSocketChannelImpl.java
(serverSocket): Made it a NIOServerSocket.
(impl): Removed.
(ServerSocketChannelImpl): Initialize only serverSocket.
(initServerSocket): Removed.
(getNativeFD): Rewritten.
(implConfigureBlocking): Set socket timeout and removed comment.
(accept): Rewritten.
* gnu/java/nio/SocketChannelImpl.java
(impl): New variable.
(connected): Removed.
(SocketChannelImpl): Initialize impl too.
(getImpl): New method.
(isConnected): Rewritten.
(read): Rewritten, set position in buffer correctly.
(write): Set position in buffer correctly.
* java/net/ServerSocket.java (getImpl): New method.
* gnu/java/nio/NIOServerSocket.java,
gnu/java/nio/natNIOServerSocket.cc: New files.
* gnu/java/nio/natServerSocketChannelImpl.cc: Removed.
* Makefile.am
(ordinary_java_source_files):
Added gnu/java/nio/NIOServerSocket.java.
(nat_source_files):
Removed gnu/java/nio/natServerSocketChannelImpl.cc
and added gnu/java/nio/natNIOServerSocket.cc.
* Makefile.in: Regenerated.

From-SVN: r72345

20 years ago* g++.dg/other/first-global.C: New test.
Jan Hubicka [Sat, 11 Oct 2003 17:40:19 +0000 (19:40 +0200)]
* g++.dg/other/first-global.C: New test.

From-SVN: r72344

20 years agovarasm.c (notice_global_symbol): Fix handling of variables; avoid re-computing of...
Jan Hubicka [Sat, 11 Oct 2003 17:38:29 +0000 (19:38 +0200)]
varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computing of variable.

* varasm.c (notice_global_symbol):  Fix handling of variables; avoid
re-computing of variable.

From-SVN: r72343

20 years agoOh man, forgot the ChangeLog entry for another time.
Michael Koch [Sat, 11 Oct 2003 17:23:15 +0000 (17:23 +0000)]
Oh man, forgot the ChangeLog entry for another time.

From-SVN: r72342

20 years ago2003-10-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 11 Oct 2003 17:19:46 +0000 (17:19 +0000)]
2003-10-11  Michael Koch  <konqueror@gmx.de>

* java/awt/ActiveEvent.java
* java/awt/datatransfer/ClipboardOwner.java
* java/awt/datatransfer/FlavorMap.java
* java/awt/datatransfer/Transferable.java
* java/awt/dnd/Autoscroll.java
* java/awt/dnd/peer/DragSourceContextPeer.java
* java/awt/dnd/peer/DropTargetContextPeer.java
* java/awt/dnd/peer/DropTargetPeer.java
* java/awt/font/MultipleMaster.java
* java/awt/font/OpenType.java
* java/awt/im/spi/InputMethodDescriptor.java
* java/awt/image/ImageObserver.java
* java/awt/image/ImageConsumer.java
* java/awt/image/ImageProducer.java
* java/awt/image/RGBImageFilter.java
* java/awt/image/RasterOp.java
* java/awt/image/renderable/RenderableImage.java

From-SVN: r72341

20 years agoForgot to write ChangeLog entry.
Michael Koch [Sat, 11 Oct 2003 17:11:27 +0000 (17:11 +0000)]
Forgot to write ChangeLog entry.

From-SVN: r72340

20 years ago2003-10-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 11 Oct 2003 17:10:03 +0000 (17:10 +0000)]
2003-10-11  Michael Koch  <konqueror@gmx.de>

* gnu/awt/j2d/DirectRasterGraphics.java
* gnu/java/awt/EmbeddedWindowSupport.java

From-SVN: r72339

20 years agoalpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, change...
Richard Henderson [Sat, 11 Oct 2003 16:54:17 +0000 (09:54 -0700)]
alpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, change signature to match target hook.

        * config/alpha/alpha.c (alpha_return_in_memory): Rename from
        return_in_memory, make static, change signature to match target hook.
        (alpha_setup_incoming_varargs): Make static, change signature to
        match target hook, add code for vms and unicos.
        (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
        TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
        TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
        TARGET_STRICT_ARGUMENT_NAMING,
        TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
        PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
        SETUP_INCOMING_VARARGS): Remove.
        * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
        * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.

From-SVN: r72338

20 years ago* config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
Ian Lance Taylor [Sat, 11 Oct 2003 15:27:48 +0000 (15:27 +0000)]
* config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.

From-SVN: r72337

20 years agolb1sf68.asm: Follow spelling conventions.
Kazu Hirata [Sat, 11 Oct 2003 14:22:54 +0000 (14:22 +0000)]
lb1sf68.asm: Follow spelling conventions.

* config/m68k/lb1sf68.asm: Follow spelling conventions.
* config/m68k/m68k.c: Likewise.
* config/m68k/m68k.h: Likewise.
* config/m68k/m68k.md: Likewise.

From-SVN: r72336

20 years agobuiltins.c (expand_builtin_memcpy): Optimize case when the two pointer arguments...
Roger Sayle [Sat, 11 Oct 2003 14:09:44 +0000 (14:09 +0000)]
builtins.c (expand_builtin_memcpy): Optimize case when the two pointer arguments are the equal...

* builtins.c (expand_builtin_memcpy): Optimize case when the two
pointer arguments are the equal, non-volatile and side-effect free.
(expand_builtin_mempcpy): Likewise.
(expand_builtin_memmove): Likewise.
(expand_builtin_strcpy): Likewise.
(expand_builtin_memcmp): Likewise.
(expand_builtin_strcmp): Likewise.
(expand_builtin_strncmp): Likewise.

* gcc.c-torture/execute/string-opt-18.c: New testcase.

From-SVN: r72335

20 years agocombine.c (apply_distributive_law): Enable "distributive" floating point optimization...
Roger Sayle [Sat, 11 Oct 2003 13:53:39 +0000 (13:53 +0000)]
combine.c (apply_distributive_law): Enable "distributive" floating point optimizations with -funsafe-math-optimizations.

* combine.c (apply_distributive_law): Enable "distributive" floating
point optimizations with -funsafe-math-optimizations.

From-SVN: r72334

20 years ago+2003-10-11 Andrew Pinski <pinskia@physics.uc.edu>
Andrew Pinski [Sat, 11 Oct 2003 07:22:22 +0000 (07:22 +0000)]
+2003-10-11  Andrew Pinski <pinskia@physics.uc.edu>
+
+       * genmodes.c (emit_mode_mask) Change MASK to MODE_MASK.

From-SVN: r72333

20 years agom68k-protos.h: Remove the prototype for finalize_pic.
Kazu Hirata [Sat, 11 Oct 2003 06:35:53 +0000 (06:35 +0000)]
m68k-protos.h: Remove the prototype for finalize_pic.

* config/m68k/m68k-protos.h: Remove the prototype for
finalize_pic.

From-SVN: r72332

20 years ago* config/m68k/m68k.c: Fix comment typos.
Kazu Hirata [Sat, 11 Oct 2003 06:27:35 +0000 (06:27 +0000)]
* config/m68k/m68k.c: Fix comment typos.

From-SVN: r72331

20 years agom68k-protos.h (use_return_insn): Change return type from int to bool.
Bernardo Innocenti [Sat, 11 Oct 2003 05:02:29 +0000 (07:02 +0200)]
m68k-protos.h (use_return_insn): Change return type from int to bool.

* config/m68k/m68k-protos.h (use_return_insn): Change return type from
int to bool.
* config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
(current_frame): New global var.
(m68k_compute_frame_layout): Cache computations in current_frame.
(m68k_initial_elimination_offset): Use values from current_frame
instead of recomputing them.
(use_return_insn): Likewise.
(m68k_output_function_prologue): Likewise.
(m68k_output_function_epilogue): Likewise.
* config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
inside the block for __pic__.

From-SVN: r72330

20 years agom68k.c (m68k_frame): Move before protos referencing it.
Peter Barada [Sat, 11 Oct 2003 04:53:13 +0000 (04:53 +0000)]
m68k.c (m68k_frame): Move before protos referencing it.

* config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
(m68k_save_reg): Add boolean parameter `interrupt_handler'.
(m68k_interrupt_function_p): New function.
(m68k_handle_fndecl_attribute): Ditto.
(m68k_compute_frame_layout): Ditto.
(m68k_attribute_table): Define back-end specific attributes.
(m68k_output_function_epilogue): Emit RTE instruction for interrupt
functions.

Co-Authored-By: Bernardo Innocenti <bernie@develer.com>
From-SVN: r72329

20 years agot-uclinux: New target Makefile fragment.
Bernardo Innocenti [Sat, 11 Oct 2003 04:23:20 +0000 (06:23 +0200)]
t-uclinux: New target Makefile fragment.

* config/m68k/t-uclinux: New target Makefile fragment.
* config/m68k/uclinux.h: New target macro file.
* config.gcc (m68k-*-uclinux): New target definition.

From-SVN: r72328

20 years agobuiltins.c (builtin_mathfn_code): Generalize to check whether the call is to any...
Roger Sayle [Sat, 11 Oct 2003 03:53:05 +0000 (03:53 +0000)]
builtins.c (builtin_mathfn_code): Generalize to check whether the call is to any built-in function by comparing...

* builtins.c (builtin_mathfn_code): Generalize to check whether
the call is to any built-in function by comparing the call's
argument list against the builtin decl's function type.

From-SVN: r72327

20 years agocse.c (constant_pool_entries_regcost): New global variable to hold the register cost...
Roger Sayle [Sat, 11 Oct 2003 03:49:54 +0000 (03:49 +0000)]
cse.c (constant_pool_entries_regcost): New global variable to hold the register cost component of...

* cse.c (constant_pool_entries_regcost): New global variable to
hold the register cost component of constant_pool_entries_cost.
(fold_rtx): Calculate constant_pool_entries_regcost at the same
time as constant_pool_entries_cost.
(cse_insn): Set both src_folded_cost and src_folded_regcost from
constant_pool_entries_cost and constant_pool_entries_regcost.
(cse_main): Initialize constant_pool_entries_regcost to zero.

* optabs.c (expand_unop): Attach a REG_EQUAL note describing
the semantics of the sequence of bit operations used to negate
a floating-point value.
(expand_abs_nojump): Likewise attach a REG_EQUAL note describing
the semantics of the bit operations used to abs a floating point
value.

From-SVN: r72326

20 years agocrossconfig.m4 (*-uclinux*): New target.
Bernardo Innocenti [Sat, 11 Oct 2003 03:45:07 +0000 (05:45 +0200)]
crossconfig.m4 (*-uclinux*): New target.

* crossconfig.m4 (*-uclinux*): New target.
* configure: Regenerate.

From-SVN: r72325

20 years agolb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__ support.
Bernardo Innocenti [Sat, 11 Oct 2003 03:06:45 +0000 (05:06 +0200)]
lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__ support.

* config/m68k/lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__
support.
* config/m68k/m68k-none.h (ASM_SPEC): Pass --pcrel to assembler on
-fpic, -fPIC, -msep-data and -mid-shared-library.
* config/m68k/m68k.c (m68k_library_id_string): New global variable.
(override_options): Add -msep-data and -mshared-library-id support.
(m68k_output_function_prologue): Generate code to load A5 for
TARGET_ID_SHARED_LIBRARY and TARGET_SEP_DATA.
(m68k_output_mi_thunk): Emit indirect jump on TARGET_ID_SHARED_LIBRARY.
(m68k_output_pic_call): New function.
* gcc/config/m68k/m68k.h (TARGET_SEP_DATA): New target flag.
(TARGET_ID_SHARED_LIBRARY): Ditto.
(TARGET_SWITCHES): Add switches for -mid-shared-library and -msep-data.
* gcc/config/m68k/m68k.md (call): Call m68k_output_pic_call().
(call_value): Likewise.

From-SVN: r72324

20 years agom68k.c (m68k_frame): Move before protos referencing it.
Bernardo Innocenti [Sat, 11 Oct 2003 03:01:56 +0000 (05:01 +0200)]
m68k.c (m68k_frame): Move before protos referencing it.

* config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
(m68k_save_reg): Add boolean parameter `interrupt_handler'.
(m68k_interrupt_function_p): New function.
(m68k_handle_fndecl_attribute): Ditto.
(m68k_compute_frame_layout): Ditto.
(m68k_attribute_table): Define back-end specific attributes.
(m68k_output_function_epilogue): Emit RTE instruction for interrupt
functions.

From-SVN: r72323

20 years agoconfig.guess: Update to 2003-10-07 version.
Bernardo Innocenti [Sat, 11 Oct 2003 02:57:01 +0000 (04:57 +0200)]
config.guess: Update to 2003-10-07 version.

* config.guess: Update to 2003-10-07 version.
* config.sub: Update to 2003-10-07 version.

From-SVN: r72322

20 years agogengenrtl.c (find_formats, genheader): Make i an unsigned int, remove cast of NUM_RTX...
Zack Weinberg [Sat, 11 Oct 2003 00:18:02 +0000 (00:18 +0000)]
gengenrtl.c (find_formats, genheader): Make i an unsigned int, remove cast of NUM_RTX_CODE.

* gengenrtl.c (find_formats, genheader): Make i an unsigned
int, remove cast of NUM_RTX_CODE.
* machmode.h: Make the HAVE_MACHINE_MODES #ifdef encompass the
entire file.  Remove the #ifs on GET_MODE_MASK etc and
GET_MODE_WIDER_MODE etc.

From-SVN: r72321

20 years agoDaily bump.
GCC Administrator [Sat, 11 Oct 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r72319

20 years agoia64.c (ia64_vms_init_libfuncs): New function.
Richard Kenner [Fri, 10 Oct 2003 22:44:41 +0000 (22:44 +0000)]
ia64.c (ia64_vms_init_libfuncs): New function.

* config/ia64/ia64.c (ia64_vms_init_libfuncs): New function.
(ia64_output_function_prologue): Only write .prologue if --with-gnu-as.
(ia64_initialize_trampoline): If not using GAS, declare trampoline
as global.
* config/ia64/ia64.h (ASM_APP_ON, ASM_APP_OFF): Add vers for not GAS.
(ASM_OUTPUT_DEBUG_LABEL): Likewise.

From-SVN: r72316

20 years agolcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT.
Eric Christopher [Fri, 10 Oct 2003 21:28:56 +0000 (21:28 +0000)]
lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT.

2003-10-10  Eric Christopher  <echristo@redhat.com>

        * lcm.c (optimize_mode_switching): Change NORMAL_MODE
        to MODE_ENTRY and MODE_EXIT. Add MODE_AFTER for insns
        that set mode.
        * config/sh/sh.h (MODE_ENTRY): New macro.
        (MODE_EXIT): Ditto.
        (MODE_AFTER): Ditto.
        * config/sh/sh.md: Change for MODE_AFTER. Add
        fp_set attribute.
        * doc/tm.texi: Document MODE_AFTER, MODE_ENTRY, and MODE_EXIT.

From-SVN: r72315

20 years agogenmodes.c, [...]: New files.
Zack Weinberg [Fri, 10 Oct 2003 20:46:58 +0000 (20:46 +0000)]
genmodes.c, [...]: New files.

* genmodes.c, mode-classes.def: New files.
* machmode.def: Rewritten to genmodes.c interface.
* Makefile.in (extra_modes_file): New substitution variable.
(MACHMODE_H): No longer includes machmode.def or
@extra_modes_file@; instead, mode-classes.def and insn-modes.h.
(BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
(OBJS-common): Add insn-modes.o.
(STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
genmodes$(build_exeext).
(insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
(s-genrtl): Don't depend on $(RTL_BASE_H).
(gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
or $(RTL_BASE_H); just rtl.def.
* gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
real.h.  Give fake definition of CONST_DOUBLE_FORMAT and
substitute definition of NUM_RTX_CODE.  Add casts to avoid
warnings.
* machmode.h: Include insn-modes.h, not machmode.def.  Include
mode-classes.def to define enum mode_class.  Tweak definitions
of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
(inner_mode_array): Renamed mode_inner.
(mode_base_align): New.
* rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
mode_unit_size, mode_wider_mode, mode_mask_array,
inner_mode_array, class_narrowest_mode): Delete definitions.
* stor-layout.c (get_mode_alignment): Use mode_base_align.
* real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.

* config/ip2k/ip2k.h, config/iq2000/iq2000.h:
No need to define BITS_PER_UNIT.

* stor-layout.c (compute_record_mode): Don't force BLKmode if
field is zero-length BLKmode.
* expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
zero-size references.

* combine.c (distribute_links): Properly test for REG being set.

From-SVN: r72314

20 years agogenmodes.c, [...]: New files.
Zack Weinberg [Fri, 10 Oct 2003 20:33:07 +0000 (20:33 +0000)]
genmodes.c, [...]: New files.

* genmodes.c, mode-classes.def: New files.
* machmode.def: Rewritten to genmodes.c interface.
* Makefile.in (extra_modes_file): New substitution variable.
(MACHMODE_H): No longer includes machmode.def or
@extra_modes_file@; instead, mode-classes.def and insn-modes.h.
(BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
(OBJS-common): Add insn-modes.o.
(STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
genmodes$(build_exeext).
(insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
(s-genrtl): Don't depend on $(RTL_BASE_H).
(gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
or $(RTL_BASE_H); just rtl.def.
* gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
real.h.  Give fake definition of CONST_DOUBLE_FORMAT and
substitute definition of NUM_RTX_CODE.  Add casts to avoid
warnings.
* machmode.h: Include insn-modes.h, not machmode.def.  Include
mode-classes.def to define enum mode_class.  Tweak definitions
of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
(inner_mode_array): Renamed mode_inner.
(mode_base_align): New.
* rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
mode_unit_size, mode_wider_mode, mode_mask_array,
inner_mode_array, class_narrowest_mode): Delete definitions.
* stor-layout.c (get_mode_alignment): Use mode_base_align.
* real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.

* config/ip2k/ip2k.h, config/iq2000/iq2000.h:
No need to define BITS_PER_UNIT.

From-SVN: r72313

20 years ago* gcc.c-torture/compile/20031010-1.c: New test.
Ian Lance Taylor [Fri, 10 Oct 2003 19:48:20 +0000 (19:48 +0000)]
* gcc.c-torture/compile/20031010-1.c: New test.

From-SVN: r72312

20 years agostor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-length...
Richard Kenner [Fri, 10 Oct 2003 19:21:12 +0000 (19:21 +0000)]
stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-length BLKmode.

* stor-layout.c (compute_record_mode): Don't force BLKmode if
field is zero-length BLKmode.
* expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
zero-size references.

From-SVN: r72311

20 years ago* combine.c (distribute_links): Properly test for REG being set.
Richard Kenner [Fri, 10 Oct 2003 19:02:51 +0000 (19:02 +0000)]
* combine.c (distribute_links): Properly test for REG being set.

From-SVN: r72310

20 years agoalpha.c (alpha_expand_block_mode): Don't use gen_lowpart and company except for REG.
Richard Kenner [Fri, 10 Oct 2003 18:25:26 +0000 (18:25 +0000)]
alpha.c (alpha_expand_block_mode): Don't use gen_lowpart and company except for REG.

* config/alpha/alpha.c (alpha_expand_block_mode): Don't use
gen_lowpart and company except for REG.

From-SVN: r72309

20 years agova-arg-24.c: Correct, and rename to...
Geoffrey Keating [Fri, 10 Oct 2003 18:12:00 +0000 (18:12 +0000)]
va-arg-24.c: Correct, and rename to...

* gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
* gcc.c-torture/execute/va-arg-25.c: ... here.

From-SVN: r72307

20 years agoFix uses of old-style date format in ChangeLog (Jan Hubicka, twice).
Nathanael Nerode [Fri, 10 Oct 2003 17:46:47 +0000 (17:46 +0000)]
Fix uses of old-style date format in ChangeLog (Jan Hubicka, twice).

From-SVN: r72306

20 years ago* pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
John David Anglin [Fri, 10 Oct 2003 17:39:21 +0000 (17:39 +0000)]
* pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.

From-SVN: r72305

20 years agoconfig.gcc (mips*-*-netbsd*): Remove content-free line.
Nathanael Nerode [Fri, 10 Oct 2003 17:37:26 +0000 (17:37 +0000)]
config.gcc (mips*-*-netbsd*): Remove content-free line.

* config.gcc (mips*-*-netbsd*): Remove content-free line.

Also fixed old-style ChangeLog date to be new-style.

From-SVN: r72304

20 years ago2003-10-10 Paolo Carlini <pcarlini@unitus.it>
Paolo Carlini [Fri, 10 Oct 2003 17:10:47 +0000 (19:10 +0200)]
2003-10-10  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT))
Avoid unnecessarily calling __builtin_alloca and dealing
explicitly with width() smaller than zero.
(operator<<(basic_ostream&, char), operator<<(basic_ostream&,
const _CharT*), operator<<(basic_ostream<_CharT, _Traits>&,
const char*), operator<<(basic_ostream<char, _Traits>&,
const char*), operator<<(basic_ostream, const basic_string&)):
Likewise.

From-SVN: r72302

20 years agoFri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
Herman A.J. ten Brugge [Fri, 10 Oct 2003 17:04:46 +0000 (19:04 +0200)]
Fri Oct 10 18:54:39 CEST 2003  Herman A.J. ten Brugge <hermantenbrugge@home.nl>

* gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t,
gcov_position_t and gcov_type.

From-SVN: r72301

20 years agoconfigure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
Kaz Kojima [Fri, 10 Oct 2003 06:03:08 +0000 (06:03 +0000)]
configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.

* configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
* configure: Regenerate.

From-SVN: r72294

20 years agoDaily bump.
GCC Administrator [Fri, 10 Oct 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r72291

20 years agoh8300.md (define_asm_attributes): Specify the length of an asm insn more precisely.
Kazu Hirata [Thu, 9 Oct 2003 23:50:46 +0000 (23:50 +0000)]
h8300.md (define_asm_attributes): Specify the length of an asm insn more precisely.

* config/h8300/h8300.md (define_asm_attributes): Specify
the length of an asm insn more precisely.

From-SVN: r72289

20 years ago* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
Rainer Orth [Thu, 9 Oct 2003 22:58:20 +0000 (22:58 +0000)]
* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.

From-SVN: r72288

20 years agolinker-map.gnu: Make more *_type_info bits visible.
Benjamin Kosnik [Thu, 9 Oct 2003 21:17:11 +0000 (21:17 +0000)]
linker-map.gnu: Make more *_type_info bits visible.

2003-10-09  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu: Make more *_type_info bits visible.
Move new/delete bits back into GLIBCXX space.

* include/bits/locale_classes.h: Move _M_id out of line, so that
locale::id::_S_highwater can be removed from the export list.
* src/locale.cc (locale::id::_M_id): Define.

From-SVN: r72287

20 years agoxtensa.c (xtensa_dbx_register_number): Change first FP register number to 48 and...
Bob Wilson [Thu, 9 Oct 2003 20:21:11 +0000 (20:21 +0000)]
xtensa.c (xtensa_dbx_register_number): Change first FP register number to 48 and MAC16 accumulator to 0x210.

* config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
FP register number to 48 and MAC16 accumulator to 0x210.

From-SVN: r72283

20 years agolibstdc++.exp: Set LD_LIBRARY_PATH_64 for SPARC64.
Andreas Tobler [Thu, 9 Oct 2003 19:22:38 +0000 (21:22 +0200)]
libstdc++.exp: Set LD_LIBRARY_PATH_64 for SPARC64.

2003-10-09  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_64 for
SPARC64.

From-SVN: r72282

20 years agore PR libstdc++/11844 (Incorrect values of ctype_base::alnum and ctype_base::graph)
Paolo Carlini [Thu, 9 Oct 2003 19:10:56 +0000 (21:10 +0200)]
re PR libstdc++/11844 (Incorrect values of ctype_base::alnum and ctype_base::graph)

2003-10-09  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/11844
* config/os/aix/ctype_base.h: Fix 'alnum' and 'graph'
to conform to the requirements of 22.2.1.
* config/os/bsd/freebsd/ctype_base.h: Likewise.
* config/os/djgpp/ctype_base.h: Likewise.
* config/os/generic/ctype_base.h: Likewise.
* config/os/gnu-linux/ctype_base.h: Likewise.
* config/os/hpux/ctype_base.h: Likewise.
* config/os/irix/irix6.5/ctype_base.h: Likewise.
* config/os/solaris/solaris2.6/ctype_base.h: Likewise.
* config/os/solaris/solaris2.7/ctype_base.h: Likewise.
* testsuite/22_locale/ctype/11844.cc: New.

* config/locale/generic/ctype_members.cc (do_is):
Generically, use a bitmasksize of 15 (instead of 10), since
we don't know the numerical encoding of the various categories
in the underlying /usr/include/ctype.h.

From-SVN: r72281

20 years ago* g++.dg/ext/attrib8.C: Only run it on x86 targets.
Mark Mitchell [Thu, 9 Oct 2003 18:08:50 +0000 (18:08 +0000)]
* g++.dg/ext/attrib8.C: Only run it on x86 targets.

From-SVN: r72280

20 years agoSelectorImpl.java (register): Use ServerSocketChannelSelectionKey for server socket...
Michael Koch [Thu, 9 Oct 2003 18:01:08 +0000 (18:01 +0000)]
SelectorImpl.java (register): Use ServerSocketChannelSelectionKey for server socket channels...

2003-10-09  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/SelectorImpl.java (register):
Use ServerSocketChannelSelectionKey for server socket channels,
removed unneeded comments.
* gnu/java/nio/ServerSocketChannelImpl.java
(ServerSocketChannelImpl): Made class public final.
(impl): New member variable.
(ServerSocketChannelImpl): Initialize member variables correctly.
(initServerSocket): New method.
(getNativeFD): Likewise.
* gnu/java/nio/ServerSocketChannelSelectionKey.java,
gnu/java/nio/natServerSocketChannelImpl.cc: New files.
* Makefile.am (ordinary_java_source_files):
Added gnu/java/nio/ServerSocketChannelSelectionKey.java.
(nat_source_files): Added gnu/java/nio/natServerSocketChannelImpl.cc.
* Makefile.in: Regenrated.

From-SVN: r72277

20 years ago2003-10-09 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 9 Oct 2003 17:34:10 +0000 (17:34 +0000)]
2003-10-09  Michael Koch  <konqueror@gmx.de>

* java/nio/channels/spi/AbstractSelectableChannel.java
(registered): Made private.
(blocking): Likewise.
(LOCK): Likewise.
(provider): Likewise.
(keys): Made it a private LinkedList.
(AbstractSelectableChannel): Initialize keys.
(isRegistered): New implementation.
(locate): Rewritten.
(register): Rewritten.
* java/nio/channels/spi/AbstractSelectionKey.java
(ok): Removed.
(cancelled): New member variable.
(cancel): Rewritten.
(isValid): Rewritten.
* java/nio/channels/spi/AbstractSelector.java:
Some methods moved.
(closed): Make private.
(provider): Likewise.
(cancelledKeys): New member variable.
(AbstractSelector): Initialize cancelledKeys.
(cancelKey): New method.

From-SVN: r72275

20 years ago[multiple changes]
Benjamin Kosnik [Thu, 9 Oct 2003 16:53:54 +0000 (16:53 +0000)]
[multiple changes]

2003-10-09  Benjamin Kosnik  <bkoz@redhat.com>

* src/string-inst.cc: Prune.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

2003-10-09  Petur Runolfsson  <peturr02@ru.is>

* src/io-inst.cc: Don't include iostream.
* include/bits/ios_base.h (ios_base::failure): Use string.
* src/Makefile.am: Add ios_failure.cc.
* src/Makefile.in: Regenerate.
* src/ios.cc: Move ios_base::failure definitions to...
* src/ios_failure.cc: ...here. New.

From-SVN: r72272

20 years agoClassLoader.java (setSigners): Implemented.
Tom Tromey [Thu, 9 Oct 2003 16:24:55 +0000 (16:24 +0000)]
ClassLoader.java (setSigners): Implemented.

* java/lang/ClassLoader.java (setSigners): Implemented.
* boehm.cc (_Jv_MarkObj): Mark `signers' field.
* java/lang/natClassLoader.cc (_Jv_InitNewClassFields):
Initialize new fields.
* java/lang/Class.java (getSigners): Now native.
(setSigners): Declare.
* java/lang/natClass.cc (getSigners): New method.
(getSigners): Likewise.
* java/lang/Class.h (Class::signers): New field.
(Class::setSigners): New method.

From-SVN: r72271

20 years agodecl.c (java_init_decl_processing): Declare signers field.
Tom Tromey [Thu, 9 Oct 2003 16:21:56 +0000 (16:21 +0000)]
decl.c (java_init_decl_processing): Declare signers field.

* decl.c (java_init_decl_processing): Declare signers field.
* class.c (make_class_data): Set signers field.

From-SVN: r72270

20 years agoconfig.gcc: Remove redundant thread_file setting clauses for various *-*-linux* targets.
Nathanael Nerode [Thu, 9 Oct 2003 16:17:46 +0000 (16:17 +0000)]
config.gcc: Remove redundant thread_file setting clauses for various *-*-linux* targets.

* config.gcc: Remove redundant thread_file setting clauses for
various *-*-linux* targets.

From-SVN: r72269

20 years agore PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0)
Petur Runolfsson [Thu, 9 Oct 2003 16:11:40 +0000 (16:11 +0000)]
re PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0)

2003-10-09  Petur Runolfsson  <peturr02@ru.is>

        PR libstdc++/9874
        * include/bits/fstream.tcc (basic_filebuf::seekoff):
        Move code needed for both seekoff and seekpos...
        (basic_filebuf::_M_seek): ...here. New function.
        (basic_filebuf::seekpos): Don't call seekoff, call _M_seek.
        * include/std/std_fstream.h (basic_filebuf::_M_seek): Declare it.
        * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: New test.

        * testsuite/22_locale/locale/cons/12438.cc: Increase memory limit.

From-SVN: r72268

20 years agoRMIClassLoader.java: Removed unused imports, little reformatings.
Michael Koch [Thu, 9 Oct 2003 15:20:25 +0000 (15:20 +0000)]
RMIClassLoader.java: Removed unused imports, little reformatings.

2003-10-09  Michael Koch  <konqueror@gmx.de>

* java/rmi/server/RMIClassLoader.java:
Removed unused imports, little reformatings.
(getClassLoader): New method, implementation was part of old loadCLass
method.
(loadClass): Simplified by moving functionality to new method and
reworking the code a bit.
(getClassAnnotation): Merged documentation from classpath.

From-SVN: r72267

20 years ago* config/h8300/h8300.md (define_asm_attributes): New.
Kazu Hirata [Thu, 9 Oct 2003 13:13:52 +0000 (13:13 +0000)]
* config/h8300/h8300.md (define_asm_attributes): New.

From-SVN: r72264

20 years ago2003-10-09 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 9 Oct 2003 13:13:05 +0000 (13:13 +0000)]
2003-10-09  Michael Koch  <konqueror@gmx.de>

* java/math/BigInteger.java
(add): Removed unused local variable len.

From-SVN: r72263

20 years agooptabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note to the comparison...
Roger Sayle [Thu, 9 Oct 2003 12:57:30 +0000 (12:57 +0000)]
optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note to the comparison...

* optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
to the comparison, as emit_libcall_block calls copy_rtx on equiv.

From-SVN: r72262

20 years agohaifa-sched.c (ok_for_early_schedule): New function.
Dorit Naishlos [Thu, 9 Oct 2003 09:08:37 +0000 (09:08 +0000)]
haifa-sched.c (ok_for_early_schedule): New function.

        * haifa-sched.c (ok_for_early_schedule): New function.
        (early_queue_to_ready): New function.
        (schedule_block): Allow early removal of insns from Q.
        (schedule_insn): Update INSN_TICK in case of premature
        issue.
        * common.opt (sched_stalled_insns): New flag.
        (sched_stalled_insns_dep): New flag.
        * flags.h: Same above flags.
        * opts.c: Same as above.
        * toplev.c: Same as above.
        * target.h (targetm.sched.is_costly_dependence): New
        hook.
        * target-def.h: Same as above.
        * config/rs6000/rs6000.h: (rs6000_sched_costly_dep):
        Support new flag -msched-costly-dep.
        (DEFAULT_SCHED_COSTLY_DEP): Define.
        * config/rs6000/rs6000.c:
        (rs6000_is_costly_dependence): New function.
        (is_load_insn, is_store_insn): New functions.
        (is_load_insn1, is_store_insn1, is_mem_ref): New
        functions.
        * doc/invoke.texi (-fsched-stalled-insns-dep)
        (-fsched-stalled-insns, -msched-costly-dep): Document
        options.
        * doc/tm.texi (is_costly_dependence): Define new
        scheduler target hook.

From-SVN: r72261

20 years agore PR middle-end/6392 (Problems with __restrict__ type qualifier (array))
Jason Merrill [Thu, 9 Oct 2003 08:39:34 +0000 (04:39 -0400)]
re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))

        PR c++/6392
        * cp/tree.c (build_cplus_array_type): Handle all quals the same.
        (cp_build_qualified_type_real): Look through arrays first.
        * c-common.c (c_build_qualified_type): Look through arrays first.
        (c_apply_type_quals_to_decl): Look through arrays.

From-SVN: r72260

20 years agore PR middle-end/6392 (Problems with __restrict__ type qualifier (array))
Jason Merrill [Thu, 9 Oct 2003 08:38:46 +0000 (04:38 -0400)]
re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))

        PR c++/6392
        * cp/tree.c (build_cplus_array_type): Handle all quals the same.
        (cp_build_qualified_type_real): Look through arrays first.
        * c-common.c (c_build_qualified_type): Look through arrays first.
        (c_apply_type_quals_to_decl): Look through arrays.

        * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
        types with constructors.

From-SVN: r72259

20 years agotweak whitespace
Jason Merrill [Thu, 9 Oct 2003 07:16:14 +0000 (03:16 -0400)]
tweak whitespace

From-SVN: r72256

20 years agostmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.
Jason Merrill [Thu, 9 Oct 2003 05:44:57 +0000 (01:44 -0400)]
stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.

        * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
        here.
        (expand_asm_operands): Not here.
        (parse_input_constraint): No longer static.
        * tree.h: Declare it.

        * coverage.c (build_ctr_info_value): Use build_decl to make a
        VAR_DECL.
        (create_coverage): Likewise.
java/
        * parse.y (patch_assignment): Use make_node to create a BLOCK.
        * parse.h (BUILD_PTR_FROM_NAME): Use make_node to create a
        POINTER_TYPE.
cp/
        * tree.c (build_cplus_new): Use build_decl to create a VAR_DECL.
        (build_target_expr_with_type): Likewise.

        * pt.c (instantiate_class_template): Sanity check that our
        enclosing class has been instantiated.

From-SVN: r72255

20 years agot-linux (SHLIB_LINK): Override to use a linker script libgcc_s.so.
Kaz Kojima [Thu, 9 Oct 2003 04:21:51 +0000 (04:21 +0000)]
t-linux (SHLIB_LINK): Override to use a linker script libgcc_s.so.

* config/sh/t-linux (SHLIB_LINK): Override to use a linker script
libgcc_s.so.
(SHLIB_INSTALL): Likewise.

From-SVN: r72254

20 years agoinstall.texi: Remove reference to removed 'pthreads' thread option.
Nathanael Nerode [Thu, 9 Oct 2003 03:24:16 +0000 (03:24 +0000)]
install.texi: Remove reference to removed 'pthreads' thread option.

* doc/install.texi: Remove reference to removed 'pthreads' thread
option.

From-SVN: r72253

20 years agoGtkButtonPeer.java (handleEvent): Remove modality check.
Thomas Fitzsimmons [Thu, 9 Oct 2003 00:26:29 +0000 (00:26 +0000)]
GtkButtonPeer.java (handleEvent): Remove modality check.

2003-10-08  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkButtonPeer.java (handleEvent): Remove
modality check.
* gnu/java/awt/peer/gtk/GtkDialogPeer.java (initializeInsets):
Initialize insets to use latest insets.
* gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise.
* gnu/java/awt/peer/gtk/GtkWindowPeer.java (latestInsets): New
field.
(postConfigureEvent): Update latestInsets field when insets
change.  Remove call to setSize.  Move validate call outside of
if blocks.
(setVisible): Call setBounds before showing window.
(nativeSetVisible): New native method.
* java/awt/Window.java (show): Show visible owned windows.
(hide): Hide visible owned windows.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(awt_event_handler): Implement modality using GTK grabs.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c
(global_gtk_window_group): New global variable.
(gtkInit): Initialize global_gtk_window_group.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (create):
Clamp width and height values to at least 1.  Add this window to
the global GTK window group.
(setVisible): Rename to nativeSetVisible.
(setup_window): Remove function.
(setSize): Clamp width and height values to at least 1.
(nativeSetBounds): Likewise.
(gdk_window_get_root_geometry): Remove function.
* jni/gtk-peer/gtkpeer.h: Remove gdk_window_get_root_geometry
and setup_window declarations.  Declare global_gtk_window_group.

From-SVN: r72252

20 years agoDaily bump.
GCC Administrator [Thu, 9 Oct 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r72250

20 years agors6000.md ("abssi2_isel"): Add early clobber to operand 2.
Aldy Hernandez [Wed, 8 Oct 2003 23:55:55 +0000 (23:55 +0000)]
rs6000.md ("abssi2_isel"): Add early clobber to operand 2.

2003-10-08  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
operand 2.

From-SVN: r72247

20 years ago2003-10-08 Thomas Fitzsimmons <fitzsim@redhat.com>
Thomas Fitzsimmons [Wed, 8 Oct 2003 23:38:45 +0000 (23:38 +0000)]
2003-10-08  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkButtonPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c
(gtkSetFont): Handle BOLD and ITALIC style specifiers.
(gtkWidgetSetForeground): New method.
* gnu/java/awt/peer/gtk/GtkComponentPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(gtkWidgetSetBackground, gtkWidgetSetForeground): New methods.
(setBackground, setForeground): Implement.
* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
(gtkSetFont): Handle BOLD and ITALIC style specifiers.
* gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (drawString):
Position PangoLayout relative to text's baseline.
* jni/gtk-peer/gtkpeer.h: Define AWT font style constants.

* java/awt/FlowLayout.java (layoutContainer): Fix offset problem
for CENTER and RIGHT alignments.

From-SVN: r72246

20 years agoconfig.gcc: Don't accept --enable-threads=pthreads.
Nathanael Nerode [Wed, 8 Oct 2003 21:32:50 +0000 (21:32 +0000)]
config.gcc: Don't accept --enable-threads=pthreads.

* config.gcc: Don't accept --enable-threads=pthreads.  Clean
up related case statements.
* configure.in: Don't accept --enable-threads=pthreads,
decosf1, mach, or os2 (none of which work anyway).  Alphabetize
supported thread files in case clause.
* configure: Regenerate.

From-SVN: r72244

20 years agoMove ChangeLog entries for config/ subdir into config/ChangeLog, where they belong.
Nathanael Nerode [Wed, 8 Oct 2003 21:28:40 +0000 (21:28 +0000)]
Move ChangeLog entries for config/ subdir into config/ChangeLog, where they belong.

Move ChangeLog entries for config/ subdir into config/ChangeLog, where
they belong.  Thanks to Kelley Cook <kcook34@ford.com>.

From-SVN: r72243

20 years ago* libjava.mauve/xfails: Removed some tests.
Tom Tromey [Wed, 8 Oct 2003 21:16:01 +0000 (21:16 +0000)]
* libjava.mauve/xfails: Removed some tests.

From-SVN: r72242

20 years agofunction.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to above SPARC...
Geoffrey Keating [Wed, 8 Oct 2003 21:09:18 +0000 (21:09 +0000)]
function.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to above SPARC_STACK_BOUNDARY_HACK.

* function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'
definition to above SPARC_STACK_BOUNDARY_HACK.

From-SVN: r72241

This page took 0.105068 seconds and 5 git commands to generate.