platform/upstream/gcc.git
21 years agoAlreadyConnectedException.java: Extend IllegalStateException, per spec.
Tom Tromey [Sun, 3 Nov 2002 21:18:32 +0000 (21:18 +0000)]
AlreadyConnectedException.java: Extend IllegalStateException, per spec.

* java/nio/channels/AlreadyConnectedException.java: Extend
IllegalStateException, per spec.

From-SVN: r58773

21 years agoGNU Classpath merge.
Mark Wielaard [Sun, 3 Nov 2002 20:27:31 +0000 (20:27 +0000)]
GNU Classpath merge.

2002-10-31  Stephen Crawley  <crawley@dstc.edu.au>

* java/lang/Double.java (valueOf): Return new Double(parseDouble(s)).

2002-10-31  Wu Gansha <gansha.wu@intel.com>:

        * java/util/ArrayList.java (readObject, writeObject): Only read/write
        size items.

2002-10-31  Wu Gansha <gansha.wu@intel.com>:

        * java/io/DataInputStream.java (convertFromUTF): Give StringBuffer an
        initial estimated size to avoid enlarge buffer frequently.

2002-10-31  Wu Gansha <gansha.wu@intel.com>:

* java/lang/reflect/Proxy.java (ProxyType): Set loader to System
ClassLoader when null.
(ProxyType.hashCode): Loader null check no longer needed.
(ProxyType.sameTypes): New method.
(ProxyType.equals): Use new method.

2002-10-31  Mark Wielaard  <mark@klomp.org>

        * java/net/URLDecoder.java (decode): Initialize Stringbuffer size to
length of String.
* java/net/URLEncoder.java (encode): Likewise.

2002-10-31  Mark Wielaard  <mark@klomp.org>

* java/util/zip/ZipInputStream.java (getNextEntry): Throw IOException
when stream is closed.
(closeEntry): Likewise.
(read): Likewise.
* java/util/zip/ZipOutputStream.java (putNextEntry): Throw
ZipException when no entry active.
(closeEntry): Likewise.
(write): Likewise.

From-SVN: r58772

21 years agoDaily bump.
GCC Administrator [Sun, 3 Nov 2002 08:17:09 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58771

21 years agoinitexc.java (fail): Static initializers must be able to complete normally.
Tom Tromey [Sun, 3 Nov 2002 01:30:28 +0000 (01:30 +0000)]
initexc.java (fail): Static initializers must be able to complete normally.

* libjava.lang/initexc.java (fail): Static initializers must be
able to complete normally.  From Eric Blake.

From-SVN: r58765

21 years agoClass.h: Move JV_STATE_ERROR before JV_STATE_DONE.
Tom Tromey [Sat, 2 Nov 2002 23:52:56 +0000 (23:52 +0000)]
Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.

* java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.
* java/lang/natClass.cc (initializeClass): Don't return just
because self==thread.

From-SVN: r58763

21 years ago* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
Tom Tromey [Sat, 2 Nov 2002 23:52:26 +0000 (23:52 +0000)]
* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.

From-SVN: r58762

21 years agoinitexc.java: New file.
Tom Tromey [Sat, 2 Nov 2002 23:36:47 +0000 (23:36 +0000)]
initexc.java: New file.

* libjava.lang/initexc.java: New file.
* libjava.lang/initexc.out: New file.

From-SVN: r58761

21 years agore PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)
Diego Novillo [Sat, 2 Nov 2002 22:58:54 +0000 (22:58 +0000)]
re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)

PR optimization/8423
* gcc.c-torture/execute/builtin-constant.c: New test.

From-SVN: r58760

21 years agors6000.c (rs6000_override_options): Use string instructions when optimizing for size.
David Edelsohn [Sat, 2 Nov 2002 21:55:55 +0000 (21:55 +0000)]
rs6000.c (rs6000_override_options): Use string instructions when optimizing for size.

        * config/rs6000/rs6000.c (rs6000_override_options): Use string
        instructions when optimizing for size.

From-SVN: r58759

21 years agore PR java/8415 (reflection bug: exception info for Method)
Tom Tromey [Sat, 2 Nov 2002 21:33:54 +0000 (21:33 +0000)]
re PR java/8415 (reflection bug: exception info for Method)

* class.c (make_method_value): Put class name, not signature, into
`throws' field.  For PR java/8415.

From-SVN: r58758

21 years agoFor PR java/8415:
Tom Tromey [Sat, 2 Nov 2002 21:33:30 +0000 (21:33 +0000)]
For PR java/8415:

* java/lang/reflect/natMethod.cc (getType): Use _Jv_FindClass.
* prims.cc (_Jv_FindClassFromSignature): Indentation fix.

From-SVN: r58757

21 years agoReverted erroneous checkin
Tom Tromey [Sat, 2 Nov 2002 21:29:36 +0000 (21:29 +0000)]
Reverted erroneous checkin

From-SVN: r58756

21 years agore PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)
Tom Tromey [Sat, 2 Nov 2002 21:26:28 +0000 (21:26 +0000)]
re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)

Fix for PR java/6388.
* lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
* java-tree.h (enum java_tree_index): New values
JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
(decimal_int_max, decimal_long_max): New defines.
* lex.c (yylex): Rewrote range checking.  Sign extend literals.
(error_if_numeric_overflow): Rewrote range checking.
* decl.c (java_init_decl_processing): Initialize decimal_int_max,
decimal_long_max.

From-SVN: r58755

21 years agoMakefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do pass GCJFLAGS.
Andreas Schwab [Sat, 2 Nov 2002 16:14:50 +0000 (16:14 +0000)]
Makefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do pass GCJFLAGS.

* Makefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do
pass GCJFLAGS.
(FLAGS_TO_PASS): Define.
* Makefile.in: Regenerated.

From-SVN: r58752

21 years agonews.texi: Fix .f -> .r
Toon Moene [Sat, 2 Nov 2002 14:40:31 +0000 (14:40 +0000)]
news.texi: Fix .f -> .r

2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>

* news.texi: Fix .f -> .r

From-SVN: r58751

21 years agog77.texi: Correct documentation on generating C++ prototypes of Fortran routines...
Toon Moene [Sat, 2 Nov 2002 14:36:45 +0000 (14:36 +0000)]
g77.texi: Correct documentation on generating C++ prototypes of Fortran routines with f2c.

2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.texi: Correct documentation on generating C++ prototypes
of Fortran routines with f2c.
* news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.

From-SVN: r58750

21 years agog77.texi: Correct documentation on generating C++ prototypes of Fortran routines...
Toon Moene [Sat, 2 Nov 2002 14:30:12 +0000 (14:30 +0000)]
g77.texi: Correct documentation on generating C++ prototypes of Fortran routines with f2c.

2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.texi: Correct documentation on generating C++ prototypes
of Fortran routines with f2c.
* news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.

From-SVN: r58749

21 years agoh8300.h: Fix comment typos.
Kazu Hirata [Sat, 2 Nov 2002 12:51:05 +0000 (12:51 +0000)]
h8300.h: Fix comment typos.

* config/h8300/h8300.h: Fix comment typos.
* config/h8300/h8300.md: Likewise.
* config/h8300/lib1funcs.asm: Likewise.

From-SVN: r58748

21 years agoRevert this change:
Gerald Pfeifer [Sat, 2 Nov 2002 10:28:09 +0000 (11:28 +0100)]
Revert this change:

*doc/install.texi (Installing GCC: Configuration): Clarify
the only supported ways to configure gcc.

From-SVN: r58746

21 years agoDaily bump.
GCC Administrator [Sat, 2 Nov 2002 08:17:09 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58745

21 years agore PR libstdc++/8172 (undefined reference to operator+ for string)
Benjamin Kosnik [Sat, 2 Nov 2002 02:18:18 +0000 (02:18 +0000)]
re PR libstdc++/8172 (undefined reference to operator+ for string)

2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/8172
* src/string-inst.cc: Add instantiation.

From-SVN: r58738

21 years agoPR c/7353 redux
Zack Weinberg [Sat, 2 Nov 2002 02:17:41 +0000 (02:17 +0000)]
PR c/7353 redux

PR c/7353 redux
cp:
* decl2.c (grokfield): Reject TYPE_DECLs with initializers.
testsuite:
* g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
Add some more cases.

From-SVN: r58737

21 years agoh8300.md (anonymous and:QI pattern): Use 'n' instead of 'O' for the constraint for...
Kazu Hirata [Sat, 2 Nov 2002 01:44:00 +0000 (01:44 +0000)]
h8300.md (anonymous and:QI pattern): Use 'n' instead of 'O' for the constraint for the second operand.

* config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
instead of 'O' for the constraint for the second operand.

From-SVN: r58736

21 years agore PR libstdc++/7926 (i486 instructions in header files make c++ programs crash on...
Benjamin Kosnik [Sat, 2 Nov 2002 01:42:22 +0000 (01:42 +0000)]
re PR libstdc++/7926 (i486 instructions in header files make c++ programs crash on i386)

2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/7926
* configure.target: Simplify.
* config/cpu/i386/atomicity.h: Remove.
* config/cpu/i386: Remove.
* config/cpu/arm/atomicity.h: Remove.
* config/cpu/arm: Remove.
* config/cpu/x86-64/atomicity.h: Remove.
* config/cpu/x86-64: Remove.

From-SVN: r58735

21 years agore PR c++/8391 (infinite loop in cp/decl2.c(finish_file))
Mark Mitchell [Sat, 2 Nov 2002 01:03:03 +0000 (01:03 +0000)]
re PR c++/8391 (infinite loop in cp/decl2.c(finish_file))

PR c++/8391
* toplev.c (rest_of_compilation): Do not refuse to output code for
an inline function in a local class.

PR c++/8391
* g++.dg/opt/local1.C: New test.

From-SVN: r58734

21 years agoFor PR java/8415:
Tom Tromey [Sat, 2 Nov 2002 00:19:52 +0000 (00:19 +0000)]
For PR java/8415:

* libjava.lang/pr8415.java: New file.
* libjava.lang/pr8415.out: New file.

From-SVN: r58732

21 years agofreebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
David O'Brien [Fri, 1 Nov 2002 22:19:38 +0000 (22:19 +0000)]
freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.

2002-11-01  David O'Brien  <obrien@FreeBSD.org>
* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
(TRANSFER_FROM_TRAMPOLINE): Reformat.
Add comment.

Approved by:  Mark Mitchell <mark@codesourcery.com>
              Message-ID: <15490000.1036182355@warlock.codesourcery.com>

From-SVN: r58730

21 years ago* config/h8300/h8300.h (CAN_ELIMINATE): Simplify.
Kazu Hirata [Fri, 1 Nov 2002 21:36:37 +0000 (21:36 +0000)]
* config/h8300/h8300.h (CAN_ELIMINATE): Simplify.

From-SVN: r58729

21 years ago* config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
Toshiyasu Morita [Fri, 1 Nov 2002 21:22:15 +0000 (21:22 +0000)]
* config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.

From-SVN: r58728

21 years agoia64.h (MASK_INLINE_DIV_LAT): Remove.
Steve Ellcey [Fri, 1 Nov 2002 20:25:35 +0000 (20:25 +0000)]
ia64.h (MASK_INLINE_DIV_LAT): Remove.

* config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
(MASK_INLINE_DIV_THR): Remove.
(TARGET_INLINE_DIV_LAT): Remove.
(TARGET_INLINE_DIV_THR): Remove.
(TARGET_INLINE_DIV): Remove.
(MASK_INLINE_FLOAT_DIV_LAT): New macro.
(MASK_INLINE_FLOAT_DIV_THR): New macro.
(MASK_INLINE_INT_DIV_LAT): New macro.
(MASK_INLINE_INT_DIV_THR): New macro.
(TARGET_INLINE_FLOAT_DIV_LAT): New macro.
(TARGET_INLINE_FLOAT_DIV_THR): New macro.
(TARGET_INLINE_INT_DIV_LAT): New macro.
(TARGET_INLINE_INT_DIV_THR): New macro.
(TARGET_INLINE_FLOAT_DIV): New macro.
(TARGET_INLINE_INT_DIV): New macro.
* config/ia64/ia64.md (divsi3): Change to use new macros.
(modsi3): Ditto.
(udivsi3): Ditto.
(umodsi3): Ditto.
(divsi3_internal): Ditto.
(divdi3): Ditto.
(moddi3): Ditto.
(udivdi3): Ditto.
(umoddi3): Ditto.
(divdi3_internal_lat): Ditto.
(divdi3_internal_thr): Ditto.
(divsf3): Ditto.
(divsf3_internal_lat): Ditto.
(divsf3_internal_thr): Ditto.
(divdf3): Ditto.
(divdf3_internal_lat): Ditto.
(divdf3_internal_thr): Ditto.
(divtf3): Ditto.
(divtf3_internal_lat): Ditto.
(divtf3_internal_thr): Ditto.
* config/ia64/ia64.c (ia64_override_options): Change
to check new macros for conflicts in settings.
* doc/invoke.texi (-minline-divide-min-latency): Remove.
(-minline-divide-max-throughput): Remove.
(-minline-float-divide-min-latency): New.
(-minline-float-divide-max-throughput): New.
(-minline-int-divide-min-latency): New.
(-minline-int-divide-max-throughput): New.

From-SVN: r58727

21 years agomauve.exp (find_mauve_sources): New proc.
Tom Tromey [Fri, 1 Nov 2002 19:32:21 +0000 (19:32 +0000)]
mauve.exp (find_mauve_sources): New proc.

* libjava.mauve/mauve.exp (find_mauve_sources): New proc.
(test_mauve): Use it.
(test_mauve_sim): Likewise.

From-SVN: r58725

21 years agore PR libstdc++/8197 (std::sin(float) causes undefined reference to sinf)
Christian Ehrhardt [Fri, 1 Nov 2002 17:54:51 +0000 (17:54 +0000)]
re PR libstdc++/8197 (std::sin(float) causes undefined reference to sinf)

2002-11-01  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>

PR libstdc++/8197
* config/link-map.gnu: Export math stubbs.

From-SVN: r58721

21 years agore PR libstdc++/8318 (Not all wide character based prototypes are included within...
Benjamin Kosnik [Fri, 1 Nov 2002 17:30:36 +0000 (17:30 +0000)]
re PR libstdc++/8318 (Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T)

2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/8318
* include/std/std_iostream.h: Tweak.
* include/std/std_iosfwd.h: Add _GLIBCPP_USE_WCHAR_T.
* include/std/std_iomanip.h: Same.
* include/bits/stringfwd.h: Same.
* include/bits/basic_string.tcc: Same.
* include/bits/sstream.tcc: Same.
* include/bits/fstream.tcc: Same.
* include/bits/basic_ios.tcc: Same.
* include/bits/streambuf.tcc: Same.
* include/bits/locale_facets.tcc: Same.

From-SVN: r58720

21 years agore PR libstdc++/7961 (compare( char *) implemented incorrectly.)
John Carter [Fri, 1 Nov 2002 15:21:17 +0000 (15:21 +0000)]
re PR libstdc++/7961 (compare( char *) implemented incorrectly.)

2002-11-01  John Carter  <john.carter@tait.co.nz>

PR libstdc++/7961
* include/bits/basic_string.tcc
(compare(const _CharT* __s)): Don't access __s past its length.

From-SVN: r58717

21 years agore PR target/7856 ([arm] invalid offset in constant pool reference)
Richard Earnshaw [Fri, 1 Nov 2002 14:41:57 +0000 (14:41 +0000)]
re PR target/7856 ([arm] invalid offset in constant pool reference)

PR target/7856
* arm.c (use_return_insn): Don't use a return insn if there are
saved integer regs, but LR is not one of them.

From-SVN: r58716

21 years agoByteOrder.java: New file.
Michael Koch [Fri, 1 Nov 2002 12:03:40 +0000 (12:03 +0000)]
ByteOrder.java: New file.

2002-11-01  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteOrder.java: New file.
* java/nio/channels/DatagramChannel.java:
(DatagramChannel): New constructor.
* java/nio/channels/Pipe.java: New file.
* java/nio/channels/SelectableChannel.java: New file.
* java/nio/channels/SelectionKey.java: New file.
* java/nio/channels/Selector.java: New file.
* java/nio/channels/ServerSocketChannel.java
(ServerSocketChannel): New constructor.
* java/nio/channels/SocketChannel.java
(SocketChannel): New constructor.
* java/nio/channels/Pipe.java: New file.
* java/nio/channels/spi/AbstractChannel.java: New file.
* java/nio/channels/spi/AbstractInterruptibleChannel.java: New file.
* java/nio/channels/spi/AbstractSelectableChannel.java:
License added
(AbstractSelectableChannel): New stubbed method.
* java/nio/channels/spi/AbstractSelectionKey.java: New file.
* java/nio/channels/spi/AbstractSelector.java: New file.
* java/nio/channels/spi/SelectorProvider.java: New file.
* java/nio/charset/Charset.java: New file.
* java/nio/charset/CoderMalfunctionError.java: New file.
* java/nio/charset/CodingErrorAction.java: New file.
* java/nio/charset/spi/CharsetProvider.java
(charsetForName): Uncommented.
* Makefile.am (java_native_source_files): Added new files.
* Makefile.in: Regenerated.

From-SVN: r58713

21 years agoexpr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P
Jan Hubicka [Fri, 1 Nov 2002 09:35:24 +0000 (10:35 +0100)]
expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P

* expr.c (emit_move_insn):  Use SCALAR_FLOAT_MODE_P
* machmode.h (SCALAR_FLOAT_MODE_P): New macro.

From-SVN: r58712

21 years agoDaily bump.
GCC Administrator [Fri, 1 Nov 2002 08:17:07 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58711

21 years agore PR inline-asm/6162 (i386 asm reloader ice in reload_cse_simplify_operands)
Nathanael Nerode [Fri, 1 Nov 2002 07:05:57 +0000 (07:05 +0000)]
re PR inline-asm/6162 (i386 asm reloader ice in reload_cse_simplify_operands)

PR optimization/6162
* md.texi: Document restriction on commutative operand
specification.

From-SVN: r58705

21 years ago2002-11-01 Michael Koch <konqueror@gmx.de>
Michael Koch [Fri, 1 Nov 2002 06:35:14 +0000 (06:35 +0000)]
2002-11-01  Michael Koch  <konqueror@gmx.de>

* java/net/InetAddress.java:
(isAnyLocalAddress): Implemented.
(isLoopbackAddress): Implemented, comment added.
(isLinkLocalAddress): Implemented, documentation added.
(isSiteLocalAddress): Implemented, documentation added.
(isMCGlobal): Implemented, documentation added.
(isMCNodeLocal): Implemented, documentation added.
(isMCLinkLocal): Implemented, documentation added.
(isMCSiteLocal): Implemented, documentation added.
(isMCOrgLocal): Implemented, documentation added.
(getHostName): Documentation added.
(getCanonicalHostName): Implemented, documentation added.
(getAddress): Documentation added.
(hashCode): Documentation added.
(equals): Documentation added.
(toString): Fixed implementation.
(getByAddress): Use Inet4Address and Inet6Address.
(lookup): New linewrap.
(getByName): SecurityManager check added, support Inet4Address and
Inet6address, comments added.
(getAllByName): SecurityManager check added, comments added.
* java/net/Inet6Address.java:
(Inet6Address): Initialize parent class with addr instead of null.
* java/net/URL.java
(equals): Documentation added.
(getFile): Documentation added.
(hashCode): Documentation added.
* java/net/natInetAddress.cc:
(aton): Fix IPv6 support.
* java/net/natPlainDatagramSocketImpl.cc:
(peek): Throw PortUnreachableException when suitable.
(peekData): Throw PortUnreachableException when suitable.
(send): Throw PortUnreachableException when suitable.
(receive): Throw PortUnreachableException when suitable.

From-SVN: r58704

21 years agore PR libstdc++/8348 (fail() flag is set in istringstream when eof() flag is set !)
Benjamin Kosnik [Fri, 1 Nov 2002 05:38:27 +0000 (05:38 +0000)]
re PR libstdc++/8348 (fail() flag is set in istringstream when eof() flag is set !)

2002-10-31  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/8348
* include/bits/istream.tcc (istream::tellg): Remove sentry bits.
(istream::seekg): Same.
* testsuite/27_io/istream_seeks.cc (test06): New.

From-SVN: r58703

21 years agoZipFile.java (readLeShort): Take and use DataInput as argument.
Mark Wielaard [Thu, 31 Oct 2002 21:56:32 +0000 (21:56 +0000)]
ZipFile.java (readLeShort): Take and use DataInput as argument.

* java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
argument.
(readLeShort): Likewise and use byte[].
(readLeInt): Likewise.
(readEntries): Use new versions of methods and use byte[] for reading
a complete zip entry. Add ZipFile name to exceptions.
(entries): Add ZipFile name to exceptions.
(getEntry): Likewise.
(checkLocalHeader): Use new versions of methods and add ZipFile name
to exceptions.

From-SVN: r58697

21 years agore PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang.c:304)
Jason Merrill [Thu, 31 Oct 2002 21:42:46 +0000 (16:42 -0500)]
re PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang.c:304)

        PR c++/8186
        * cp-tree.h (ADDR_IS_INVISIREF): New macro.
        * call.c (convert_for_arg_passing): Set it.
        * except.c (stabilize_throw_expr): Recurse for such an arg.

From-SVN: r58696

21 years agoexplow.c (convert_memory_address): Use shallow_copy_rtx.
Eric Christopher [Thu, 31 Oct 2002 21:35:57 +0000 (21:35 +0000)]
explow.c (convert_memory_address): Use shallow_copy_rtx.

2002-10-31  Eric Christopher  <echristo@redhat.com>

        * explow.c (convert_memory_address): Use shallow_copy_rtx.

From-SVN: r58695

21 years ago* expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.
Steve Ellcey [Thu, 31 Oct 2002 20:43:07 +0000 (20:43 +0000)]
* expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.

From-SVN: r58694

21 years ago* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
Steve Ellcey [Thu, 31 Oct 2002 20:40:29 +0000 (20:40 +0000)]
* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.

From-SVN: r58693

21 years agoCorrect formatting in previous patch.
Dale Johannesen [Thu, 31 Oct 2002 20:32:49 +0000 (20:32 +0000)]
Correct formatting in previous patch.

From-SVN: r58692

21 years agoenable -falign-xxx flags
Dale Johannesen [Thu, 31 Oct 2002 19:40:12 +0000 (19:40 +0000)]
enable -falign-xxx flags

From-SVN: r58690

21 years agorestore old comment
Jason Merrill [Thu, 31 Oct 2002 18:57:39 +0000 (13:57 -0500)]
restore old comment

From-SVN: r58687

21 years agoGridBagLayout.java (setConstraints): New stubbed method added
Mark Anderson [Thu, 31 Oct 2002 18:50:38 +0000 (18:50 +0000)]
GridBagLayout.java (setConstraints): New stubbed method added

2002-10-31  Mark Anderson  <mark@panonet.net>

* java/awt/GridBagLayout.java (setConstraints): New stubbed method
added

From-SVN: r58686

21 years agoFix typo in my previous commit.
Jan Hubicka [Thu, 31 Oct 2002 17:27:02 +0000 (17:27 +0000)]
Fix typo in my previous commit.

From-SVN: r58684

21 years agoi386.c (override_options): Set defaults for flag_omit_frame_pointer...
Jan Hubicka [Thu, 31 Oct 2002 17:16:52 +0000 (18:16 +0100)]
i386.c (override_options): Set defaults for flag_omit_frame_pointer...

* i386.c (override_options): Set defaults for flag_omit_frame_pointer,
flag_asynchronous_unwind_tables, flag_pcc_struct_return.
* i386.c (optimization_options): Set flag_omit_frame_pointer,
flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
Do not clear -momit-leaf-frame-pointer when profiling.
(ix86_frame_pointer_required): Frame pointer is allways required when
profiling.

From-SVN: r58681

21 years agocp-tree.h (lang_decl_flags): Remove init_priority.
Mark Mitchell [Thu, 31 Oct 2002 16:07:32 +0000 (16:07 +0000)]
cp-tree.h (lang_decl_flags): Remove init_priority.

* cp-tree.h (lang_decl_flags): Remove init_priority.
(lang_decl): Add delta.
(GLOBAL_INIT_PRIORITY): Remove.
(THUNK_DELTA): Revise definition.
* decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
* dump.c (cp_dump_tree): Don't dump it.

From-SVN: r58680

21 years ago* i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
Jan Hubicka [Thu, 31 Oct 2002 15:21:22 +0000 (16:21 +0100)]
* i386.md (negdf2_ifs_rex64): Don't allow GPR operand.

From-SVN: r58678

21 years agosh.h (binary_logical_operator): Declare.
J"orn Rennecke [Thu, 31 Oct 2002 12:53:06 +0000 (12:53 +0000)]
sh.h (binary_logical_operator): Declare.

* sh.h (binary_logical_operator): Declare.
* sh.c (binary_logical_operator): New function.
* sh.md (xordi3+1): New combiner splitter pattern.

From-SVN: r58675

21 years agofreebsd.h (TRANSFER_FROM_TRAMPOLINE): Define __enable_execute_stack function.
David O'Brien [Thu, 31 Oct 2002 09:08:11 +0000 (09:08 +0000)]
freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define __enable_execute_stack function.

2002-10-31  David O'Brien  <obrien@FreeBSD.org>
* config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define
__enable_execute_stack function.

Approved by:  David S. Miller <davem@redhat.com>
              Message-Id: <20021031.005015.22856738.davem@redhat.com>

From-SVN: r58674

21 years agoDaily bump.
GCC Administrator [Thu, 31 Oct 2002 08:17:11 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58673

21 years agoc-common.c: Add GTY to vector_type_node_list.
Aldy Hernandez [Thu, 31 Oct 2002 06:57:28 +0000 (06:57 +0000)]
c-common.c: Add GTY to vector_type_node_list.

2002-10-30  Aldy Hernandez  <aldyh@redhat.com>

        * c-common.c: Add GTY to vector_type_node_list.

From-SVN: r58666

21 years agopa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
John David Anglin [Thu, 31 Oct 2002 03:13:44 +0000 (03:13 +0000)]
pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.

* pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
* pa-protos.h (attr_length_millicode_call, attr_length_call,
pa_init_machine_status): Declare new global functions.
* pa.c (void copy_fp_args, length_fp_args, get_plabel): Declare and
implement new functions.
(attr_length_millicode_call, attr_length_call): Implement.
(total_code_bytes): Change type to long.
(pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.
Reset counter if flag_function_sections.
(output_deferred_plabels): Set output alignment to 3 for TARGET_64BIT.
(output_cbranch): Move call to gen_label_rtx.
(output_millicode_call): Rewrite adding long TARGET_64BIT call, expose
delay slot in all variants, shorten pc-relative calls.
(output_call): Rewrite adding long TARGET_64BIT call, improved delay
slot usage and exposure, various new call variants, and shortened
sequences for some variants on TARGET_PA_20.
Miscellaneous format changes.
* pa.h (total_code_bytes): Change type to long.
(MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
TARGET_LONG_PIC_SDIFF_CALL, TARGET_LONG_PIC_PCREL_CALL): Define.
(TARGET_SWITCHES): Add "-mlong-calls" and "-mno-long-calls" options.
(EXTRA_CONSTRAINT, GO_IF_LEGITIMATE_ADDRESS,
LEGITIMIZE_RELOAD_ADDRESS): Don't use long floating point loads and
stores on TARGET_ELF32.
*pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
(unnamed patterns for mulsi3, divsi3, udivsi3, modsi3, umodsi3 and
canonicalize_funcptr_for_compare expanders): Calculate attribute length
attr_length_millicode_call().
(call_internal_symref, call_value_internal_symref): Clobber register 1.
Calculate attribute length using attr_length_call().
(call_internal_reg_64bit, call_value_internal_reg_64bit): Move gp load
to delay slot.
(sibcall, sibcall_value): Rewrite.
(sibcall_internal_symref, sibcall_value_internal_symref): Clobber
register 1.  Use attr_length_call().
(sibcall_internal_symref_64bit, sibcall_value_internal_symref_64bit):
New patterns.
(unamed pattern for canonicalize_funcptr_for_compare): Rewrite.
* som.h (MEMBER_TYPE_FORCES_BLK): Define.
* t-pa64 (TARGET_LIBGCC2_CFLAGS): Add "-mlong-calls".
* doc/invoke.texi (mlong-calls): Document.

From-SVN: r58665

21 years agore PR c++/8160 (ICE in build_modify_expr, at cp/typeck.c:5494: Array initialization)
Mark Mitchell [Thu, 31 Oct 2002 00:04:12 +0000 (00:04 +0000)]
re PR c++/8160 (ICE in build_modify_expr, at cp/typeck.c:5494: Array initialization)

PR c++/8160
* typeck2.c (process_init_constructor): Call complete_array_type.

PR c++/8149
* decl.c (make_typename_type): Issue errors about invalid results.

PR c++/8160
* g++.dg/template/complit1.C: New test.

PR c++/8149
* g++.dg/template/typename4.C: Likewise.

From-SVN: r58663

21 years agofold-const.c (fold_binary_op_with_conditional_arg): Improve handling of cases where...
Roger Sayle [Wed, 30 Oct 2002 23:07:48 +0000 (23:07 +0000)]
fold-const.c (fold_binary_op_with_conditional_arg): Improve handling of cases where one or both branches of the conditional have...

* fold-const.c (fold_binary_op_with_conditional_arg):  Improve
handling of cases where one or both branches of the conditional
have void type, i.e. throw an exception or don't return.
(fold): Only apply (and undo) type conversion to the non-void
branches of a COND_EXPR.

* f/com.c (ffecom_subscript_check_): Cast the failure branch
of the bounds check COND_EXPR to void, to indicate noreturn.
(ffe_truthvalue_conversion): Only apply truth value conversion
to the non-void branches of a COND_EXPR.

From-SVN: r58661

21 years agore PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ])
Mark Mitchell [Wed, 30 Oct 2002 19:23:27 +0000 (19:23 +0000)]
re PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ])

PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.

From-SVN: r58658

21 years agore PR ada/6558 (Wrongly reverted patches)
Geert Bosch [Wed, 30 Oct 2002 17:42:53 +0000 (18:42 +0100)]
re PR ada/6558 (Wrongly reverted patches)

PR ada/6558
* misc.c : Include optabs.h

* Make-lang.in (misc.o): Add dependency on optabs.h

From-SVN: r58656

21 years agors6000.md (load_toc_v4_PIC_1): Use preferred form for addressibility.
David Edelsohn [Wed, 30 Oct 2002 15:56:37 +0000 (15:56 +0000)]
rs6000.md (load_toc_v4_PIC_1): Use preferred form for addressibility.

        * config/rs6000/rs6000.md (load_toc_v4_PIC_1): Use preferred form
        for addressibility.
        (load_toc_v4_PIC_1b): Same.

Co-Authored-By: Torbjorn Granlund <tege@swox.com>
From-SVN: r58655

21 years agoCore issue 287, PR c++/7639
Kriang Lerdsuwanakij [Wed, 30 Oct 2002 15:54:10 +0000 (15:54 +0000)]
Core issue 287, PR c++/7639

Core issue 287, PR c++/7639
* cp-tree.h (lang_type_class): Add decl_list field.
(CLASSTYPE_DECL_LIST): New macro.
(maybe_add_class_template_decl_list): Add declaration.
* class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
(unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
(maybe_add_class_template_decl_list): New function.
(add_implicitly_declared_members): Use it.
* decl.c (maybe_process_template_type_declaration): Likewise.
(pushtag): Likewise.
* friend.c (add_friend): Likewise.
(make_friend_class): Likewise.
* semantics.c (finish_member_declaration): Likewise.
(begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
* pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
to process members and friends in the order of declaration.

Core issue 287, PR c++/7639
* g++.dg/template/instantiate1.C: Adjust error location.
* g++.dg/template/instantiate3.C: New test.
* g++.old-deja/g++.pt/crash10.C: Adjust error location.
* g++.old-deja/g++.pt/derived3.C: Adjust error location.
* g++.old-deja/g++.pt/spec28.C: Reorder declaration.

From-SVN: r58654

21 years agoh8300.c (h8300_eightbit_constant_address_p): Truncate the addresses for H8/300 using...
Kazu Hirata [Wed, 30 Oct 2002 11:21:24 +0000 (11:21 +0000)]
h8300.c (h8300_eightbit_constant_address_p): Truncate the addresses for H8/300 using HImode.

* config/h8300/h8300.c (h8300_eightbit_constant_address_p):
Truncate the addresses for H8/300 using HImode.

From-SVN: r58653

21 years agoDaily bump.
GCC Administrator [Wed, 30 Oct 2002 08:17:49 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58652

21 years ago* lib/compat.exp (compat-execute): Don't clean out a gluefile.
Hans-Peter Nilsson [Wed, 30 Oct 2002 00:27:34 +0000 (00:27 +0000)]
* lib/compat.exp (compat-execute): Don't clean out a gluefile.

From-SVN: r58646

21 years agotoplev.c (rest_of_type_compilation): Return early in case of errors.
Hans-Peter Nilsson [Wed, 30 Oct 2002 00:19:59 +0000 (00:19 +0000)]
toplev.c (rest_of_type_compilation): Return early in case of errors.

* toplev.c (rest_of_type_compilation): Return early in case of
errors.
(check_global_declarations): Don't call debug_hooks->global_decl
in case of errors.

From-SVN: r58645

21 years agore PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)
Mark Mitchell [Wed, 30 Oct 2002 00:05:56 +0000 (00:05 +0000)]
re PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)

PR c++/8287
* g++.dg/init/dtor2.C: New test.

From-SVN: r58644

21 years agore PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)
Mark Mitchell [Wed, 30 Oct 2002 00:05:36 +0000 (00:05 +0000)]
re PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)

PR c++/8287
* decl.c (finish_destructor_body): Create the label to jump to
when returning from a destructor here.
(finish_function_body): Rather than here.

PR c++/8287
* g++.dg/init/dtor2.C: New test.

From-SVN: r58643

21 years agoconfigure.in: Disable hash sync when not using threads.
Krister Walfridsson [Tue, 29 Oct 2002 23:03:17 +0000 (00:03 +0100)]
configure.in: Disable hash sync when not using threads.

        * configure.in: Disable hash sync when not using threads.
        * configure: Regenerated.

From-SVN: r58641

21 years ago* doc/c-tree.texi (Tree overview): Fix typos.
Andreas Bauer [Tue, 29 Oct 2002 22:39:49 +0000 (22:39 +0000)]
* doc/c-tree.texi (Tree overview): Fix typos.

From-SVN: r58640

21 years agore PR ada/6558 (Wrongly reverted patches)
Geert Bosch [Tue, 29 Oct 2002 22:18:07 +0000 (23:18 +0100)]
re PR ada/6558 (Wrongly reverted patches)

        PR ada/6558
* Make-lang.in (gnatbind): Depend on CONFIG_H

From-SVN: r58637

21 years agore PR ada/6558 (Wrongly reverted patches)
Geert Bosch [Tue, 29 Oct 2002 22:01:18 +0000 (23:01 +0100)]
re PR ada/6558 (Wrongly reverted patches)

        PR ada/6558
        * misc.c: Unrevert misc.c (1.13)

From-SVN: r58636

21 years agoMakefile.in (gnucompare*): Only record bad comparisons if there really was a bad...
Phil Edwards [Tue, 29 Oct 2002 21:37:13 +0000 (21:37 +0000)]
Makefile.in (gnucompare*): Only record bad comparisons if there really was a bad comparison.

2002-10-29  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.in (gnucompare*):  Only record bad comparisons
if there really was a bad comparison.

From-SVN: r58635

21 years agore PR target/8322 (SSE2 intrinsics broken?)
Jan Hubicka [Tue, 29 Oct 2002 19:41:35 +0000 (20:41 +0100)]
re PR target/8322 (SSE2 intrinsics broken?)

* i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
* i386.md (movsf*, movdf*): Use 'C' instead of 'H'
* md.texi (machine dependent constraints): Document 'C'

* simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.

* i386.c (ix86_expand_vector_move): Fix.

* i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
* i386.md (sse2_maskmovdqu_rex64): New pattern

PR target/8322
* xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
(ix86_init_mmx_sse_builtins): Fix type.

From-SVN: r58631

21 years agogthr-posix.h: Include <unistd.h> for feature tests.
Jason Thorpe [Tue, 29 Oct 2002 18:23:02 +0000 (18:23 +0000)]
gthr-posix.h: Include <unistd.h> for feature tests.

* gthr-posix.h: Include <unistd.h> for feature tests.
(sched_get_priority_max, sched_get_priority_min)
(pthread_getschedparam, pthread_setschedparam): Only use
if _POSIX_THREAD_PRIORITY_SCHEDULING is defined.
(__gthread_objc_thread_set_priority): Don't treat all non-zero
returns from sched_get_priority_max and sched_get_priority_min
as an error.

From-SVN: r58630

21 years agoh8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.
Kazu Hirata [Tue, 29 Oct 2002 18:03:37 +0000 (18:03 +0000)]
h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.

* config/h8300/h8300.h (TARGET_DEFAULT): Make it
MASK_QUICKCALL.

From-SVN: r58629

21 years agoh8300.c (h8300_eightbit_constant_address_p): New.
Kazu Hirata [Tue, 29 Oct 2002 17:55:45 +0000 (17:55 +0000)]
h8300.c (h8300_eightbit_constant_address_p): New.

* config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
(h8300_tiny_constant_address_p): Likewise.
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
h8300_eightbit_constant_address_p.
(TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
* config/h8300/h8300-protos.h: Add the prototypes for the two
new functions.

From-SVN: r58628

21 years agoreload1.c (update_eliminables): Unconditionally check if frame_pointer_needed has...
Kazu Hirata [Tue, 29 Oct 2002 17:47:12 +0000 (17:47 +0000)]
reload1.c (update_eliminables): Unconditionally check if frame_pointer_needed has changed.

* reload1.c (update_eliminables): Unconditionally check if
frame_pointer_needed has changed.

From-SVN: r58627

21 years agotoplev.c (rest_of_compilation): Reorganize way reg_scan is called before final pass.
Jan Hubicka [Tue, 29 Oct 2002 14:39:38 +0000 (15:39 +0100)]
toplev.c (rest_of_compilation): Reorganize way reg_scan is called before final pass.

* toplev.c (rest_of_compilation): Reorganize way reg_scan is called
before final pass.

From-SVN: r58624

21 years agoexpr.c (expand_expr): Don't use simplify_binary_operation; check for zero operands...
Eric Botcazou [Tue, 29 Oct 2002 14:20:16 +0000 (15:20 +0100)]
expr.c (expand_expr): Don't use simplify_binary_operation; check for zero operands explicitly.

        * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
        check for zero operands explicitly.

From-SVN: r58623

21 years agomips.md (extv, [...]): Set size of referenced memory after adjusting to BLKmode.
Richard Sandiford [Tue, 29 Oct 2002 13:47:10 +0000 (13:47 +0000)]
mips.md (extv, [...]): Set size of referenced memory after adjusting to BLKmode.

* config/mips/mips.md (extv, extzv, insv): Set size of referenced
memory after adjusting to BLKmode.

From-SVN: r58621

21 years agoh8300.h (MASK_*): New.
Kazu Hirata [Tue, 29 Oct 2002 12:29:54 +0000 (12:29 +0000)]
h8300.h (MASK_*): New.

* config/h8300/h8300.h (MASK_*): New.
(TARGET_*): Use MASK_*.

From-SVN: r58620

21 years agoDaily bump.
GCC Administrator [Tue, 29 Oct 2002 08:17:23 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58619

21 years agopthread5.cc: Include <unistd.h> if _GLIBCPP_HAVE_UNISTD_H is defined.
Jason Thorpe [Tue, 29 Oct 2002 01:10:52 +0000 (01:10 +0000)]
pthread5.cc: Include <unistd.h> if _GLIBCPP_HAVE_UNISTD_H is defined.

* testsuite/thread/pthread5.cc: Include <unistd.h>
if _GLIBCPP_HAVE_UNISTD_H is defined.
(main): Only use pthread_attr_setscope if
_POSIX_THREAD_PRIORITY_SCHEDULING is defined.

From-SVN: r58608

21 years agopthread1.cc: Enable on *-*-netbsd*.
Jason Thorpe [Mon, 28 Oct 2002 23:31:55 +0000 (23:31 +0000)]
pthread1.cc: Enable on *-*-netbsd*.

* testsuite/thread/pthread1.cc: Enable on *-*-netbsd*.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.

From-SVN: r58606

21 years ago20021014-1.c: Bypass errors on solaris2 and irix6.
Kaveh R. Ghazi [Mon, 28 Oct 2002 18:10:56 +0000 (18:10 +0000)]
20021014-1.c: Bypass errors on solaris2 and irix6.

* gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
* gcc.dg/nest.c: Bypass errors on irix6.

From-SVN: r58600

21 years agoconfig.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to tm_defines if pthreads are...
Jason Thorpe [Mon, 28 Oct 2002 17:20:36 +0000 (17:20 +0000)]
config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to tm_defines if pthreads are enabled.

* config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to
tm_defines if pthreads are enabled.
* config/netbsd.h (LIB_SPEC): Only support the -pthread option
if NETBSD_ENABLE_PTHREADS is defined.

From-SVN: r58599

21 years agoa-chlat9.ads [...]: Update maintainership comments.
Nathanael Nerode [Mon, 28 Oct 2002 16:19:22 +0000 (16:19 +0000)]
a-chlat9.ads [...]: Update maintainership comments.

2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>

* a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
maintainership comments.

From-SVN: r58597

21 years agoChangeLog.1: Fix typos.
Kazu Hirata [Mon, 28 Oct 2002 14:07:45 +0000 (14:07 +0000)]
ChangeLog.1: Fix typos.

* ChangeLog.1: Fix typos.
* cse.c: Fix a comment typo.
* reload1.c: Likewise.

From-SVN: r58596

21 years ago* MAINTAINERS: Remove "co-maintainer" note for web pages.
Gerald Pfeifer [Mon, 28 Oct 2002 09:26:58 +0000 (10:26 +0100)]
* MAINTAINERS: Remove "co-maintainer" note for web pages.

From-SVN: r58595

21 years agoDaily bump.
GCC Administrator [Mon, 28 Oct 2002 08:17:15 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r58594

21 years agonest.c: Expect error for mmix-*-*.
Hans-Peter Nilsson [Sun, 27 Oct 2002 19:35:01 +0000 (19:35 +0000)]
nest.c: Expect error for mmix-*-*.

* gcc.dg/nest.c: Expect error for mmix-*-*.
* gcc.dg/20021014-1.c: Use dg-error, not dg-build.

From-SVN: r58586

21 years agoinclhack.def (libc1_G_va_list): Correct test_text.
Hans-Peter Nilsson [Sun, 27 Oct 2002 17:58:36 +0000 (17:58 +0000)]
inclhack.def (libc1_G_va_list): Correct test_text.

* fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
* fixinc/tests/base/_G_config.h: New file.

From-SVN: r58585

21 years agoResorted the entries
Bruce Korb [Sun, 27 Oct 2002 17:02:29 +0000 (17:02 +0000)]
Resorted the entries

From-SVN: r58584

21 years agocombine.c: Fix comment formatting.
Kazu Hirata [Sun, 27 Oct 2002 14:47:55 +0000 (14:47 +0000)]
combine.c: Fix comment formatting.

* combine.c: Fix comment formatting.
* loop.c: Likewise.
* real.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regrename.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* unroll.c: Likewise.

From-SVN: r58583

21 years ago* reload1.c (reload): Fix a comment typo.
Kazu Hirata [Sun, 27 Oct 2002 14:21:37 +0000 (14:21 +0000)]
* reload1.c (reload): Fix a comment typo.

From-SVN: r58582

21 years ago* linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define.
Jan Hubicka [Sun, 27 Oct 2002 09:20:22 +0000 (10:20 +0100)]
* linux64.h (DEFAULT_PCC_STRUCT_RETURN):  Define.

From-SVN: r58579