platform/upstream/gcc.git
20 years ago* gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
Aldy Hernandez [Tue, 20 Apr 2004 19:24:00 +0000 (19:24 +0000)]
* gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.

From-SVN: r80919

20 years agoBufferedWriter.java: Reordered variables to be at top of the class.
Michael Koch [Tue, 20 Apr 2004 18:15:44 +0000 (18:15 +0000)]
BufferedWriter.java: Reordered variables to be at top of the class.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedWriter.java:
Reordered variables to be at top of the class.
(localFlush): Removed redundant final keyword.

From-SVN: r80916

20 years agoMouseEvent.java (<init>): fixed field assignment
Ingo Proetel [Tue, 20 Apr 2004 18:04:50 +0000 (18:04 +0000)]
MouseEvent.java (<init>): fixed field assignment

2004-04-20  Ingo Proetel  <proetel@aicas.com>

* java/awt/event/MouseEvent.java (<init>): fixed field assignment

From-SVN: r80915

20 years ago[multiple changes]
Michael Koch [Tue, 20 Apr 2004 16:14:25 +0000 (16:14 +0000)]
[multiple changes]

2004-04-20  Jeroen Frijters  <jeroen@frijters.net>

* java/text/DecimalFormat.java (scanFix): Removed suffix check
for percent and permill check.

2004-04-20  Guilhem Lavaux <guilhem@kaffe.org>

* java/text/FieldPosition.java
(FieldPosition) Constructor now behaves as it should according
to the java documentation.

2004-04-20  Mark Wielaard  <mark@klomp.org>

* java/util/Properties.java: Use the word umlaut, not &auml; in api
documentation.

From-SVN: r80910

20 years agoBuffer.java, [...]: Fixed javadocs and jalopied all over java.nio.
Michael Koch [Tue, 20 Apr 2004 15:27:38 +0000 (15:27 +0000)]
Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/nio/Buffer.java,
java/nio/channels/AlreadyConnectedException.java,
java/nio/channels/AsynchronousCloseException.java,
java/nio/channels/ByteChannel.java,
java/nio/channels/CancelledKeyException.java,
java/nio/channels/Channel.java,
java/nio/channels/Channels.java,
java/nio/channels/ClosedByInterruptException.java,
java/nio/channels/ClosedChannelException.java,
java/nio/channels/ClosedSelectorException.java,
java/nio/channels/ConnectionPendingException.java,
java/nio/channels/DatagramChannel.java,
java/nio/channels/FileChannel.java,
java/nio/channels/FileLock.java,
java/nio/channels/FileLockInterruptionException.java,
java/nio/channels/GatheringByteChannel.java,
java/nio/channels/IllegalBlockingModeException.java,
java/nio/channels/IllegalSelectorException.java,
java/nio/channels/InterruptibleChannel.java,
java/nio/channels/NoConnectionPendingException.java,
java/nio/channels/NonReadableChannelException.java,
java/nio/channels/NonWritableChannelException.java,
java/nio/channels/NotYetBoundException.java,
java/nio/channels/NotYetConnectedException.java,
java/nio/channels/OverlappingFileLockException.java,
java/nio/channels/Pipe.java,
java/nio/channels/ReadableByteChannel.java,
java/nio/channels/ScatteringByteChannel.java,
java/nio/channels/SelectableChannel.java,
java/nio/channels/SelectionKey.java,
java/nio/channels/Selector.java,
java/nio/channels/ServerSocketChannel.java,
java/nio/channels/SocketChannel.java,
java/nio/channels/UnresolvedAddressException.java,
java/nio/channels/UnsupportedAddressTypeException.java,
java/nio/channels/WritableByteChannel.java,
java/nio/channels/spi/AbstractInterruptibleChannel.java,
java/nio/channels/spi/AbstractSelectableChannel.java,
java/nio/channels/spi/AbstractSelectionKey.java,
java/nio/channels/spi/AbstractSelector.java,
java/nio/channels/spi/SelectorProvider.java,
java/nio/charset/spi/CharsetProvider.java:
Fixed javadocs and jalopied all over java.nio.

From-SVN: r80909

20 years agoByteBufferImpl.java, [...]: Made sure all classes are final and removed final keyword...
Michael Koch [Tue, 20 Apr 2004 14:54:37 +0000 (14:54 +0000)]
ByteBufferImpl.java, [...]: Made sure all classes are final and removed final keyword from all methods.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBufferImpl.java,
java/nio/CharBufferImpl.java,
java/nio/DirectByteBufferImpl.java,
java/nio/DoubleBufferImpl.java,
java/nio/DoubleViewBufferImpl.java,
java/nio/FloatBufferImpl.java,
java/nio/FloatViewBufferImpl.java,
java/nio/IntBufferImpl.java,
java/nio/IntViewBufferImpl.java,
java/nio/LongBufferImpl.java,
java/nio/LongViewBufferImpl.java,
java/nio/MappedByteBufferImpl.java,
java/nio/ShortBufferImpl.java,
java/nio/ShortViewBufferImpl.java:
Made sure all classes are final and removed final keyword from all
methods.

From-SVN: r80907

20 years agoMarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all...
Michael Koch [Tue, 20 Apr 2004 14:45:10 +0000 (14:45 +0000)]
MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/rmi/MarshalledObject.java,
java/rmi/Naming.java,
java/rmi/RemoteException.java,
java/rmi/activation/ActivationException.java,
java/rmi/server/ServerCloneException.java,
java/security/AccessController.java,
java/security/AlgorithmParameterGenerator.java,
java/security/AlgorithmParameters.java,
java/security/CodeSource.java,
java/security/Identity.java,
java/security/IdentityScope.java,
java/security/KeyPairGenerator.java,
java/security/KeyStore.java,
java/security/Security.java,
java/security/Signature.java,
java/security/SignatureSpi.java,
java/security/SignedObject.java,
java/security/spec/DSAParameterSpec.java,
java/security/spec/DSAPrivateKeySpec.java,
java/security/spec/DSAPublicKeySpec.java,
java/sql/Array.java,
java/sql/DatabaseMetaData.java,
java/sql/ResultSet.java,
java/text/ChoiceFormat.java,
java/text/CollationElementIterator.java,
java/text/CollationKey.java,
java/text/Collator.java,
java/text/DateFormat.java,
java/text/DateFormatSymbols.java,
java/text/DecimalFormatSymbols.java,
java/text/Format.java,
java/text/ParsePosition.java,
java/text/RuleBasedCollator.java,
java/text/SimpleDateFormat.java,
java/text/StringCharacterIterator.java,
java/util/Collections.java,
java/util/PropertyResourceBundle.java,
java/util/ResourceBundle.java,
java/util/StringTokenizer.java,
java/util/jar/Attributes.java,
java/util/logging/ConsoleHandler.java,
java/util/logging/LogManager.java,
java/util/logging/MemoryHandler.java,
java/util/logging/SocketHandler.java,
javax/naming/NamingException.java:
Fixed javadoc, coding style and argument names all over.

From-SVN: r80906

20 years ago* config/arm/arm.c (arm_legitimate_address_p): Use rtx_equal_p.
Paul Brook [Tue, 20 Apr 2004 14:18:39 +0000 (14:18 +0000)]
* config/arm/arm.c (arm_legitimate_address_p): Use rtx_equal_p.

From-SVN: r80903

20 years ago[multiple changes]
Michael Koch [Tue, 20 Apr 2004 13:43:35 +0000 (13:43 +0000)]
[multiple changes]

2004-04-20  Jeroen Frijters  <jeroen@frijters.net>

* java/io/FileDescriptor.java: (FileDescriptor) Added public
constructor. (valid) Added null check.

2004-04-20  Guilhem Lavaux <guilhem@kaffe.org>

        Reported by Nektarios Papadopoulos <npapadop@inaccessnetworks.com>
* java/io/FileOutputStream.java
(FileOutputStream) Reorganized constructors. Constructors now
check whether the given path is directory.

From-SVN: r80901

20 years agoAuthenticator.java, [...]: Fixed javadocs, coding style and argument names all over.
Michael Koch [Tue, 20 Apr 2004 13:05:10 +0000 (13:05 +0000)]
Authenticator.java, [...]: Fixed javadocs, coding style and argument names all over.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/net/Authenticator.java,
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/Inet4Address.java,
java/net/Inet6Address.java,
java/net/InetAddress.java,
java/net/InetSocketAddress.java,
java/net/JarURLConnection.java,
java/net/MalformedURLException.java,
java/net/MulticastSocket.java,
java/net/NetPermission.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/SocketAddress.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/URLClassLoader.java,
java/net/URLConnection.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:
Fixed javadocs, coding style and argument names all over.

From-SVN: r80900

20 years agoByte.java, [...]: Fixed javadocs, coding style and argument names all over.
Michael Koch [Tue, 20 Apr 2004 12:30:19 +0000 (12:30 +0000)]
Byte.java, [...]: Fixed javadocs, coding style and argument names all over.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/lang/Byte.java,
java/lang/CharSequence.java,
java/lang/ClassLoader.java,
java/lang/Compiler.java,
java/lang/Double.java,
java/lang/Float.java,
java/lang/Integer.java,
java/lang/Long.java,
java/lang/Math.java,
java/lang/Number.java,
java/lang/Package.java,
java/lang/Runtime.java,
java/lang/RuntimePermission.java,
java/lang/SecurityManager.java,
java/lang/Short.java,
java/lang/StringBuffer.java,
java/lang/System.java,
java/lang/ThreadGroup.java,
java/lang/Throwable.java,
java/lang/reflect/InvocationHandler.java,
java/lang/reflect/Proxy.java:
Fixed javadocs, coding style and argument names all over.

From-SVN: r80899

20 years agoBufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to match javado...
Michael Koch [Tue, 20 Apr 2004 11:37:41 +0000 (11:37 +0000)]
BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to match javadocs, fixed coding style.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedWriter.java,
java/io/ByteArrayInputStream.java,
java/io/CharArrayWriter.java,
java/io/DataInput.java,
java/io/DataInputStream.java,
java/io/File.java,
java/io/FilterInputStream.java,
java/io/InputStream.java,
java/io/InputStreamReader.java,
java/io/ObjectInputStream.java,
java/io/ObjectStreamClass.java,
java/io/PipedInputStream.java,
java/io/PipedReader.java,
java/io/PushbackInputStream.java,
java/io/PushbackReader.java,
java/io/RandomAccessFile.java,
java/io/SerializablePermission.java,
java/io/StreamTokenizer.java,
java/io/StringWriter.java,
java/io/WriteAbortedException.java,
java/io/Writer.java:
Fixed javadocs all over, rename arguments to match javadocs,
fixed coding style.

From-SVN: r80897

20 years ago* config/arm/arm.c (arm_expand_prologue): Fix size calculation.
Paul Brook [Tue, 20 Apr 2004 11:28:08 +0000 (11:28 +0000)]
* config/arm/arm.c (arm_expand_prologue): Fix size calculation.

From-SVN: r80895

20 years ago[multiple changes]
Michael Koch [Tue, 20 Apr 2004 11:13:09 +0000 (11:13 +0000)]
[multiple changes]

2004-04-20  Ingo Proetel  <proetel@aicas.com>

* java/awt/FontMetrics.java:
(charsWidth): fixed accumulation of total_width
(getWidth): simple default implementation
* java/awt/Polygon.java (getBoundingBox): Use correct y-coordinate
in Rectangle constructor.
* java/awt/image/Raster.java (toString): Added method.
* java/awt/image/SampleModel.java (<init>): Added error cause
information to thrown exception.
* java/awt/image/SinglePixelPackedSampleModel.java (getDataElements):
New method.
(setDataElements): New method.
(setPixels): New method.
(toString): New method.

2004-04-20  Sascha Brawer  <brawer@dandelis.ch>

* java/awt/image/ComponentColorModel.java
(createCompatibleSampleModel): Return PixelInterleavedSampleModel
for TYPE_BYTE and TYPE_USHORT transferTypes, in order to pass the
Mauve tests on this method. Improved documentation.

From-SVN: r80894

20 years agoJLayeredPane.java, [...]: Fixed HTML tags in javadocs all over.
Michael Koch [Tue, 20 Apr 2004 10:51:42 +0000 (10:51 +0000)]
JLayeredPane.java, [...]: Fixed HTML tags in javadocs all over.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* javax/swing/JLayeredPane.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/undo/CompoundEdit.java,
javax/swing/undo/StateEdit.java:
Fixed HTML tags in javadocs all over.

From-SVN: r80893

20 years ago2004-04-20 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 20 Apr 2004 10:48:56 +0000 (10:48 +0000)]
2004-04-20  Michael Koch  <konqueror@gmx.de>

* javax/print/attribute/EnumSyntax.java
(getOffset): Made protected.
* javax/print/attribute/HashAttributeSet.java
(HashAttributeSet): Likewise.
* javax/print/attribute/ResolutionSyntax.java
(getFeedResolution): Fixed typo in exception name.
(getCrossFeedResolution): Likewise.
* javax/print/attribute/SetOfIntegerSyntax.java
(SetOfIntegerSyntax): Fixed HTML entities in javadoc.
* javax/print/attribute/TextSyntax.java
(TextSyntax): Handle locale correctly.
(hashCode): Calc better hashcode value.
(equals): Fixed @return tag.
(toString): New method.

From-SVN: r80892

20 years ago2004-04-20 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 20 Apr 2004 10:43:48 +0000 (10:43 +0000)]
2004-04-20  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileLockImpl.java
(static): Removed, not needed anymore.
* gnu/java/nio/channels/FileChannelImpl.java
(FileChannelImpl): Made final.
(mode): Made private.
(READ, WRITE, APPEND): Made public.
(EXCL, SYNC, DSYNC): Likewise.
(static): Load native JNI library, when needed.
(length): Unused, removed.
(available): Made public.
(implPosition): Throws IOException.
(seek): Likewise.
(implTruncate): Likewise.
(unlock): Likewise.
(lock): Likewise.

From-SVN: r80891

20 years agoAWTPermission.java, [...]: Fixed HTML tags in javadocs all over.
Michael Koch [Tue, 20 Apr 2004 10:37:07 +0000 (10:37 +0000)]
AWTPermission.java, [...]: Fixed HTML tags in javadocs all over.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* java/awt/AWTPermission.java,
java/awt/Component.java,
java/awt/ComponentOrientation.java,,
java/awt/Dialog.java,
java/awt/FontMetrics.java,
java/awt/Graphics.java,
java/awt/datatransfer/DataFlavor.java,
java/beans/Introspector.java,
java/beans/PropertyEditor.java,
java/beans/PropertyEditorManager.java,
java/beans/beancontext/BeanContextServiceProvider.java:
Fixed HTML tags in javadocs all over.

From-SVN: r80890

20 years agoGtkFontPeer.java: Use fallback when MissingResourceException is thrown.
Mark Wielaard [Tue, 20 Apr 2004 09:46:28 +0000 (09:46 +0000)]
GtkFontPeer.java: Use fallback when MissingResourceException is thrown.

2004-04-20  Mark Wielaard  <mark@klomp.org>

* gnu/java/awt/peer/gtk/GtkFontPeer.java: Use fallback when
MissingResourceException is thrown.
* gnu/java/awt/peer/gtk/GtkToolkit.java (getFontPeer): Don't return
null when a MissingResourceException is thrown. Should never happen.

From-SVN: r80888

20 years agoRevert part of 2004-04-17 change that moved -frename-registers to -O1.
Paolo Bonzini [Tue, 20 Apr 2004 09:27:43 +0000 (09:27 +0000)]
Revert part of 2004-04-17 change that moved -frename-registers to -O1.

2004-04-19  Paolo Bonzini  <bonzini@gnu.org>

Revert part of 2004-04-17 change that moved -frename-registers
to -O1.  -frename-registers is buggy.

* toplev.c (flag_rename_registers): Initialize to 0.
* doc/invoke.texi (Optimize options): Move -frename-registers
to "Not triggered by any -O level" section.  Adjust commentary
accordingly.

From-SVN: r80887

20 years ago[multiple changes]
Michael Koch [Tue, 20 Apr 2004 08:37:47 +0000 (08:37 +0000)]
[multiple changes]

2004-04-20  Sascha Brawer  <brawer@dandelis.ch>

* java/awt/image/DataBufferShort.java,
java/awt/image/DataBufferFloat.java,
java/awt/image/DataBufferDouble.java,
java/awt/image/PixelInterleavedSampleModel.java: New files.
* gnu/java/awt/Buffers.java (createBuffer, createBufferFromData,
getData): Added support for TYPE_SHORT, TYPE_FLOAT and TYPE_DOUBLE.

2004-04-20  Michael Koch  <konqueror@gmx.de>

* Makefile.am (java_source_files): Added
java/awt/image/DataBufferDouble.java,
java/awt/image/DataBufferFloat.java,
java/awt/image/DataBufferShort.java and
java/awt/image/PixelInterleavedSampleModel.java.
* Makefile.in: Regenerated.

From-SVN: r80886

20 years agopatch from Anil Paranjpe to fix H8/300 .ident problem.
Anil Paranjpe [Tue, 20 Apr 2004 07:45:11 +0000 (00:45 -0700)]
patch from Anil Paranjpe to fix H8/300 .ident problem.

* toplev.c (compile_file): Move targetm.asm_out.file_end call to end.

From-SVN: r80885

20 years agomips.c (mips_legitimize_move): Generate special patterns for mflo and mfhi instructions.
Richard Sandiford [Tue, 20 Apr 2004 06:10:13 +0000 (06:10 +0000)]
mips.c (mips_legitimize_move): Generate special patterns for mflo and mfhi instructions.

* config/mips/mips.c (mips_legitimize_move): Generate special patterns
for mflo and mfhi instructions.
(mips_output_move): Remove mflo and mfhi handling.
* config/mips/mips.md (UNSPEC_MFHILO): New unspec.
(*mulsidi3_64bit): Update for new mfhi/mflo representation.
Likewise various define_peephole2s.
(*movdi_32bit, *movdi_64bit, *movsi_internal): Merge x<-J and x<-d
alternatives.
(*movdi_64bit, *movdi_64bit_mips16, *mov[shq]i_internal)
(*mov[shq]i_mips16): Remove mflo and mfhi alternatives.
(mfhilo_di, mfhilo_si): New patterns.

From-SVN: r80883

20 years agofunction.c (assign_parms): Force MEM_EXPR (DECL_INCOMING_RTL (parm)) == parm.
Josef Zlomek [Tue, 20 Apr 2004 06:06:08 +0000 (08:06 +0200)]
function.c (assign_parms): Force MEM_EXPR (DECL_INCOMING_RTL (parm)) == parm.

* function.c (assign_parms): Force
MEM_EXPR (DECL_INCOMING_RTL (parm)) == parm.

From-SVN: r80882

20 years agovar-tracking.c (variable_part_different_p): Variable parts differ when the most recen...
Josef Zlomek [Tue, 20 Apr 2004 06:01:03 +0000 (08:01 +0200)]
var-tracking.c (variable_part_different_p): Variable parts differ when the most recent locations differ.

* var-tracking.c (variable_part_different_p): Variable parts differ
when the most recent locations differ.

From-SVN: r80880

20 years agoEliminate broken unused function.
James E Wilson [Tue, 20 Apr 2004 03:57:59 +0000 (03:57 +0000)]
Eliminate broken unused function.

* rtl.h (reg_set_last): Delete declaration.
* rtlanal.c (reg_set_last): Delete.

From-SVN: r80879

20 years agofold-const.c (fold_convert): Make function extern/public.
Roger Sayle [Tue, 20 Apr 2004 02:56:44 +0000 (02:56 +0000)]
fold-const.c (fold_convert): Make function extern/public.

* fold-const.c (fold_convert): Make function extern/public.
* tree.h (fold_convert): Prototype here.
* builtins.c (expand_builtin_strstr, expand_builtin_strchr,
expand_builtin_strrchr, expand_builtin_strpbrk,
expand_builtin_mempcpy, expand_builtin_bcopy,
expand_builtin_bzero, expand_builtin_memcmp,
expand_builtin_strcmp, expand_builtin_strncmp,
stabilize_va_list, expand_builtin_sprintf,
fold_trunc_transparent_mathfn, fold_builtin_logarithm,
fold_builtin_exponent, fold_builtin_mempcpy,
fold_builtin_strcpy, fold_builtin_strcmp, fold_builtin_strncmp,
fold_builtin_signbit, fold_builtin_isdigit, fold_builtin): Prefer
fold_convert to "convert" or "fold (build1 (NOP_EXPR, ...))".

From-SVN: r80878

20 years agore PR middle-end/14531 (pessimise code, loose constantness)
Roger Sayle [Tue, 20 Apr 2004 02:52:17 +0000 (02:52 +0000)]
re PR middle-end/14531 (pessimise code, loose constantness)

PR middle-end/14531
* class.c (build_base_path): Call fold whilst building the NULL
pointer check expression trees.

From-SVN: r80877

20 years agors6000.md (UNSPEC_MV_CR_GT): New constant.
Aldy Hernandez [Tue, 20 Apr 2004 02:13:19 +0000 (02:13 +0000)]
rs6000.md (UNSPEC_MV_CR_GT): New constant.

        * config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): New constant.
        (move_from_CR_gt_bit): New.
        (cceq_ior_compare): Name previously unnamed pattern.  Disable for
        E500.
        (cceq_rev_compare): Name previously unnamed pattern.  Allow for
        E500.

        * config/rs6000/spe.md (cmpsfeq_gpr): Rewrite as unspec.
        (tstsfeq_gpr): Same.
        (cmpsfgt_gpr): Same.
        (tstsfgt_gpr): Same.
        (cmpsflt_gpr): Same.
        (tstsflt_gpr): Same.
        (e500_cceq_ior_compare): New.
        (e500_flip_gt_bit): New.

        * config/rs6000/rs6000.c (ccr_bit): Remove E500 specific code.
        (print_operand): Add 'c' and 'D'.
        (rs6000_generate_compare): Rewrite to generate correct rtl.
        (rs6000_emit_sCOND): Handle E500.
        (output_cbranch): Adjust for changes in rs6000_generate_compare.
        (output_e500_flip_gt_bit): New.

        * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit):
        Protoize.

From-SVN: r80876

20 years agoclass.c (make_class_data): Add new field aux_info.
Bryce McKinlay [Tue, 20 Apr 2004 01:38:46 +0000 (01:38 +0000)]
class.c (make_class_data): Add new field aux_info.

2004-04-19  Bryce McKinlay  <mckinlay@redhat.com>

* class.c (make_class_data): Add new field aux_info.
* decl.c (java_init_decl_processing): Push type and decl for
`aux_info'.

2004-04-19  Bryce McKinlay  <mckinlay@redhat.com>

* gcj/cni.h (JvAllocObject): Remove these obsolete,
undocumented CNI calls.
* include/java-interp.h (_Jv_InterpClass): No longer
extends java.lang.Class.
* java/lang/Class.h (Class): Add new field `aux_info'.
* boehm.cc (_Jv_MarkObj): Update java.lang.Class marking.
* defineclass.cc: Remove Class<->_Jv_InterpClass casts.
Use Class->aux_info instead.
* jni.cc (_Jv_JNI_AllocObject): Use _Jv_AllocObject.
* resolve.cc: Remove Class<->_Jv_InterpClass casts.
Use Class->aux_info instead.
* java/io/natObjectInputStream.cc (allocateObject): Use
_Jv_AllocObject.
* java/lang/natClass.cc (newInstance): Likewise.
* java/lang/natClassLoader.cc (_Jv_NewClass): Likewise.
* java/lang/natObject.cc (clone): Likewise.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.
* java/lang/natVMClassLoader.cc (defineClass): Don't use
JvAllocObject. Allocate klass->aux_info here for interpreted
class.

From-SVN: r80875

20 years agoDaily bump.
GCC Administrator [Tue, 20 Apr 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r80872

20 years ago* makeutl.ads, makeutl.adb: New files.
Vincent Celier [Mon, 19 Apr 2004 22:13:07 +0000 (22:13 +0000)]
* makeutl.ads, makeutl.adb: New files.

From-SVN: r80868

20 years ago* gcc_release (build_sources): Do not use "-F" to tag sources.
Mark Mitchell [Mon, 19 Apr 2004 21:48:46 +0000 (21:48 +0000)]
* gcc_release (build_sources): Do not use "-F" to tag sources.

From-SVN: r80867

20 years agomips.h (DWARF2_ADDR_SIZE): New.
Eric Christopher [Mon, 19 Apr 2004 21:31:52 +0000 (21:31 +0000)]
mips.h (DWARF2_ADDR_SIZE): New.

2004-04-19  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.h (DWARF2_ADDR_SIZE): New.

From-SVN: r80866

20 years agoinstall.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver fix information.
David Edelsohn [Mon, 19 Apr 2004 21:11:47 +0000 (21:11 +0000)]
install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver fix information.

        * doc/install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver
        fix information.

From-SVN: r80865

20 years agoinstall.texi (Specific, [...]): Fix IRIX 5.3 IDO download URL.
Rainer Orth [Mon, 19 Apr 2004 19:01:49 +0000 (19:01 +0000)]
install.texi (Specific, [...]): Fix IRIX 5.3 IDO download URL.

* doc/install.texi (Specific, mips-sgi-irix5): Fix IRIX 5.3 IDO
download URL.

From-SVN: r80862

20 years ago9555-ic.cc: Clarify assertion, set test variable to false before assert.
Benjamin Kosnik [Mon, 19 Apr 2004 19:00:09 +0000 (19:00 +0000)]
9555-ic.cc: Clarify assertion, set test variable to false before assert.

2004-04-19  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
Clarify assertion, set test variable to false before assert.
* testsuite/27_io/basic_istringstream/str/char/1.cc: Same.
* testsuite/27_io/basic_stringstream/str/char/1.cc: Same.
* testsuite/27_io/ios_base/storage/2.cc: Same.

* testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Fix
function returns.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Same.
* testsuite/27_io/fpos/14320-3.cc: Same.

* testsuite/27_io/basic_filebuf/2.cc: Instantiate in namespace std.
* testsuite/27_io/fpos/1.cc: Same.
* testsuite/27_io/basic_stringstream/2.cc: Same.
* testsuite/27_io/basic_stringbuf/4.cc: Same.
* testsuite/27_io/basic_stringbuf/1.cc: Same.
* testsuite/27_io/basic_stringbuf/2.cc: Same.
* testsuite/27_io/basic_streambuf/2.cc: Same.
* testsuite/27_io/basic_ostringstream/2.cc: Same.
* testsuite/27_io/basic_ostream/2.cc: Same.
* testsuite/27_io/basic_ofstream/2.cc: Same.
* testsuite/27_io/basic_istringstream/2.cc: Same.
* testsuite/27_io/basic_istream/2.cc: Same.
* testsuite/27_io/basic_iostream/2.cc: Same.
* testsuite/27_io/basic_ios/2.cc: Same.
* testsuite/27_io/basic_ifstream/2.cc: Same.
* testsuite/27_io/basic_fstream/2.cc: Same.
* testsuite/ext/stdio_filebuf/char/1.cc: Same, in namespace __gnu_cxx.

* testsuite/21_strings/basic_string/capacity/1.cc: Don't compare
unsigned against zero.
* testsuite/21_strings/basic_string/capacity/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/capacity/char/1.cc: Same.

* testsuite/18_support/new_delete_placement.cc: Initialize
variables before first use.
* testsuite/21_strings/char_traits/requirements/wchar_t/1.cc: Same.
* testsuite/21_strings/char_traits/requirements/char/1.cc: Same.
* testsuite/21_strings/char_traits/requirements/short/1.cc: Same.
* testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc:
Same.
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc: Same.
* testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc:
Same.
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc: Same.
* testsuite/27_io/types/2.cc: Same.

* testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Fix temporary
file name.
* testsuite/27_io/fpos/14775.cc: Same.

From-SVN: r80861

20 years agostor-layout.c (layout_decl): Check DECL_PACKED before calling ADJUST_FIELD_ALIGN.
Daniel Jacobowitz [Mon, 19 Apr 2004 18:02:40 +0000 (18:02 +0000)]
stor-layout.c (layout_decl): Check DECL_PACKED before calling ADJUST_FIELD_ALIGN.

* stor-layout.c (layout_decl): Check DECL_PACKED before calling
ADJUST_FIELD_ALIGN.  Check maximum_field_alignment after.

From-SVN: r80860

20 years agoMakefile.in: Fix errors introduced in previous change (in particular...
Arnaud Charlet [Mon, 19 Apr 2004 15:24:27 +0000 (17:24 +0200)]
Makefile.in: Fix errors introduced in previous change (in particular...

* Makefile.in: Fix errors introduced in previous change (in particular,
errors when building gnattools were ignored).
Code clean up and simplification.
update comments.
Remove temporary debug code introduced by mistake in previous check in.
Prefer GNU Make syntax over complex and error-prone sh syntax.
(gnatlib-zcx): New target.
(ada.all.cross): Merged with gnattools-cross target.

From-SVN: r80857

20 years ago[multiple changes]
Arnaud Charlet [Mon, 19 Apr 2004 15:20:16 +0000 (17:20 +0200)]
[multiple changes]

2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>

* 5isystem.ads: Removed, unused.

* gnat_rm.texi: Redo 1.13 change.

2004-04-19  Robert Dewar  <dewar@gnat.com>

* s-stoele.ads: Clean up definition of Storage_Offset (the new
definition is cleaner, avoids the kludge of explicit Standard operator
references, and also is consistent with a visible System.Address with
no visible operations.

* s-geveop.adb: Add declarations to avoid assumption of visible
operations on type System.Address (since these might not be available
if Address is a non-private type for which the operations
are made abstract).

* sem_eval.adb: Minor reformatting

* s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
reformatting (new function spec format).

* s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
s-caun64.adb: Add declarations to avoid assumption of visible
operations on type System.Address (since these might not be available
if Address is a non-private type for which the operations are made
abstract).

* lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.

* exp_intr.adb: Minor comment update

* exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.

* 5omastop.adb: Add declarations to avoid assumption of visible
operations on type System.Address (since these might not be available
if Address is a non-private type for which the operations
are made abstract).

2004-04-19  Vincent Celier  <celier@gnat.com>

* switch-m.adb: (Scan_Make_Switches): Process new switch -eL

* prj-pars.ads (Parse): New Boolean parameter Process_Languages,
defaulted to Ada.

* prj-proc.adb (Process): New Boolean parameter Process_Languages,
defaulted to Ada.
Call Check with Process_Languages.
(Check): New Boolean parameter Process_Languages. Call Recursive_Check
with Process_Languages.
(Recursive_Check): New Boolean parameter Process_Languages. Call
Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
Process_Languages.

* prj-proc.ads (Process): New Boolean parameter Process_Languages,

* prj-util.ads, prj-util.adb (Executable_Of): New Boolean
parameter Ada_Main, defaulted to True.
Check for Ada specific characteristics only when Ada_Main is True.

* opt.ads: (Follow_Links): New Boolean flag for gnatmake

* prj.adb: (Project_Empty): Add new Project_Data components.

* prj.ads: New types and tables for non Ada languages.
(Project_Data): New components Languages, Impl_Suffixes,
First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
Include_Path, Include_Data_Set.

* prj-env.ads, prj-env.adb: Minor reformatting

* prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
Put subprograms in alphabetical order

* prj-pars.adb (Parse): New Boolean parameter Process_Languages,
defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
Opt.Follow_Links.

* mlib-prj.adb: Back out modification in last version, as they are
incorrect.
(Build_Library.Check_Libs): Remove useless pragma Warnings (Off)

* make.adb: (Mains): Moved to package Makeutl
(Linker_Opts): Moved to package Makeutl
(Is_External_Assignment): Moved to package Makeutl
(Test_If_Relative_Path): Moved to package Makeutl
(Gnatmake): Move sorting of linker options to function
Makeutl.Linker_Options_Switches.

* Makefile.in: Add makeutl.o to the object files for gnatmake

* makeusg.adb: Add line for new switch -eL.

* gnatls.adb (Image): New function.
(Output_Unit): If in verbose mode, output the list of restrictions
specified by pragmas Restrictions.

* 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
Text_IO.

* a-calend.adb (Split): Shift the date by multiple of 56 years, if
needed, to put it in the range 1970 (included) - 2026 (excluded).
(Time_Of): Do not shift Unix_Min_Year (1970).
Shift the date by multiple of 56 years, if needed, to put it in the
range 1970 (included) - 2026 (excluded).

* adaint.h, adaint.c (__gnat_set_executable): New function.

2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

* trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
and pop GC context.
(tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
(tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
(tree_transform, case N_Procedure_Call_Statement): Build a tree.
(tree_transform, case N_Code_Statement): Likewise.
(gnat_expand_stmt, case LABEL_STMT): Don't look at
LABEL_STMT_FIRST_IN_EH.
(gnat_expand_stmt, case ASM_STMT): New case.

* utils2.c (build_unary_op): Properly set TREE_READONLY of
UNCONSTRAINED_ARRAY_REF.

* utils.c (poplevel): Temporarily push/pop GC context around inline
function expansion.

* decl.c (maybe_variable): Properly set TREE_READONLY of
UNCONSTRAINED_ARRAY_REF.
(make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.

* ada-tree.def: (ASM_STMT): New.

* ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
(ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
ASM_STMT_INPUT): New.
(ASM_STMT_CLOBBER): Likewise.

2004-04-19  Thomas Quinot  <quinot@act-europe.fr>

* a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
general rcheck mechanism to raise Program_Error for E.4(18), instead
of a custom raiser in System.Partition_Interface.
Part of general cleanup work before PolyORB integration.

* snames.ads, snames.adb: Add new runtime library entities and names
for PolyORB DSA.

* sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
exp_dist.
(Build_Subprogram_Id): New subprogram provided by exp_dist
Code reorganisation in preparation for PolyORB integration.

* exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
exp_dist.
(Build_Subprogram_Id): New subprogram provided by exp_dist

* sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
actual parameter types for call to dereference of an
access-to-subprogram type.

* rtsfind.ads: Add new runtime library entities and names for PolyORB
DSA.

* gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
instead, which has the same behaviour here since we never pass it a
NULL pointer.

* link.c (run_path_option, Solaris case): Use -Wl, as for other
platforms.

* Makefile.in: adjust object file lists for gnatlink and gnatmake
to account for new dependency upon Interfaces.C.Strings + link.o
For x86 FreeBSD, use 86numaux.

* make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
from Mlib.Tgt to Mlib.

* mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
target-independent.

* mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
target-specific versions of this subprogram, now implemented as a
target-independent function in Mlib.

* 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
(Linker_Library_Path_Option): Remove target-specific versions of this
subprogram, now implemented as a target-independent function in Mlib.

* atree.adb: (Allocate_Initialize_Node): New subprogram.
Factors out node table slots allocation.
(Fix_Parents): New subprogram.
Encapsulate the pattern of fixing up parent pointers for syntactic
children of a rewritten node.
(New_Copy_Tree): Use New_Copy to copy non-entity nodes.
(Rewrite): Use New_Copy when creating saved copy of original node.
(Replace): Use Copy_Node to copy nodes.

2004-04-19  Javier Miranda  <miranda@gnat.com>

* sprint.adb (Sprint_Node_Actual): Give support to the new
Access_To_Subprogram node available in Access_Definition nodes. In
addition, give support to the AI-231 node fields: null-exclusion,
all-present, constant-present.

* sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram

* sinfo.ads, sinfo.adb:
New field Access_To_Subprogram_Definition in Access_Definition nodes

* sem_ch6.adb (Process_Formals): Move here the code that creates and
decorates internal subtype declaration corresponding to the
null-excluding formal. This code was previously in Set_Actual_Subtypes.
In addition, carry out some code cleanup on this code. In case of
access to protected subprogram call
Replace_Anonymous_Access_To_Protected_Subprogram.
(Set_Actual_Subtypes): Code cleanup.

* sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
Find_Type in case of anonymous access renamings. Add warning in case of
null-excluding attribute used in anonymous access renaming.

* sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
subprogram

* sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
subprogram.
(Access_Definition): In case of anonymous access to subprograms call
the corresponding semantic routine to decorate the node.
(Access_Subprogram_Declaration): Addition of some comments indicating
some code that probably should be added here. Detected by comparison
with the access_definition subprogram.
(Analyze_Component_Declaration): In case of access to protected
subprogram call Replace_Anonymous_Access_To_Protected.
(Array_Type_Declaration): In case of access to protected subprogram call
Replace_Anonymous_Access_To_Protected_Subprogram.
(Process_Discriminants): In case of access to protected subprogram call
Replace_Anonymous_Access_To_Protected_Subprogram.

* par.adb (P_Access_Definition): New formal that indicates if the
null-exclusion part was present.
(P_Access_Type_Definition): New formal that indicates if the caller has
already parsed the null-excluding part.

* par-ch3.adb (P_Subtype_Declaration): Code cleanup.
(P_Identifier_Declarations): Code cleanup and give support to renamings
of anonymous access to subprogram types.
(P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
(P_Array_Type_Definition): Give support to AI-254.
(P_Component_Items): Give support to AI-254.
(P_Access_Definition): New formal that indicates if the header was
already parsed by the caller.
(P_Access_Type_Definition): New formal that indicates if the caller has
already parsed the null-excluding part.

* par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
call to P_Access_Definition.

2004-04-19  Geert Bosch  <bosch@gnat.com>

* checks.adb (Apply_Float_Conversion_Check): New procedure to implement
the delicate semantics of floating-point to integer conversion.
(Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.

* eval_fat.adb (Machine_Mantissa): Moved to spec.
(Machine_Radix): New function.

* eval_fat.ads (Machine_Mantissa): Moved from body for use in
conversion checks.
(Machine_Radix): New function also for use in conversion checks.

2004-04-19  Ed Schonberg  <schonberg@gnat.com>

* par-prag.adb (Source_File_Name_Project): Fix typo in error message.

* exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
to decorate the access-to-protected subprogram and the equivalent type.

* checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
to anonymous access to subprogram types.

* exp_ch4.adb (Expand_N_In): Preserve Static flag before
constant-folding, for legality checks in contexts that require an RM
static expression.

* exp_ch6.adb (Expand_N_Function_Call): If call may generate large
temporary but stack checking is not enabled, increment serial number
to so that symbol generation is consistent with and without stack
checking.

* exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
independent on whether stack checking is enabled, caller must check
the corresponding flag.

* sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
range checks.
(Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
parent if it has discriminants.
(Build_Derived_Private_Type): Constructed full view does
not come from source.
(Process_Discriminants): Default discriminants on a tagged type are
legal if this is the internal completion of a private untagged
derivation.

* sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
no constraint checks, because it corresponds to an existing object.

* sem_prag.adb (Process_Convention): Pragma applies
only to subprograms in the same declarative part, i.e. the same unit,
not the same scope.

* sem_res.adb (Valid_Conversion): In an instance or inlined body,
ignore type mismatch on a numeric conversion if expression comes from
expansion.

2004-04-19  Sergey Rybin  <rybin@act-europe.fr>

* sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
Homonym_Number parameter, add processing for Source_Location parameter
corresponding.
(Check_Eliminated): Remove the check for homonym numbers, add the check
for source location traces.

* sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
with Arg_Source_Location corresponding to the changes in the format of
the pragma.

* sem_prag.adb: (Analyze_Pragma): Changes in the processing of
Eliminate pragma corresponding to the changes in the format of the
pragma: Homonym_Number is replaced with Source_Location, two ways of
distinguishing homonyms are mutially-exclusive.

2004-04-19  Joel Brobecker  <brobecker@gnat.com>

* get_targ.ads (Get_No_Dollar_In_Label): Remove.

* exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
No_Dollar_In_Label, no longer necessary, as it is always True.
(Strip_Suffixes): Likewise.

2004-04-19  Gary Dismukes  <dismukes@gnat.com>

* s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
modulus for compatibility with size clause on targets with 16-bit
Integer.

* layout.adb (Discrimify): In the case of private types, set Vtyp to
full type to fix type mismatches on calls to size functions for
discriminant-dependent array components.

2004-04-19  Jerome Guitton  <guitton@act-europe.fr>

* Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
lib.

2004-04-19  Pascal Obry  <obry@gnat.com>

* mdll-utl.adb (Locate): New version is idempotent.

From-SVN: r80856

20 years ago20040419-1.c: New test.
Andrew Pinski [Mon, 19 Apr 2004 14:27:09 +0000 (14:27 +0000)]
20040419-1.c: New test.

2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r80852

20 years ago* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.
Richard Kenner [Mon, 19 Apr 2004 13:52:16 +0000 (13:52 +0000)]
* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.

From-SVN: r80851

20 years agobuiltins.c (fold_builtin_cabs): Remove fndecl parameter.
Andrew Pinski [Mon, 19 Apr 2004 13:32:25 +0000 (06:32 -0700)]
builtins.c (fold_builtin_cabs): Remove fndecl parameter.

* builtins.c (fold_builtin_cabs): Remove fndecl parameter.
(fold_builtin): Update caller to match.

From-SVN: r80850

20 years agore PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initialization)
Andrew Pinski [Mon, 19 Apr 2004 13:03:06 +0000 (06:03 -0700)]
re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initialization)

2004-04-19  Andrew PInski  <pinskia@physics.uc.edu>

        PR bootstrap/15009
        * bb-reorder.c (fix_up_fall_thru_edges): Init cond_jump.

        PR bootstrap/14999
        * builtins.c (fold_builtin_cabs): Mark fndecl as unused.

From-SVN: r80849

20 years agoexpmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
Richard Kenner [Mon, 19 Apr 2004 12:02:02 +0000 (12:02 +0000)]
expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.

* expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
(expand_mult_highpart_optab): Likewise.
(expand_mult_highpart): Make OP1 valid for WIDER_MODE, not MODE.

From-SVN: r80848

20 years agoPR libstdc++/15002 (partial)
Paolo Carlini [Mon, 19 Apr 2004 11:30:20 +0000 (11:30 +0000)]
PR libstdc++/15002 (partial)

2004-04-19  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/15002 (partial)
* include/bits/basic_string.h (_M_replace_aux, _M_replace_safe):
Special case __n2 == 1, not calling traits_type::assign/copy.

From-SVN: r80847

20 years agoDaily bump.
GCC Administrator [Mon, 19 Apr 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r80836

20 years agoarm.md (fixuns_truncsfsi2, [...]): New patterns.
Paul Brook [Sun, 18 Apr 2004 23:33:05 +0000 (23:33 +0000)]
arm.md (fixuns_truncsfsi2, [...]): New patterns.

* config/arm/arm.md (fixuns_truncsfsi2, fixuns_truncdfsi2,
floatunssisf2, floatunssidf2): New patterns.

From-SVN: r80831

20 years agore PR other/14918 (-fprofile-generate should be documented as necessary for linking)
Mark Mitchell [Sun, 18 Apr 2004 23:17:28 +0000 (23:17 +0000)]
re PR other/14918 (-fprofile-generate should be documented as necessary for linking)

PR other/14918
* doc/invoke.texi (-fprofile-generate): Document requirement to
use -fprofile-generate when linking.

From-SVN: r80830

20 years agoextend.texi (Strong Using): Warn users against using this feature.
Mark Mitchell [Sun, 18 Apr 2004 22:01:15 +0000 (22:01 +0000)]
extend.texi (Strong Using): Warn users against using this feature.

* doc/extend.texi (Strong Using): Warn users against using this
feature.

From-SVN: r80826

20 years ago* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
Aldy Hernandez [Sun, 18 Apr 2004 12:57:15 +0000 (12:57 +0000)]
* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.

From-SVN: r80819

20 years agova-arg-24.c: New.
Zack Weinberg [Sun, 18 Apr 2004 12:05:01 +0000 (12:05 +0000)]
va-arg-24.c: New.

* gcc.c-torture/execute/va-arg-24.c: New.

Co-Authored-By: Aldy Hernandez <aldyh@redhat.com>
From-SVN: r80817

20 years agomips-protos.h (m16_usym8_4, [...]): Delete.
Richard Sandiford [Sun, 18 Apr 2004 08:22:38 +0000 (08:22 +0000)]
mips-protos.h (m16_usym8_4, [...]): Delete.

* config/mips/mips-protos.h (m16_usym8_4, m16_usym5_4): Delete.
* config/mips/mips.h (mips_entry, mips_string_length): Delete.
(CONSTANT_POOL_BEFORE_FUNCTION, ASM_OUTPUT_POOL_EPILOGUE): Undefine.
* config/mips/mips.c (struct mips16_constant): Renamed from struct
constant.  Propogate change throughout file.
(struct machine_function): Remove insns_len.
(mips_string_length, mips16_strings, string_constants): Delete.
(mips_classify_symbol): Return SYMBOL_CONSTANT_POOL for LABEL_REFs
when generating mips16 code.  Remove special mips16 treatment of
string constants.
(mips_symbolic_constant_p): Allow mips16 constant pool accesses
to have the form LABEL+CONSTANT.
(mips_symbolic_address_p): Fix comment.
(m16_usym8_4, m16_usym5_4): Delete.
(mips_output_function_epilogue): Remove mips16 string handling.
(mips_output_mi_thunk): Call mips16_lay_out_constants.
(mips_select_section, mips_encode_section_info): Remove mips16
string handling.
(struct mips16_constant_pool): New.
(add_constant): Take a mips16_constant_pool structure.  Keep pool
sorted into order of ascending mode size.  Keep track of the highest
possible start address, taking padding and the masking of the base PC
value into account.
(dump_constants_1): New function, split out from dump_constants.
Handle vector constants.  Use gen_consttable_{int,float} rather than
separate functions for each mode.
(dump_constants): Simplify.  Use GET_MODE_ALIGNMENT.  Use gen_align
rather than separate functions for each alignment.
(mips_find_symbol): Delete.
(mips16_insn_length): New function, split out from
mips16_lay_out_constants.
(mips16_rewrite_pool_refs): New function.
(mips16_lay_out_constants): Rework. Remove string handling.
Always create an inline constant pool.
* config/mips/mips.md (UNSPEC_CONSTTABLE_INT, UNSPEC_CONSTTABLE_FLOAT)
(UNSPEC_ALIGN): New constants.
(UNSPEC_CONSTTABLE_[QHSD]I, UNSPEC_CONSTTABLE_[SD]F): Delete.
(UNSPEC_ALIGN_[248]): Delete.
(consttable_int, consttable_float, align): New patterns.
(consttable_[qhsd]i, consttable_[sd]f, align_[248]): Delete.

From-SVN: r80814

20 years agostl_bvector.h: Use _M_impl._M_start.
Benjamin Kosnik [Sun, 18 Apr 2004 05:04:58 +0000 (05:04 +0000)]
stl_bvector.h: Use _M_impl._M_start.

2004-04-17  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_bvector.h: Use _M_impl._M_start.

From-SVN: r80811

20 years agoconfigure.ac: It's gnatlib-plain in the Makefile, not gnatlib-simple; make configure...
Nathanael Nerode [Sun, 18 Apr 2004 03:07:02 +0000 (03:07 +0000)]
configure.ac: It's gnatlib-plain in the Makefile, not gnatlib-simple; make configure match.

* configure.ac: It's gnatlib-plain in the Makefile, not
gnatlib-simple; make configure match.
* configure: Regenerate.

From-SVN: r80810

20 years agoaltivec.h (vec_any_numeric): Correct typo in __unn_args_eq.
Aldy Hernandez [Sun, 18 Apr 2004 01:13:03 +0000 (01:13 +0000)]
altivec.h (vec_any_numeric): Correct typo in __unn_args_eq.

* config/rs6000/altivec.h (vec_any_numeric): Correct typo in
__unn_args_eq.

From-SVN: r80809

20 years ago1b-01.c: New.
Zack Weinberg [Sun, 18 Apr 2004 01:01:41 +0000 (01:01 +0000)]
1b-01.c: New.

* gcc.dg/vmx/1b-01.c: New.
* gcc.dg/vmx/1b-02.c: New.
* gcc.dg/vmx/1b-03.c: New.
* gcc.dg/vmx/1b-04.c: New.
* gcc.dg/vmx/1b-05.c: New.
* gcc.dg/vmx/1b-06.c: New.
* gcc.dg/vmx/1b-07.c: New.
* gcc.dg/vmx/1c-01.c: New.
* gcc.dg/vmx/1c-02.c: New.
* gcc.dg/vmx/3a-01a.c: New.
* gcc.dg/vmx/3a-01.c: New.
* gcc.dg/vmx/3a-01m.c: New.
* gcc.dg/vmx/3a-03.c: New.
* gcc.dg/vmx/3a-03m.c: New.
* gcc.dg/vmx/3a-04.c: New.
* gcc.dg/vmx/3a-04m.c: New.
* gcc.dg/vmx/3a-05.c: New.
* gcc.dg/vmx/3a-06.c: New.
* gcc.dg/vmx/3a-06m.c: New.
* gcc.dg/vmx/3a-07.c: New.
* gcc.dg/vmx/3b-01.c: New.
* gcc.dg/vmx/3b-02.c: New.
* gcc.dg/vmx/3b-10.c: New.
* gcc.dg/vmx/3b-13.c: New.
* gcc.dg/vmx/3b-14.c: New.
* gcc.dg/vmx/3b-15.c: New.
* gcc.dg/vmx/3c-01a.c: New.
* gcc.dg/vmx/3c-01.c: New.
* gcc.dg/vmx/3c-02.c: New.
* gcc.dg/vmx/3c-03.c: New.
* gcc.dg/vmx/3d-01.c: New.
* gcc.dg/vmx/4-01.c: New.
* gcc.dg/vmx/4-03.c: New.
* gcc.dg/vmx/5-01.c: New.
* gcc.dg/vmx/5-02.c: New.
* gcc.dg/vmx/5-03.c: New.
* gcc.dg/vmx/5-04.c: New.
* gcc.dg/vmx/5-05.c: New.
* gcc.dg/vmx/5-06.c: New.
* gcc.dg/vmx/5-07.c: New.
* gcc.dg/vmx/5-07t.c: New.
* gcc.dg/vmx/5-08.c: New.
* gcc.dg/vmx/5-10.c: New.
* gcc.dg/vmx/5-11.c: New.
* gcc.dg/vmx/7-01a.c: New.
* gcc.dg/vmx/7-01.c: New.
* gcc.dg/vmx/7c-01.c: New.
* gcc.dg/vmx/7d-01.c: New.
* gcc.dg/vmx/7d-02.c: New.
* gcc.dg/vmx/8-01.c: New.
* gcc.dg/vmx/8-02a.c: New.
* gcc.dg/vmx/8-02.c: New.
* gcc.dg/vmx/brode-1.c: New.
* gcc.dg/vmx/bug-1.c: New.
* gcc.dg/vmx/bug-2.c: New.
* gcc.dg/vmx/bug-3.c: New.
* gcc.dg/vmx/cw-bug-1.c: New.
* gcc.dg/vmx/cw-bug-2.c: New.
* gcc.dg/vmx/cw-bug-3.c: New.
* gcc.dg/vmx/dct.c: New.
* gcc.dg/vmx/debug-1.c: New.
* gcc.dg/vmx/debug-2.c: New.
* gcc.dg/vmx/debug-3.c: New.
* gcc.dg/vmx/debug-4.c: New.
* gcc.dg/vmx/dos-bug-1-gdb.c: New.
* gcc.dg/vmx/dos-bug-2-gdb.c: New.
* gcc.dg/vmx/eg-5.c: New.
* gcc.dg/vmx/fft.c: New.
* gcc.dg/vmx/gcc-bug-1.c: New.
* gcc.dg/vmx/gcc-bug-2.c: New.
* gcc.dg/vmx/gcc-bug-3.c: New.
* gcc.dg/vmx/gcc-bug-4.c: New.
* gcc.dg/vmx/gcc-bug-5.c: New.
* gcc.dg/vmx/gcc-bug-6.c: New.
* gcc.dg/vmx/gcc-bug-7.c: New.
* gcc.dg/vmx/gcc-bug-8.c: New.
* gcc.dg/vmx/gcc-bug-9.c: New.
* gcc.dg/vmx/gcc-bug-b.c: New.
* gcc.dg/vmx/gcc-bug-c.c: New.
* gcc.dg/vmx/gcc-bug-d.c: New.
* gcc.dg/vmx/gcc-bug-e.c: New.
* gcc.dg/vmx/gcc-bug-f.c: New.
* gcc.dg/vmx/gcc-bug-g.c: New.
* gcc.dg/vmx/gcc-bug-i.c: New.
* gcc.dg/vmx/harness.h: New.
* gcc.dg/vmx/ira1.c: New.
* gcc.dg/vmx/ira2a.c: New.
* gcc.dg/vmx/ira2b.c: New.
* gcc.dg/vmx/ira2.c: New.
* gcc.dg/vmx/ira2c.c: New.
* gcc.dg/vmx/mem.c: New.
* gcc.dg/vmx/newton-1.c: New.
* gcc.dg/vmx/ops.c: New.
* gcc.dg/vmx/sn7153.c: New.
* gcc.dg/vmx/spill2.c: New.
* gcc.dg/vmx/spill3.c: New.
* gcc.dg/vmx/spill.c: New.
* gcc.dg/vmx/t.c: New.
* gcc.dg/vmx/varargs-1.c: New.
* gcc.dg/vmx/varargs-2.c: New.
* gcc.dg/vmx/varargs-3.c: New.
* gcc.dg/vmx/varargs-4.c: New.
* gcc.dg/vmx/varargs-5.c: New.
* gcc.dg/vmx/varargs-6.c: New.
* gcc.dg/vmx/varargs-7.c: New.
* gcc.dg/vmx/vmx.exp: New.
* gcc.dg/vmx/vprint-1.c: New.
* gcc.dg/vmx/vscan-1.c: New.
* gcc.dg/vmx/x-01.c: New.
* gcc.dg/vmx/x-02.c: New.
* gcc.dg/vmx/x-03.c: New.
* gcc.dg/vmx/x-04.c: New.
* gcc.dg/vmx/x-05.c: New.
* gcc.dg/vmx/yousufi-1.c: New.
* gcc.dg/vmx/zero-1.c: New.
* gcc.dg/vmx/zero.c: New.

Co-Authored-By: Aldy Hernandez <aldyh@redhat.com>
From-SVN: r80808

20 years agoDaily bump.
GCC Administrator [Sun, 18 Apr 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r80805

20 years agog77.texi (Floating-point Errors): Avoid referencing http://www.linuxsupportline.com...
Gerald Pfeifer [Sun, 18 Apr 2004 00:03:47 +0000 (00:03 +0000)]
g77.texi (Floating-point Errors): Avoid referencing linuxsupportline.com/~billm/ which as has been...

* g77.texi (Floating-point Errors): Avoid referencing
http://www.linuxsupportline.com/~billm/ which as has been hijacked.

From-SVN: r80801

20 years agoJToggleButton.java (ToggleButtonModel): Make public static inner class.
Mark Wielaard [Sat, 17 Apr 2004 22:31:17 +0000 (22:31 +0000)]
JToggleButton.java (ToggleButtonModel): Make public static inner class.

       * javax/swing/JToggleButton.java (ToggleButtonModel):
       Make public static inner class.
       * javax/swing/JTabbedPane.java (setComponentAt):
       Call Page.setComponent().
       (SCROLL_TAB_LAYOUT): Make public, value is 1.
       (WRAP_TAB_LAYOUT): Make public, value is 0.
       * javax/swing/plaf/basic/BasicTabbedPaneUI.java (ScrollingButton):
        Make private static inner class.

From-SVN: r80800

20 years agojava1.C: Update for chage of _Jv_AllocObject.
Andrew Pinski [Sat, 17 Apr 2004 20:13:50 +0000 (20:13 +0000)]
java1.C: Update for chage of _Jv_AllocObject.

        * g++.dg/lookup/java1.C: Update for chage of
        _Jv_AllocObject.
        * g++.dg/lookup/java2.C: Likewise.

From-SVN: r80799

20 years agoRevise last log entry.
John David Anglin [Sat, 17 Apr 2004 19:45:34 +0000 (19:45 +0000)]
Revise last log entry.

From-SVN: r80797

20 years agorun_all.sh: use -O2 by default.
Laurent GUERBY [Sat, 17 Apr 2004 17:14:18 +0000 (17:14 +0000)]
run_all.sh: use -O2 by default.

2004-04-17  Laurent GUERBY <laurent@guerby.net>

* ada/acats/run_all.sh: use -O2 by default.

From-SVN: r80796

20 years agore PR target/14715 ([3.4 only] Altivec stack layout may overlap gpr save with stack...
Alan Modra [Sat, 17 Apr 2004 12:40:07 +0000 (12:40 +0000)]
re PR target/14715 ([3.4 only] Altivec stack layout may overlap gpr save with stack temps)

PR target/14715
* config/rs6000/rs6000.c (rs6000_stack_info): Make parm_size agree
with STARTING_FRAME_OFFSET.

From-SVN: r80794

20 years agoPR ada/14988 (partial)
Laurent GUERBY [Sat, 17 Apr 2004 12:13:53 +0000 (12:13 +0000)]
PR ada/14988 (partial)

2004-04-17  Laurent GUERBY <laurent@guerby.net>

PR ada/14988 (partial)
* impunit.adb: Fix typo.

From-SVN: r80793

20 years agomips.h (PREDICATE_CODES): Add macc_msac_operand.
Richard Sandiford [Sat, 17 Apr 2004 07:02:32 +0000 (07:02 +0000)]
mips.h (PREDICATE_CODES): Add macc_msac_operand.

* config/mips/mips.h (PREDICATE_CODES): Add macc_msac_operand.
* config/mips/mips.c (macc_msac_operand): New function.
* config/mips/mips.md (*msac): Move after *macc.
(*msac2): New.  Generalize macc-related peepholes so that they apply
to msac too.

From-SVN: r80790

20 years agoopts.c (decode_options): Do not enable flag_rename_registers and flag_web at -O3.
Paolo Bonzini [Sat, 17 Apr 2004 06:53:44 +0000 (06:53 +0000)]
opts.c (decode_options): Do not enable flag_rename_registers and flag_web at -O3.

2004-04-17  Paolo Bonzini  <bonzini@gnu.org>

        * opts.c (decode_options): Do not enable flag_rename_registers
        and flag_web at -O3.
        * toplev.c (flag_rename_registers): Initialize
        flag_rename_registers and flag_web to
        AUTODETECT_FLAG_VAR_TRACKING.
        (default_debug_hooks): New global.
        (process_options): Initialize default_debug_hooks.  Warn if
        -fvar-tracking specified but not supported by the current
        debug format.  Do not run var tracking at -O0 or if not
        supported by the current debug format, even if
        -fvar-tracking was given.  If -fno-rename-registers
        is not specified, always run register renaming if var
        tracking is supported by the default debugging information
        format for the target, and we are at -O1 or higher; similarly
        for -fweb, but only at -O2 or higher.
        * doc/invoke.texi (Optimize Options): Document this.

From-SVN: r80789

20 years agoconfigure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.
Richard Sandiford [Sat, 17 Apr 2004 06:06:52 +0000 (06:06 +0000)]
configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.

* configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.
* configure: Regenerate.

From-SVN: r80788

20 years ago* gcc.c (used_arg): Check whether an option has been removed.
Richard Sandiford [Sat, 17 Apr 2004 05:53:11 +0000 (05:53 +0000)]
* gcc.c (used_arg): Check whether an option has been removed.

From-SVN: r80787

20 years agoconfig.gcc (i[34567]86-*-solaris2*): Default to DWARF-2 debugging on Solaris 7 and up.
Rainer Orth [Sat, 17 Apr 2004 02:32:23 +0000 (02:32 +0000)]
config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2 debugging on Solaris 7 and up.

* config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2
debugging on Solaris 7 and up.

From-SVN: r80785

20 years agoDaily bump.
GCC Administrator [Sat, 17 Apr 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r80780

20 years agoinstall.texi (Specific, [...]): Reflect working IRIX 5 port.
Rainer Orth [Fri, 16 Apr 2004 22:32:38 +0000 (22:32 +0000)]
install.texi (Specific, [...]): Reflect working IRIX 5 port.

* doc/install.texi (Specific, mips-sgi-irix5): Reflect working
IRIX 5 port.
Remove -save-temps workaround, handled automatically.
Require GNU binutils 2.15 for debugging.
Remove SGI make warnings since GNU make is now required.
(Specific, mips-sgi-irix6): Some markup fixes.
Describe MIPSpro C problems and workarounds.
Mention working O32 ABI support.
Recommend GNU as 2.15 for O32 with debugging.
Remove description of fixed structure pass/return bug.

From-SVN: r80772

20 years agoconfigure: Regenerate.
Rainer Orth [Fri, 16 Apr 2004 22:21:22 +0000 (22:21 +0000)]
configure: Regenerate.

* configure: Regenerate.

config:
* acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for
Ada compilation.
Fix acx_cv_cc_gcc_supports_ada spelling.

From-SVN: r80771

20 years ago* gcc.dg/funcorder.c: xfail hppa*64*-*-*.
John David Anglin [Fri, 16 Apr 2004 20:59:59 +0000 (20:59 +0000)]
* gcc.dg/funcorder.c: xfail hppa*64*-*-*.

From-SVN: r80769

20 years agoRemove conflict indicators.
Bryce McKinlay [Fri, 16 Apr 2004 19:38:52 +0000 (20:38 +0100)]
Remove conflict indicators.

From-SVN: r80767

20 years agointerpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to match new...
Bryce McKinlay [Fri, 16 Apr 2004 19:38:27 +0000 (20:38 +0100)]
interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to match new signature.

2004-04-16  Bryce McKinlay  <mckinlay@redhat.com>

* interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject
arguments to match new signature. Remove FIXME comments.

From-SVN: r80766

20 years agoc++config (_GLIBCXX_STD): New.
Benjamin Kosnik [Fri, 16 Apr 2004 19:04:07 +0000 (19:04 +0000)]
c++config (_GLIBCXX_STD): New.

2004-04-16  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config (_GLIBCXX_STD): New.
* src/list.cc: Use it.
* include/std/std_bitset.h: Same.
* include/bits/vector.tcc: Same.
* include/bits/stl_set.h: Same.
* include/bits/stl_multiset.h: Same.
* include/bits/stl_multimap.h: Same.
* include/bits/stl_map.h: Same.
* include/bits/stl_list.h: Same.
* include/bits/stl_vector.h: Same.
* include/bits/stl_bvector.h: Same.
* include/bits/stl_deque.h: Same.
* include/bits/deque.tcc: Same.
* include/bits/list.tcc: Same.
* include/debug/vector: Same.
* include/debug/set.h: Same.
* include/debug/multiset.h: Same.
* include/debug/multimap.h: Same.
* include/debug/map.h: Same.
* include/debug/list: Same.
* include/debug/deque: Same.
* include/debug/bitset: Same.
* include/debug/formatter.h (__gnu_debug): Remove using directive.
Add using declaration for std::type_info.
* include/debug/safe_iterator.h: Add using declaration for
std::iterator_traits and std::pair.
* src/debug_list.cc: New.
* src/Makefile.am: Add debug_list.cc.
* src/Makefile.in: Regenerate.
* config/linker-map.gnu: Add _List_node_base exports for std and
__gnu_norm.

* include/bits/stl_bvector.h (_Bvector_base): Use _Bvector_impl
idiom that other containers use.
* testsuite/23_containers/vector/bool/clear_allocator.cc: New.

From-SVN: r80763

20 years ago[multiple changes]
Graydon Hoare [Fri, 16 Apr 2004 18:44:45 +0000 (18:44 +0000)]
[multiple changes]

2004-04-09  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkPanelPeer.java (connectSignals):
Remove method.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c: Remove
unused code.

2004-04-02  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/ImageIcon.java:
(ImageIcon(file)): set description of the icon
to the file name
* javax/swing/JCheckBoxMenuItem.java:
Mostly Implemented. Work in progress.
* javax/swing/JRadioButtonMenuItem.java:
  Reimplement constructors to use JToggleButtonModel.
* javax/swing/plaf/basic/BasicIconFactory.java:
(getCheckBoxMenuItemIcon): return check box
icon.
* javax/swing/plaf/basic/BasicMenuItemUI.java:
paint menu item selected only when it is armed and
pressed.

2004-04-02  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkMenuItemPeer.java
(GtkMenuItemPeer): Only connect signals if this isn't a Menu peer.
* java/awt/Component.java
(add): Set the parent of the popup as this component.
* java/awt/PopupMenu.java
(addNotify): Create popup menu when peer is null.
(show): Call addNotify() if peer is null.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
(Java_gnu_java_awt_peer_gtk_GtkPopupMenuPeer_show): Set the button
argument for gtk_menu_popup() as zero. This causes the popup menu to
respond to any mouse button.

2004-03-31  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/JRadioButtonMenuItem.java:
Implemented.
* javax/swing/plaf/basic/BasicIconFactory.java:
(getRadioButtonMenuItemIcon): Return
radio button icon.
* javax/swing/plaf/basic/BasicMenuItemUI.java:
(getPreferredSize): Add size of checkIcon if it
exists.
(installDefaults): Don't initialize checkIcon.
It's value will be set in subclasses.
(uninstallDefaults): remove uninstallation of
checkIcon.
(paint): Moved code to paintMenuItem().
(paintMenuItem): Implemented.
* javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java:
UI delegate for JRadioButtonMenuItem.

2004-03-29  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/plaf/basic/BasicMenuItemUI.java:
Corrected position of the accelerator.

2004-03-29  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/JMenuItem.java: Partly
implemented. Work in progress
* javax/swing/plaf/basic/BasicLookAndFeel.java:
Changed default value of acceleratorDelimiter.
* javax/swing/plaf/basic/BasicMenuItemUI.java:
New class. Partly implemented.

2004-03-26  Mark Wielaard  <mark@klomp.org>

* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c
(item_activate): Declare label before use.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(gtkSetFont): Removed unused variable label.
(addExposeFilter): Declare variables before use.
(removeExposeFilter): Likewise.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
(ok_clicked): Declare str_fileName before use.

2004-03-26  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkMenuPeer.java
(addSeparator): Remove.
* java/awt/Menu.java
(separator): Remove static final MenuItem field.
(separatorLabel): New static final String field.
(addSeparator): Do not use peer method; use add(MenuItem) instead.
Use separatorLabel to denote that it is a separator.
(insertSeparator): Create a new MenuItem with separatorLabel, instead
of reusing the static separator instance, because a MenuItem instance
can't be added more than once without being cloned.
* java/awt/peer/MenuPeer.java
(addSeparator): Remove from interface.

2004-03-26  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkMenuItemPeer.java
(connectSignals): New native method declaration.
(GtkMenuItemPeer): Connect signals if the parent is a Menu.
* java/awt/MenuItem.java
(getActionCommand): Return the label if the action command is not set.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c
(Java_gnu_java_awt_peer_gtk_GtkMenuBarPeer_addMenu): Use
gtk_menu_shell_append().
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c
(item_activate): Fix argument type.
(Java_gnu_java_awt_peer_gtk_GtkMenuItemPeer_create): Do not connect
signal here.
(Java_gnu_java_awt_peer_gtk_GtkMenuItemPeer_connectSignals): New
method.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c
(Java_gnu_java_awt_peer_gtk_GtkMenuPeer_create): Check if a label is
given. Add the menu widget's top-level GtkWindow to the global window
group, so it can grab the pointer.
(Java_gnu_java_awt_peer_gtk_GtkMenuPeer_addItem): Use
gtk_menu_shell_append().

2004-03-23  Graydon Hoare  <graydon@redhat.com>

* java/text/AttributedString.java
(addAttribute): Fix off-by-one.
(getIterator): Likewise.
* java/text/AttributedStringIterator.java
(getRunLimit): Correct logic.
(getRunStart): Likewise.
(getAttribute): Fix inequality.
(getAttributes): Likewise.
* testsuite/libjava.mauve/xfails: Remove AttributedString xfail.

2004-03-23  Kim Ho  <kho@redhat.com>

* javax/swing/plaf/basic/BasicTabbedPaneUI.java:
(calculateSizes): Return real width and height.

2004-03-23  Kim Ho  <kho@redhat.com>

* javax/swing/plaf/basic/BasicTabbedPaneUI.java
(calculateTabRects): Set the selectedRun before
trying to rotate tabs.

2004-03-23  Kim Ho  <kho@redhat.com>

* Makefile.am: New file
* Makefile.in: Regenerate
* java/awt/Graphics.java: (drawRect):
Draw to the correct point.
* javax/swing/DefaultSingleSelectionModel.java
(isSelected): Return true if the selected index
is not -1.
* javax/swing/JLabel.java: Do not change mnemonic
index if text is null.
* javax/swing/JProgressBar.java: Use JComponent's
EventListenerList.
* javax/swing/JScrollBar.java: Ditto.
* javax/swing/JSlider.java: Ditto.
* javax/swing/JTabbedPane.java: Reimplement.
* javax/swing/plaf/basic/BasicLookAndFeel.java:
Add defaults for TabbedPane.
* javax/swing/plaf/basic/BasicArrowButton.java:
Implement
* javax/swing/plaf/basic/BasicProgressBarUI.java:
(paintDeterminate): Don't paint String if it's
empty.
(paintIndeterminate): ditto.
* javax/swing/plaf/basic/BasicTabbedPaneUI.java:
Reimplement.

2004-03-19  Michael Koch  <konqueror@gmx.de>

* java/awt/image/AffineTransformOp.java
(AffineTransformOp): Made public.
* javax/swing/JComponent.java
(listenerList): Made protected.
(accessibleContext): Likewise.
* javax/swing/JList.java
(valueChanged): Dont use internal fields of ListSelectionEvent.
* javax/swing/JViewport.java
(getView): Dont use internal fields of Component.
(addImpl): Likewise.
* javax/swing/Timer.java
(isRunning): Made public.
(start): Likewise.
(stop): Likewise.
* javax/swing/UIDefaults.java
(getInt): Made public.
* javax/swing/plaf/basic/BasicListUI.java
(mousePressed): Dont use internal fields of MouseEvent.
(propertyChanged): Dont use internal fields of PropertyChangeEvent.
* javax/swing/plaf/basic/BasicScrollBarUI.java
(arrowIcon): Made static.
* javax/swing/plaf/basic/BasicViewportUI.java
(stateChanged): Dont use internal field on ChangeEvent.
* javax/swing/text/JTextComponent.java
(getUI): Call UIManager.getUI().
(updateUI): Use getUI().

2004-03-19  Graydon Hoare  <graydon@redhat.com>

* javax/swing/JComponent.java: Turn off double buffer by default.
* javax/swing/plaf/basic/BasicViewportUI.java: Clear rects before painting.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c
(Java_gnu_java_awt_peer_gtk_GdkGraphics2D_gdkDrawDrawable):
Use cairo to copy areas.
(Java_gnu_java_awt_peer_gtk_GdkGraphics2D_cairoClip):
Initialize and set clip region.

2004-03-15  Thomas Fitzsimmons  <fitzsim@redhat.com>

* java/applet/Applet.java (preferredSize): Override deprecated
variant of getPreferredSize.
(minimumSize): Override deprecated variant of getMinimumSize.

2004-03-15  Olga Rodimina  <rodimina@redhat.com>

* gnu/java/awt/peer/gtk/GdkGraphics2D.java
(drawImage(img,xform,bgcolor,obs)): New Method.
Helper function that every drawImage method will
use.
(drawRaster): Added new parameter, bgcolor. All
transparent pixels are changed to bgcolor before
image is drawn.
(drawRenderedImage): Fixed to use changed drawRaster().
(drawImage(image,xform,obs): Fixed to use new helper function
(drawImage(image,op,x,y)): Ditto.
(drawImage (img,x,y,observer)): Ditto.
((PainterThread) bgcolor): New Field.
((PainterThread) (setPixels)): Changed all transparent pixels
to bgcolor.
(drawImage(img,x,y,width,height,bgcolor,observer)):
Fixed FIXME - all the transparent pixels are
changed to the specified bgcolor.
(drawImage(img, x, y, width, height, observer): Changed to
use function above.
(drawImage (img,dx1,dy1,dx2,dy2,sx1,sy1,sx2,sy2,bgcolor,observer)):
Fixed FIXME- changed all transparent pixels to bgcolor.
(drawImage (img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer)):
Changed to use function above.

2004-03-14  Thomas Fitzsimmons  <fitzsim@redhat.com>

* java/applet/Applet.java (dimensions): New field.
(getDimensions): New method.
(getPreferredSize): Call getDimensions.
(getMinimumSize): Likewise.

2004-03-13  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/classpath/jcl.c: Include stdlib.h, not malloc.h.
* jni/classpath/jnilink.c: Likewise.

* java/applet/Applet.java (getPreferredSize): New method.
(getMinimumSize): New method.

From-SVN: r80762

20 years agosdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.
DJ Delorie [Fri, 16 Apr 2004 18:40:04 +0000 (14:40 -0400)]
sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.

* sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not
TYPE_FIELDS.
(sdbout_finish): Don't free deferred_global_decls; it's GC'd.

From-SVN: r80761

20 years ago* const-elim-1.c: xfail hppa-*-*.
John David Anglin [Fri, 16 Apr 2004 18:29:36 +0000 (18:29 +0000)]
* const-elim-1.c: xfail hppa-*-*.

From-SVN: r80759

20 years ago* pa.md: Remove unnecessary declarations for asm_out_file.
John David Anglin [Fri, 16 Apr 2004 17:24:31 +0000 (17:24 +0000)]
* pa.md: Remove unnecessary declarations for asm_out_file.

From-SVN: r80758

20 years agopa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register.
John David Anglin [Fri, 16 Apr 2004 17:03:00 +0000 (17:03 +0000)]
pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register.

* pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of
SAR register.  Fix comment.
(ADDITIONAL_REGISTER_NAMES): Correct register number of SAR register
(%cr11).

From-SVN: r80756

20 years ago* pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.
John David Anglin [Fri, 16 Apr 2004 16:48:27 +0000 (16:48 +0000)]
* pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.

From-SVN: r80755

20 years agoprims.cc (_Jv_AllocObject): Remove `size' argument.
Bryce McKinlay [Fri, 16 Apr 2004 16:27:19 +0000 (16:27 +0000)]
prims.cc (_Jv_AllocObject): Remove `size' argument.

libjava:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

* prims.cc (_Jv_AllocObject): Remove `size' argument.
(_Jv_AllocObjectNoFinalizer): Likewise.
(_Jv_AllocObjectNoInitNoFinalizer): Likewise.
(_Jv_AllocPtrFreeObject): Likewise.
(_Jv_AllocString): Moved from natString.cc. Call collector interface
directly even in the JVMPI case.
* gcj/cni.h (JvAllocObject): Remove `size' argument from
_Jv_AllocObject calls.
* gcj/javaprims.h: Update prototypes.
* gnu/gcj/natCore.cc (_Jv_create_core): Use `new', not
_Jv_AllocObject.
* java/lang/Class.h: Update _Jv_AllocObject friend prototype.
* java/lang/natString.cc (_Jv_AllocString): Move to prims.cc.

gcc/cp:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

* init.c (build_new_1): Don't use type size argument for Java
_Jv_AllocObject call.

gcc/java:
2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>

* expr.c (expand_java_NEW): Don't use size argument for
_Jv_AllocObject calls.
* parse.y (patch_invoke): Likewise.

From-SVN: r80754

20 years agore PR libstdc++/14975 ([3.4 only] Segfault on low-level write error during imbue)
Paolo Carlini [Fri, 16 Apr 2004 16:06:21 +0000 (16:06 +0000)]
re PR libstdc++/14975 ([3.4 only] Segfault on low-level write error during imbue)

2004-04-16  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/14975
* include/bits/fstream.tcc (basic_filebuf::imbue): Zero _M_codecvt
in case of error.
* testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: New.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: New.

From-SVN: r80753

20 years agoarm.c (arm_override_options): Revert previous patch.
Nick Clifton [Fri, 16 Apr 2004 13:20:37 +0000 (13:20 +0000)]
arm.c (arm_override_options): Revert previous patch.

* config/arm/arm.c (arm_override_options): Revert previous patch.
* config/arm/t-xscale-elf: Disable iwmmxt multilibs until they can be safely
  built.

From-SVN: r80752

20 years agom32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug.
Kazuhiro Inaoka [Fri, 16 Apr 2004 10:30:32 +0000 (10:30 +0000)]
m32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug.

* config/m32r/m32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug.
(TARGET_LITTLE_ENDIAN, TARGET_BIG_ENDIAN, TARGET_DEFAULT): Changed. Ditto.
(LITTLE_ENDIAN_BIT, TARGET_CPU_DEFAULT, TARGET_ENDIAN_DEFAULT): Added. Ditto.
* config/m32r/little.h (TARGET_LITTLE_ENDIAN): Deleted.
(TARGET_ENDIAN_DEFAULT): Added.

From-SVN: r80747

20 years agoacconfig.h: Remove _GLIBCXX_USE_LONG_DOUBLE entry, not used anymore.
Paolo Carlini [Fri, 16 Apr 2004 09:23:05 +0000 (09:23 +0000)]
acconfig.h: Remove _GLIBCXX_USE_LONG_DOUBLE entry, not used anymore.

2004-04-16  Paolo Carlini  <pcarlini@suse.de>

* acconfig.h: Remove _GLIBCXX_USE_LONG_DOUBLE entry, not
used anymore.
* config.h.in: Regenerate.

2004-04-16  Paolo Carlini  <pcarlini@suse.de>

* config/locale/generic/monetary_members.cc
(moneypunct<wchar_t>::_M_initialize_moneypunct): Avoid calling
btowc unnecessarily, just cast to wchar_t (the concerned chars
all belong to the basic character set).
* config/locale/generic/numeric_members.cc
(numpunct<wchar_t>::_M_initialize_numpunct): Likewise.
* config/locale/gnu/monetary_members.cc
(moneypunct<wchar_t>::_M_initialize_moneypunct): Likewise.
* config/locale/gnu/numeric_members.cc
(numpunct<wchar_t>::_M_initialize_numpunct): Likewise.

From-SVN: r80746

20 years agoPatch to fix LDFLAGS related configure errors.
James E Wilson [Fri, 16 Apr 2004 07:13:40 +0000 (07:13 +0000)]
Patch to fix LDFLAGS related configure errors.

* Makefile.tpl (configure-[+module+], configure-gcc,
configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
Set and export LDFLAGS.
* Makefile.in: Regenerate.

From-SVN: r80745

20 years agobuiltins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_CONST_NOTHROW_LIST.
Kaveh R. Ghazi [Fri, 16 Apr 2004 00:48:51 +0000 (00:48 +0000)]
builtins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_CONST_NOTHROW_LIST.

* builtins.def (BUILT_IN_ISDIGIT, BUILT_IN_ISXDIGIT): Mark with
ATTR_CONST_NOTHROW_LIST.

From-SVN: r80740

20 years agoDaily bump.
GCC Administrator [Fri, 16 Apr 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r80737

20 years agoPR/middle-end 14915
Kaveh R. Ghazi [Thu, 15 Apr 2004 22:35:34 +0000 (22:35 +0000)]
PR/middle-end 14915

       PR/middle-end 14915
       * builtins.c (expand_builtin_signbit): Test BYTES_BIG_ENDIAN, not
       BITS_BIG_ENDIAN.

From-SVN: r80732

20 years agora-debug.c (ra_print_rtx): Add break's to case legs.
Pat Haugen [Thu, 15 Apr 2004 17:29:40 +0000 (17:29 +0000)]
ra-debug.c (ra_print_rtx): Add break's to case legs.

2004-04-15  Pat Haugen  <pthaugen@us.ibm.com>

        * ra-debug.c (ra_print_rtx): Add break's to case legs.

From-SVN: r80725

20 years agore PR libobjc/14948 (irix6.5 bootstrap fails in mabi=64/libobjc)
Nathanael Nerode [Thu, 15 Apr 2004 17:05:36 +0000 (17:05 +0000)]
re PR libobjc/14948 (irix6.5 bootstrap fails in mabi=64/libobjc)

PR libobjc/14948
* configure.ac: De-precious CC so multilibs work.
* configure: Regenerate.

From-SVN: r80724

20 years agotarget-supports.exp (check_profiling_available): Assume profiling isn't available...
Richard Sandiford [Thu, 15 Apr 2004 09:50:46 +0000 (09:50 +0000)]
target-supports.exp (check_profiling_available): Assume profiling isn't available for mips*-*-elf targets.

* lib/target-supports.exp (check_profiling_available): Assume profiling
isn't available for mips*-*-elf targets.

From-SVN: r80715

20 years agolocale.cc (locale::operator==): When _M_impl == __rhs._M_impl avoid constructing...
Paolo Carlini [Thu, 15 Apr 2004 08:27:29 +0000 (08:27 +0000)]
locale.cc (locale::operator==): When _M_impl == __rhs._M_impl avoid constructing unnecessarily this->name().

2004-04-15  Paolo Carlini  <pcarlini@suse.de>

* src/locale.cc (locale::operator==): When _M_impl == __rhs._M_impl
avoid constructing unnecessarily this->name().

From-SVN: r80714

20 years agoFix build!=host fixinc WARN_CFLAGS problem from DJ Delorie.
James E Wilson [Thu, 15 Apr 2004 06:27:26 +0000 (06:27 +0000)]
Fix build!=host fixinc WARN_CFLAGS problem from DJ Delorie.

* Makefile.in (fixinc.sh): Set WARN_CFLAGS to empty string.

From-SVN: r80713

20 years agoMake-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none, and install-rts...
Nathanael Nerode [Thu, 15 Apr 2004 03:47:23 +0000 (03:47 +0000)]
Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none, and install-rts-cert targets.

* Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
and install-rts-cert targets.  Remove all gnatlib and gnattools
targets and all other rts-* targets (moved to libada).  Remove (now)
unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.

From-SVN: r80712

20 years agoMakefile.in: Call gcc/ada/Makefile directly, not through the intermediary of gcc...
Nathanael Nerode [Thu, 15 Apr 2004 03:38:59 +0000 (03:38 +0000)]
Makefile.in: Call gcc/ada/Makefile directly, not through the intermediary of gcc/Makefile.

* Makefile.in: Call gcc/ada/Makefile directly, not through the
intermediary of gcc/Makefile.  Incorporate all necessary parts of
rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
to build in configure.ac, not here.
* configure.ac: Provide Makefile.in with the new information it needs,
such as GCC's tmake_file and xmake_file.
* configure: Regenerate.

From-SVN: r80711

20 years agolibada-mk.in: New file.
Nathanael Nerode [Thu, 15 Apr 2004 03:31:46 +0000 (03:31 +0000)]
libada-mk.in: New file.

* libada-mk.in: New file.
* configure.ac: Create libada-mk from libada-mk.in.
* configure: Regenerate.

From-SVN: r80710