OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * update_web_docs: Remove support for generating g77_news.html and
jsm28 [Wed, 28 Aug 2002 21:11:19 +0000 (21:11 +0000)]
* update_web_docs: Remove support for generating g77_news.html and
g77_bugs.html.
* update_web_docs_old: Likewise.  Remove support for generating
thanks.html.

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

21 years ago2002-08-28 Sylvain Pion <pion@cs.nyu.edu>
jsm28 [Wed, 28 Aug 2002 21:07:09 +0000 (21:07 +0000)]
2002-08-28  Sylvain Pion <pion@cs.nyu.edu>

* doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
section.  Mention that it is enabled by -Wall.
(-Wall): Mention that there can be language-specific warnings as well.
(-Wctor-dtor-privacy): Mention that it is enabled by default.
(-Wnon-virtual-dtor): Mention that it is enabled by -Wall.

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

21 years ago * java/lang/Class.h: Include Package.h.
tromey [Wed, 28 Aug 2002 20:05:34 +0000 (20:05 +0000)]
* java/lang/Class.h: Include Package.h.
(Class::getProtectionDomain): Declare.
(Class::getPackage): Declare.

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

21 years ago2002-08-28 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 28 Aug 2002 19:23:50 +0000 (19:23 +0000)]
2002-08-28  Michael Koch <konqueror@gmx.de>

* java/net/InetSocketAddress.java: Added some documentation and argument
checks for the port numbers.
* java/net/DatagramSocketImplFactory.java: New file.

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

21 years ago * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
amylaar [Wed, 28 Aug 2002 17:37:54 +0000 (17:37 +0000)]
* sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
if it is ever live.

* sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
attribute for SHCOMPACT.

* sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
appropriately.
(FUNCTION_BOUNDARY): Specify only the minimum alignment required
by the ABI.

* sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.

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

21 years ago * bugs.texi, news.texi: Update URLs for online news and bugs
jsm28 [Wed, 28 Aug 2002 15:40:37 +0000 (15:40 +0000)]
* bugs.texi, news.texi: Update URLs for online news and bugs
lists.

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

21 years agoDaily bump.
gccadmin [Wed, 28 Aug 2002 07:17:28 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago2002-08-28 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 28 Aug 2002 05:24:10 +0000 (05:24 +0000)]
2002-08-28  Michael Koch <konqueror@gmx.de>

       * java/net/Authenticator.java: added some documentation.

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

21 years ago* config.gcc (mips*-*-netbsd*): Set target_cpu_default to
thorpej [Wed, 28 Aug 2002 05:23:43 +0000 (05:23 +0000)]
* config.gcc (mips*-*-netbsd*): Set target_cpu_default to
"MASK_GAS|MASK_ABICALLS".
* config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
(TARGET_DEFAULT): Remove.
(MACHINE_TYPE): Undefine before defining.
(DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.

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

21 years ago * java/lang/reflect/natConstructor.cc (newInstance): Initialize
tromey [Tue, 27 Aug 2002 23:57:17 +0000 (23:57 +0000)]
* java/lang/reflect/natConstructor.cc (newInstance): Initialize
class.
* java/lang/reflect/natMethod.cc (invoke): Initialize class.

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

21 years agoFix typo
mmitchel [Tue, 27 Aug 2002 22:23:57 +0000 (22:23 +0000)]
Fix typo

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

21 years ago * c-common.c (warn_abi): New variable.
mmitchel [Tue, 27 Aug 2002 22:14:51 +0000 (22:14 +0000)]
* c-common.c (warn_abi): New variable.
* c-common.h (warn_abi): Likewise.
* c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
(c_common_decode_option): Handle it.
* doc/invoke.texi:P Document -Wabi.

* class.c (layout_virtual_bases): Warn about bugs in G++ that
result in incorrect object layouts.
(layout_class_type): Likewise.

* testsuite/g++.dg/abi/bitfield5.C: New test.
* testsuite/g++.dg/abi/vbase10.C: Likewise.

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

21 years agoNew objc.dg test for new -Wundeclared-selector ObjC option
nicola [Tue, 27 Aug 2002 22:03:30 +0000 (22:03 +0000)]
New objc.dg test for new -Wundeclared-selector ObjC option

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

21 years agoAdded -Wundeclared-selector ObjC command line option
nicola [Tue, 27 Aug 2002 21:57:47 +0000 (21:57 +0000)]
Added -Wundeclared-selector ObjC command line option

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

21 years ago * g++.dg/other/offsetof1.C: Avoid cast warning.
nathan [Tue, 27 Aug 2002 20:55:17 +0000 (20:55 +0000)]
* g++.dg/other/offsetof1.C: Avoid cast warning.

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

21 years ago * include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
gdr [Tue, 27 Aug 2002 20:30:26 +0000 (20:30 +0000)]
* include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
  __glibcpp_f32_has_infinity, __glibcpp_f32_QNaN_bytes,
__glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
__glibcpp_f32_has_SNaN, __glibcpp_f32_denorm_min_bytes,
__glibcpp_f32_has_denorm, __glibcpp_f32_is_iec559,
__glibcpp_f64_infinity_bytes,
__glibcpp_f64_has_infinity, __glibcpp_f64_QNaN_bytes,
__glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
__glibcpp_f64_has_SNaN, __glibcpp_f64_denorm_min_bytes,
__glibcpp_f64_has_denorm, __glibcpp_f64_is_iec559,
__glibcpp_f80_infinity_bytes,
__glibcpp_f80_has_infinity, __glibcpp_f80_QNaN_bytes,
__glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
__glibcpp_f80_has_SNaN, __glibcpp_f80_denorm_min_bytes,
__glibcpp_f80_has_denorm, __glibcpp_f80_is_iec559,
__glibcpp_f96_infinity_bytes,
__glibcpp_f96_has_infinity, __glibcpp_f96_QNaN_bytes,
__glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
__glibcpp_f96_has_SNaN, __glibcpp_f96_denorm_min_bytes,
__glibcpp_f96_has_denorm, __glibcpp_f96_is_iec559,
  __glibcpp_f128_infinity_bytes,
  __glibcpp_f128_has_infinity, __glibcpp_f128_QNaN_bytes,
__glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
__glibcpp_f128_has_SNaN, __glibcpp_f128_denorm_min_bytes,
__glibcpp_f128_has_denorm, __glibcpp_f128_is_iec559,
__glibcpp_float_infinity_bytes,
__glibcpp_float_has_infinity, __glibcpp_float_QNaN_bytes,
__glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
__glibcpp_float_has_SNaN, __glibcpp_float_denorm_min_bytes,
__glibcpp_float_has_denorm, __glibcpp_float_is_iec559,
__glibcpp_double_infinity_bytes,
__glibcpp_double_has_infinity, __glibcpp_double_QNaN_bytes,
__glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
__glibcpp_double_has_SNaN, __glibcpp_double_denorm_min_bytes,
__glibcpp_double_has_denorm, __glibcpp_double_is_iec559,
__glibcpp_long_double_infinity_bytes,
__glibcpp_long_double_has_infinity, __glibcpp_long_double_QNaN_bytes,
__glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
__glibcpp_long_double_has_SNaN, __glibcpp_long_double_denorm_min_bytes,
__glibcpp_long_double_has_denorm, __glibcpp_long_double_is_iec559:
New macros.
(__glibcpp_word_bits, __glibcpp_word): Likewise.
(__glibcpp_byte): New typedef.
(__float_storage, __double_storage, __long_double_storage): New types.
(__glibcpp_float_infinity, __glibcpp_float_QNaN,
__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Now
objects. Declare.
(__glibcpp_double_infinity, __glibcpp_double_QNaN,
__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
Likewise.

* src/limits.cc (__glibcpp_float_infinity, __glibcpp_float_QNaN,
__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Define.
(__glibcpp_double_infinity, __glibcpp_double_QNaN,
__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
Likewise.

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

21 years ago2002-08-27 Nick Clifton <nickc@redhat.com>
nickc [Tue, 27 Aug 2002 20:01:17 +0000 (20:01 +0000)]
2002-08-27  Nick Clifton  <nickc@redhat.com>
            Catherine Moore  <clm@redhat.com>
            Jim Wilson  <wilson@cygnus.com>
        * config.gcc: Add v850e-*-* target.
        Add --with-cpu= support for v850.
        * config/v850/lib1funcs.asm: Add v850e callt functions.
        * config/v850/v850.h: Add support for v850e target.
        * config/v850/v850.c: Add functions to support v850e target.
        * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
        * config/v850/v850.md: Add patterns for v850e instructions.
        * doc/invoke.texi: Document new v850e command line switches.

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

21 years ago * MAINTAINERS (Write After Approval): Add self.
austern [Tue, 27 Aug 2002 19:34:17 +0000 (19:34 +0000)]
* MAINTAINERS (Write After Approval): Add self.

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

21 years agoTue Aug 27 18:30:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
amylaar [Tue, 27 Aug 2002 18:12:24 +0000 (18:12 +0000)]
Tue Aug 27 18:30:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
  Aldy Hernandez <aldyh at redhat dot com>

* doc/tm.texi: Applied numerous fixes to the automaton based
scheduler descrition.

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

21 years ago * i386.c (classify_argument): Handle variable sized objects.
hubicka [Tue, 27 Aug 2002 17:52:41 +0000 (17:52 +0000)]
* i386.c (classify_argument): Handle variable sized objects.

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

21 years ago2002-08-27 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 27 Aug 2002 17:47:27 +0000 (17:47 +0000)]
2002-08-27  Michael Koch <konqueror@gmx.de>

* java/net/BindException.java,
java/net/JarURLConnection.java,
java/net/FileNameMap.java,
java/net/HttpURLConnection.java,
java/net/InetSocketAddress.java,
java/net/DatagramPacket.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/MulticastSocket.java,
java/net/PasswordAuthentication.java,
java/net/ServerSocket.java,
java/net/Socket.java,
java/net/URLClassLoader.java,
java/net/URLConnection.java: add/update of some @since/@deprecated

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

21 years ago * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
hubicka [Tue, 27 Aug 2002 17:19:45 +0000 (17:19 +0000)]
* i386.c (ix86_expand_int_movcc): Fix RTL sharing problem

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

21 years ago2002-08-27 Tony Kimball <alk@pobox.com>
tromey [Tue, 27 Aug 2002 16:08:31 +0000 (16:08 +0000)]
2002-08-27  Tony Kimball <alk@pobox.com>
            Tom Tromey  <tromey@redhat.com>

* java/net/natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New
define.
(::close): Removed.
(PlainDatagramSocketImpl::close): Use NATIVE_CLOSE.
* java/net/natPlainSocketImpl.cc (NATIVE_CLOSE): New define.
(::close): Removed.
(PlainSocketImpl::close): Use NATIVE_CLOSE.
* include/win32.h (getcwd): Removed declaration.  Include io.h.

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

21 years ago * libjava.compile/narrow_case.java: New file.
tromey [Tue, 27 Aug 2002 16:07:02 +0000 (16:07 +0000)]
* libjava.compile/narrow_case.java: New file.

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

21 years ago * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
hubicka [Tue, 27 Aug 2002 16:02:29 +0000 (16:02 +0000)]
* libgcc2.c (__bb_exit_func): Properly write the summarized statistics.

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

21 years ago * i386.c (classify_argument): Properly compute word size of the analyzed object.
hubicka [Tue, 27 Aug 2002 16:01:34 +0000 (16:01 +0000)]
* i386.c (classify_argument): Properly compute word size of the analyzed object.

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

21 years agoScheduling revamp:
amylaar [Tue, 27 Aug 2002 15:31:02 +0000 (15:31 +0000)]
Scheduling revamp:
* sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
mac_gp ftrc_s and cwb.  Add / Adjust definitions in individual insn
accordingly.
(attribute insn_class): Provide default definitions based on type.
Remove all insn-specific settings.
(various function units): Remove old SH4 scheduling.
(branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
New attributes.  Set them where appropriate.
(cpu unit FS): Don't define / use.
(F3, load_store): New cpu units.
(F01): New reservation.
(all insn_reservations): Make dependent on sh4 pipeline model.
Fix latencies.
(nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
(sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
(mt insn_reservation): Use type mt_group.
(insn_reservation load_store): Split into sh4_load, sh4_load_si,
sh4_fload and sh4_store.
(insn_reservation branch_zero and branch): Replace with sh4_branch.
(insn_reservation branch_far): Replace with sh4_return.
(insn_reservation return_from_exp): Rename to:
(sh4_return_from_exp).  Change to be just d_lock*5.
(insn_reservation lds_to_pr): Rename to:
(sh4_lds_to_pr).  Change to be just d_lock*2.
(insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
d_lock*2.
(insn_reservation prload_mem): Rename to:
(sh4_prstore_mem).  Change to d_lock*2,nothing,memory.
(insn_reservation fpscr_store): Rename to:
(fpscr_load).  Change to d_lock,nothing,F1*3.
(insn_reservation fpscr_store_mem): Rename to:
(fpscr_load_mem).  Change to d_lock,nothing,(F1+memory),F1*2.
(insn_reservation multi): Change to
d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
(insn_reservation fp_arith): Change to issue,F01,F2.
(insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
(insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
(insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
(insn_reservation fp_double_cmp): Change to
d_lock,(d_lock+F01),F1+F2,F2.
(insn_reservation dp_div): Change to
issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
* sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
(sh_adjust_cost, SHcompact): Differentiate between different
kinds of dependencies.  Drop factor of ten for superscalar.
Use new instruction types.  Add new exception rules.

Two small bug fixes:
* sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.

* sh.md (mperm_w): Add DONE.

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

21 years ago * longlong.h: Import current PowerPC defintion from GMP-4.1.
dje [Tue, 27 Aug 2002 14:55:42 +0000 (14:55 +0000)]
    * longlong.h: Import current PowerPC defintion from GMP-4.1.

        * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.

        * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.

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

21 years ago * sh.h (MAX_FIXED_MODE_SIZE): Define.
amylaar [Tue, 27 Aug 2002 13:05:08 +0000 (13:05 +0000)]
* sh.h (MAX_FIXED_MODE_SIZE): Define.

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

21 years ago * doc/cpp.texi (Common Predefined Macros): Don't mess with
gdr [Tue, 27 Aug 2002 10:53:06 +0000 (10:53 +0000)]
* doc/cpp.texi (Common Predefined Macros): Don't mess with
          table
  delimiter.

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

21 years ago * c-common.c (cpp_define_data_format): New function.
gdr [Tue, 27 Aug 2002 09:38:05 +0000 (09:38 +0000)]
* c-common.c (cpp_define_data_format): New function.
(cb_register_builtins): Call it.

* doc/cpp.texi (Common Predefined Macros): Document
__TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
__TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
__TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
__TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
__TARGET_USES_VAX_H_FLOAT__.

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

21 years agoDaily bump.
gccadmin [Tue, 27 Aug 2002 07:17:16 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * parse.y (try_builtin_assignconv): Allow narrowing primitive
tromey [Mon, 26 Aug 2002 23:30:02 +0000 (23:30 +0000)]
* parse.y (try_builtin_assignconv): Allow narrowing primitive
conversion if RHS_TYPE is byte, short, or char.

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

21 years ago[gcc]
zlaski [Mon, 26 Aug 2002 21:17:20 +0000 (21:17 +0000)]
[gcc]
2002-08-26  Ziemowit Laski <zlaski@apple.com>

        * objc/objc-act.c (get_super_receiver): If inside a class method
        of a category, cast the receiver to 'id' before accessing the 'isa'
        field so that <objc/objc-class.h> is not needed.  For NeXT runtime.

[gcc/testsuite]
2002-08-26  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/super-class-2.m: New test.

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

21 years ago * config/s390/s390-protos.h (s390_function_prologue,
uweigand [Mon, 26 Aug 2002 18:18:19 +0000 (18:18 +0000)]
* config/s390/s390-protos.h (s390_function_prologue,
s390_function_epilogue): Remove.
config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.

config/s390/s390.c (s390_machine_dependent_recorg): New function.
config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
to being called from MACHINE_DEPENDENT_REORG.  Update regs_ever_live.

config/s390/s390.c (s390_frame_info): Inline save_fprs_p.  Always
assume BASE_REGISTER and RETURN_REGNUM need to be saved.
(s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
function is not a leaf function.  Use save_gprs and restore_gprs.
(s390_emit_epilogue): Likewise.
(save_gprs, restore_gprs): New functions.
(struct s390_frame): Remove return_reg_saved_p member.
(save_fprs_p): Remove.
(s390_optimize_prolog): New function.
(s390_legitimate_reload_constant): Remove now unnecessary check.

(s390_function_count): Remove.
(s390_output_symbolic_const): Replace s390_function_count by
current_function_funcdef_no.
(s390_output_constant_pool): Likewise.

(legitimize_pic_address): Use regs_ever_live to track PIC register
instead of current_function_uses_pic_offset_table.
(s390_emit_prologue): Likewise.
config/s390/s390.md ("call", "call_value"): Likewise.

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

21 years ago * c-opts.c (find_opt): Don't complain about wrong languages
neil [Mon, 26 Aug 2002 17:44:08 +0000 (17:44 +0000)]
* c-opts.c (find_opt): Don't complain about wrong languages
here.  Return exact matches even for wrong language.
(c_common_decode_option): Complain about wrong languages
here.

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

21 years agoDaily bump.
gccadmin [Mon, 26 Aug 2002 07:17:18 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago2002-08-25 Adam Megacz <adam@xwt.org>
megacz [Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)]
2002-08-25  Adam Megacz <adam@xwt.org>

        * include/win32.h (getcwd): copied function declaration as
        temporary fix for header confusion.

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

21 years ago2002-08-25 Adam Megacz <adam@xwt.org>
megacz [Mon, 26 Aug 2002 05:26:32 +0000 (05:26 +0000)]
2002-08-25  Adam Megacz <adam@xwt.org>

    * lib/libjava.exp: don't apply -no-install when platform is mingw.

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

21 years ago * include/std/std_limits.h: Indent conditional macro
gdr [Sun, 25 Aug 2002 20:17:01 +0000 (20:17 +0000)]
* include/std/std_limits.h: Indent conditional macro
          definitions.

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

21 years agoDaily bump.
gccadmin [Sun, 25 Aug 2002 07:17:11 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago2002-08-24 Stuart Hastings <stuart@apple.com>
shebs [Sun, 25 Aug 2002 05:21:11 +0000 (05:21 +0000)]
2002-08-24  Stuart Hastings  <stuart@apple.com>

        * function.h (struct function): Add flag
        all_throwers_are_sibcalls.
        * except.c (set_nothrow_function_flags): Replaces
        nothrow_function_p. Set new flag.
        * except.h (set_nothrow_function_flags): Replaces
        nothrow_function_p.
        * dwarf2out.c (struct dw_fde_struct): Add flag
        all_throwers_are_sibcalls.
        (output_call_frame_info): Test it.
        (dwarf2out_begin_prologue) Propagate it from cfun to
        dw_fde_struct.
        * toplev.c (rest_of_compilation): Update calls to
        nothrow_function_p.

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

21 years ago2002-08-24 Matt Austern <austern@apple.com>
shebs [Sun, 25 Aug 2002 04:57:16 +0000 (04:57 +0000)]
2002-08-24  Matt Austern  <austern@apple.com>

        * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
        are allowable.
        (real_lvalue_p): Update caller.
        (lvalue_p): Ditto.
        (non_cast_lvalue_or_else): New.
        * tree.h: Declare it.
        * typeck.c (build_unary_op): Use non_cast_lvalue_or_else.

2002-08-24  Matt Austern  <austern@apple.com>

        * g++.dg/ext/lvaddr.C: New test.
        * g++.dg/ext/lvcast.C: New test.

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

21 years ago2002-08-25 Andre Leis <a.leis@gmx.net>
billingd [Sun, 25 Aug 2002 00:59:31 +0000 (00:59 +0000)]
2002-08-25  Andre Leis <a.leis@gmx.net>
            David Billinghurst (David.Billinghurst@riotinto.com>

        * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin

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

21 years ago * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
mark [Sat, 24 Aug 2002 22:46:19 +0000 (22:46 +0000)]
    * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
        (core_java_source_files): Add VMThrowable.java and NameFinder.java
        (nat_source_files): Remove natThrowable.cc, add natVMThrowable.cc
        and natNameFinder.cc.
        * Makefile.in: Regenerate.
        * prims.cc: Use trace_enabled from VMThrowable.
        * name-finder.cc: Removed.
        * gcj/javaprims.h: Add class VMThrowable.
        * gnu/gcj/runtime/NameFinder.java: New file.
        * gnu/gcj/runtime/natNameFinder.cc: Likewise.
        * include/name-finder.h: Removed.
        * java/lang/Throwable.java (printStackTrace (PrintStream)): Use new
        method stackTraceString().
        (printStackTrace (PrintWriter)): Likewise.
        (stackTraceString): Complete rewrite of old printStackTrace using
        StringBuffer.
        (stackTraceStringBuffer): New helper method for stackTraceString().
        (fillInStackTrace): Delegate to VMTrowable.
        (getStackTrace): Likewise.
        (getStackTrace0): Removed.
        (trace_enabled, stackTraceBytes): Moved to new VMThrowable.java.
        (setStackTrace): Copy given array.
        * java/lang/natThrowable.cc: Removed (replaced by natVMThrowable).
        * java/lang/VMThrowable.java: New class.
        * java/lang/natVMThrowable.cc: New file.

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

21 years ago * MAINTAINERS: Change my mailing address.
geoffk [Sat, 24 Aug 2002 22:30:51 +0000 (22:30 +0000)]
* MAINTAINERS: Change my mailing address.

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

21 years agoDaily bump.
gccadmin [Sat, 24 Aug 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * ggc-page.c (compute_inverse): Short circuit calculation for
zack [Sat, 24 Aug 2002 03:20:33 +0000 (03:20 +0000)]
* ggc-page.c (compute_inverse): Short circuit calculation for
object sizes larger than half a page.

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

21 years ago2002-08-23 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 23 Aug 2002 19:33:41 +0000 (19:33 +0000)]
2002-08-23  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.am (check-abi):  Specify current directory.
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE):  Fix shell syntax, use
abi_baseline_triplet in baseline_file.
* Makefile.in, aclocal.m4, configure:  Regenerate.
* configure.target:  Add abi_baseline_triplet with default.
* testsuite/abi_check.cc:  More error checking.

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

21 years ago * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
dje [Fri, 23 Aug 2002 18:02:22 +0000 (18:02 +0000)]
    * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
        DEFAULT_ABI == ABI_AIX like PIC.  Test PIC & reloc for readonly
        default.
        (rs6000_elf_unique_section): Likewise.

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

21 years ago * ns32k.c (ns32k_globalize_label): Delete.
ghazi [Fri, 23 Aug 2002 17:35:23 +0000 (17:35 +0000)]
* ns32k.c (ns32k_globalize_label): Delete.
* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.

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

21 years ago2002-08-23 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 23 Aug 2002 16:52:29 +0000 (16:52 +0000)]
2002-08-23  Phil Edwards  <pme@gcc.gnu.org>

* config/linker-map.gnu:  Verbose comments, clean up spacing.
* include/bits/stl_alloc.h:  Fix indentation of 'if' bodies, return
statements.
__allocator:  Change class declaration to struct.
* docs/html/17_intro/C++STYLE:  Fix typo.
* include/bits/stl_deque.h, include/bits/stl_list.h,
include/bits/stl_map.h, include/bits/stl_multimap.h,
include/bits/stl_vector.h:  Fix fallout from typo.

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

21 years agoDaily bump.
gccadmin [Fri, 23 Aug 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago2003-08-23 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 23 Aug 2002 04:54:03 +0000 (04:54 +0000)]
2003-08-23  Michael Koch  <konqueror@gmx.de>

       * java/net/URLConnection.java,
       java/netJarURLConnection.java,
       gnu/gcj/protocol/core/Connection.java,
       gnu/gcj/protocol/file/Connection.java,
       gnu/gcj/protocol/http/Connection.java: Added implementation of
       getHeaderFields().

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

21 years ago2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 23 Aug 2002 03:39:51 +0000 (03:39 +0000)]
2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Set
GLIBCPP_BUILD_ABI_CHECK based on cross compiling, build, host
variables.
* aclocal.m4: Regenerate.
* testsuite/Makefile.am (noinst_PROGRAMS): Make conditional on
native compiling.
* testsuite/Makefile.in: Regenerate.

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

21 years ago * testsuite/abi_check.cc: Support older binutils/readelf.
ljrittle [Fri, 23 Aug 2002 02:57:11 +0000 (02:57 +0000)]
* testsuite/abi_check.cc: Support older binutils/readelf.

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

21 years ago * testsuite/abi_check.cc: Enhance shell portability.
ljrittle [Fri, 23 Aug 2002 01:50:15 +0000 (01:50 +0000)]
* testsuite/abi_check.cc: Enhance shell portability.
* config/abi/i386-unknown-freebsd4.6: Add.
* config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.

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

21 years ago * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
amodra [Fri, 23 Aug 2002 01:18:06 +0000 (01:18 +0000)]
* config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
for loading delta with num_insns_constant_wide.  Calculate
delta_low, delta_high without using a conditional.

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

21 years ago * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
mmitchel [Fri, 23 Aug 2002 00:28:29 +0000 (00:28 +0000)]
* typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
and COND_EXPR specially; fix error message output.

* testsuite/g++.dg/inherit/cond1.C: New test.

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

21 years ago * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
jason [Thu, 22 Aug 2002 23:22:53 +0000 (23:22 +0000)]
    * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
        * c-common.def: Adjust.
        * c-dump.c (c_dump_tree): Adjust.
        * c-semantics.c (genrtl_return_stmt): Adjust.
        * c-pretty-print.c (pp_c_statement): Adjust.
        * tree-inline.c (copy_body_r): Adjust.

2002-08-22  Jason Merrill  <jason@redhat.com>

        * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
        * semantics.c (nullify_returns_r): Likewise.

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

21 years ago * gij.cc (help): Document -cp and -classpath.
tromey [Thu, 22 Aug 2002 22:44:26 +0000 (22:44 +0000)]
* gij.cc (help): Document -cp and -classpath.
(main): Handle -classpath.

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

21 years ago * gcj.texi (Invoking gij): Document -cp and -classpath.
tromey [Thu, 22 Aug 2002 22:44:20 +0000 (22:44 +0000)]
* gcj.texi (Invoking gij): Document -cp and -classpath.

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

21 years ago2002-08-22 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 22 Aug 2002 20:30:13 +0000 (20:30 +0000)]
2002-08-22  Paolo Carlini  <pcarlini@unitus.it>

* docs/html/faq/index.html: Add Loren James Rittle and
Paolo Carlini to the list of v3 maintainers.
* docs/html/faq/index.txt: Ditto.
* docs/html/17_intro/RELEASE-NOTES: Ditto.

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

21 years ago2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 22 Aug 2002 20:06:01 +0000 (20:06 +0000)]
2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
    Phil Edwards  <pme@gcc.gnu.org>
    Ulrich Drepper  <drepper@redhat.com>

* Makefile.am (check-abi): New rule.
* Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Export baseline_file.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (noinst_PROGRAMS): Add abi_check.
(abi_check_SOURCES): Add.
* testsuite/Makefile.in: Regenerate.
* testsuite/abi_check.cc: New file.
* config/abi: Add.
* config/abi/i686-pc-linux-gnu: Add.
* config/abi/i686-pc-linux-gnu/baseline_symbols.txt: New file.

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

21 years ago * gcc.dg/noncompile/incomplete-1.c: New test.
geoffk [Thu, 22 Aug 2002 20:05:52 +0000 (20:05 +0000)]
* gcc.dg/noncompile/incomplete-1.c: New test.

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

21 years ago * ggc-page.c: Avoid division in ggc_set_mark.
zack [Thu, 22 Aug 2002 19:17:04 +0000 (19:17 +0000)]
* ggc-page.c: Avoid division in ggc_set_mark.
(DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
compute_inverse): New.
(ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
(init_ggc): Initialize inverse_table.

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

21 years ago * doc/install.texi (Configuration): Document --datadir.
tromey [Thu, 22 Aug 2002 17:46:35 +0000 (17:46 +0000)]
* doc/install.texi (Configuration): Document --datadir.

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

21 years agoDaily bump.
gccadmin [Thu, 22 Aug 2002 07:17:37 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago* Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
aoliva [Thu, 22 Aug 2002 04:29:34 +0000 (04:29 +0000)]
* Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).

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

21 years ago * where.h (struct _ffewhere_file_): Mark GTY.
hp [Thu, 22 Aug 2002 02:20:43 +0000 (02:20 +0000)]
* where.h (struct _ffewhere_file_): Mark GTY.
(ffewhere_file_kill): Remove prototype.
* where.c: Include ggc.h.
(struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
(ffewhere_root_ll_): Ditto.  Change type from struct
_ffewhere_root_ll_ to struct _ffewhere_root_ll_*.  All uses
changed.
(ffewhere_file_kill): Remove.
(ffewhere_file_new): Use GC to allocate ffewhereFile objects.
(ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
(ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
Include gt-f-where.h.
* lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
Include gt-f-lex.h.
* std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
* config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
* Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
s-gtype.
(f/lex.o): Depend on gt-f-lex.h.
(f/where.o): Depend on gt-f-where.h.

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

21 years ago * gengtype-lex.l (ID): Allow underscore as first character.
hp [Thu, 22 Aug 2002 02:17:08 +0000 (02:17 +0000)]
* gengtype-lex.l (ID): Allow underscore as first character.

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

21 years ago * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
dje [Thu, 22 Aug 2002 01:53:30 +0000 (01:53 +0000)]
    * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
        function.
        (rs6000_xcoff_asm_named_section): Rename.
        * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.

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

21 years ago * Make-lang.in (java/jcf-path.o): Use $(datadir), not
tromey [Thu, 22 Aug 2002 00:52:20 +0000 (00:52 +0000)]
* Make-lang.in (java/jcf-path.o): Use $(datadir), not
$(prefix)/share.  For PR libgcj/7633.

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

21 years ago For PR java/6005 and PR java/7611:
tromey [Thu, 22 Aug 2002 00:42:40 +0000 (00:42 +0000)]
For PR java/6005 and PR java/7611:
* fold-const.c (fold_truthop): Use can_use_bit_fields_p.
(fold): Likewise.
* langhooks.c (lhd_can_use_bit_fields_p): New function.
* langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
(LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
(LANG_HOOKS_INITIALIZER): Use it.
* langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
field.

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

21 years ago For PR java/6005 and PR java/7611:
tromey [Thu, 22 Aug 2002 00:41:28 +0000 (00:41 +0000)]
For PR java/6005 and PR java/7611:
* lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
(java_can_use_bit_fields_p): New function.

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

21 years ago * tree.c (finish_vector_type): Fix a typo in a comment.
shebs [Wed, 21 Aug 2002 23:24:14 +0000 (23:24 +0000)]
    * tree.c (finish_vector_type): Fix a typo in a comment.
        * Makefile.in: Fix "the the" stutters in comments.
        * genautomata.c: Ditto.
        * ifcvt.c: Ditto.
        * regrename.c: Ditto.
        * config/alpha/alpha.c: Ditto.
        * config/alpha/vms-crt0-64.c: Ditto.
        * config/alpha/vms-crt0.c: Ditto.
        * config/alpha/vms-psxcrt0-64.c: Ditto.
        * config/alpha/vms-psxcrt0.c: Ditto.
        * config/d30v/d30v.h: Ditto.
        * config/fr30/fr30.h: Ditto.
        * config/rs6000/rs6000.c: Ditto.
        * config/stormy16/stormy16.h: Ditto.
        * doc/md.texi: Ditto.

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

21 years ago * Makefile.in: Rebuilt.
tromey [Wed, 21 Aug 2002 18:54:07 +0000 (18:54 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Added
SocketAddress.java, InetSocketAddress.java.
* java/net/PortUnreachableException.java: Merged with Classpath.
* java/net/SocketTimeoutException.java: Likewise.
* java/net/URISyntaxException.java: Likewise.
* java/net/SocketAddress.java: New class from Classpath.
* java/net/InetSocketAddress.java: Likewise.

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

21 years ago * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
danglin [Wed, 21 Aug 2002 17:07:26 +0000 (17:07 +0000)]
* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.

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

21 years ago * c-decl.c (grokdeclarator): Make invalid combinations with long,
jsm28 [Wed, 21 Aug 2002 16:31:36 +0000 (16:31 +0000)]
* c-decl.c (grokdeclarator): Make invalid combinations with long,
short, signed or unsigned into hard errors.  Fixes PR c/4319.
Also make duplicate modifiers such as "short short" into hard
errors.

testsuite:
* gcc.dg/typespec-1.c: New test.

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

21 years ago2002-08-21 Paolo Carlini <pcarlini@unitus.it>
paolo [Wed, 21 Aug 2002 15:29:04 +0000 (15:29 +0000)]
2002-08-21  Paolo Carlini  <pcarlini@unitus.it>

* MAINTAINERS (Write After Approval): Remove myself.
(Various Maintainers: c++ runtime libs): Add myself.

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

21 years ago * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
ghazi [Wed, 21 Aug 2002 14:33:54 +0000 (14:33 +0000)]
* doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
to the actual end.  Add '@end table' and '@table @code'.

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

21 years agoDaily bump.
gccadmin [Wed, 21 Aug 2002 07:17:17 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago2003-08-21 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 21 Aug 2002 05:34:45 +0000 (05:34 +0000)]
2003-08-21  Michael Koch  <konqueror@gmx.de>

* java/net/Authenticator.java: updated JDK 1.4
* java/net/ContentHandler.java: updated JDK 1.4

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

21 years ago * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
geoffk [Wed, 21 Aug 2002 04:42:30 +0000 (04:42 +0000)]
* doc/tm.texi (Label Output): Add missing '@end deftypefn'.

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

21 years ago * unroll.c (biv_total_increment): Don't try to compute the total
geoffk [Wed, 21 Aug 2002 04:33:48 +0000 (04:33 +0000)]
* unroll.c (biv_total_increment): Don't try to compute the total
increment for FP BIVs.

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

21 years ago * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
ghazi [Wed, 21 Aug 2002 02:41:51 +0000 (02:41 +0000)]
* alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
* alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
* alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
* arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
(GLOBAL_ASM_OP): Define.
* arm.c (aof_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
* arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* c4x.c (c4x_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
* c4x.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
* darwin-protos.h (darwin_globalize_label): Declare.
* darwin.c (darwin_globalize_label): New function.
* darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
(ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
* dsp16xx.c (asm_output_common): Use target hook.
* elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
* frv.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* i370.c (i370_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
* i370.h (ASM_GLOBALIZE_LABEL): Delete.
* i386.c (ix86_asm_file_end): Use target hook.
* i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
(ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
* ia64.c (ia64_asm_output_external): Likewise.
* ia64/sysv4.h: Update comment.
* m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
* mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
* mmix-protos.h (mmix_asm_globalize_label): Delete.
* mmix.c (mmix_asm_globalize_label): Likewise.
* mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
(GLOBAL_ASM_OP): Define.
* ns32k.c (ns32k_globalize_label): New function.
* ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
(ASM_GLOBALIZE_LABEL): Delete.
* pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
(TARGET_ASM_GLOBALIZE_LABEL): Undefine.
* pa.c (pa_globalize_label): New function.
* pa.h (ASM_GLOBALIZE_LABEL): Delete.
(TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
* rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
(TARGET_ASM_GLOBALIZE_LABEL): Undef.
* rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* v850.c (v850_output_aligned_bss): Use target hook.
* vax.c (vms_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
* vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* defaults.h (ASM_GLOBALIZE_LABEL): Delete.
* doc/tm.texi: Update docs.
* dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
target hook.
* final.c (output_alternate_entry_point): Likewise.
* hooks.c (hook_FILEptr_constcharptr_void): New function.
* hooks.h (hook_FILEptr_constcharptr_void): Declare.
* output.h (assemble_global): Delete.
(default_globalize_label): Declare.
* system.h (ASM_GLOBALIZE_LABEL): Poison.
* target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
(TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
* target.h (gcc_target): Add globalize_label member.
* varasm.c (asm_output_bss, asm_output_aligned_bss,
globalize_decl): Use target hook.
(assemble_global): Delete.
(default_globalize_label): New function.

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

21 years ago * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
ghazi [Wed, 21 Aug 2002 02:34:28 +0000 (02:34 +0000)]
* dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.

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

21 years ago2002-08-20 Devang Patel <dpatel@apple.com>
dpatel [Wed, 21 Aug 2002 01:01:14 +0000 (01:01 +0000)]
2002-08-20  Devang Patel  <dpatel@apple.com>
        * tree.c (get_qualified_type): Add TYPE_CONTEXT check.

testsuite:
* objc.dg/proto-hier-2.m: New test.

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

21 years ago * MAINTAINERS (Write After Approval): Remove myself.
ljrittle [Wed, 21 Aug 2002 01:00:21 +0000 (01:00 +0000)]
* MAINTAINERS (Write After Approval): Remove myself.
(Various Maintainers: c++ runtime libs): Add myself.

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

21 years ago * arc.c (output_shift): Use stdio instead of asm_fprintf.
ghazi [Tue, 20 Aug 2002 23:27:03 +0000 (23:27 +0000)]
* arc.c (output_shift): Use stdio instead of asm_fprintf.
* arm.c (thumb_output_function_prologue): Likewise.
* avr.c (print_operand): Likewise.
* c4x.c (c4x_print_operand): Likewise.
* c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
* cris.c (cris_target_asm_function_prologue,
cris_asm_output_mi_thunk): Likewise.
* h8300.c (print_operand): Likewise.
* h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* ip2k.c (print_operand): Likewise.  Fix format specifier.
* m68hc11.c (asm_print_register, print_operand,
print_operand_address): Use stdio instead of asm_fprintf.
(print_operand_address): Fix format specifier.
* m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
asm_fprintf.
* m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k.c (m68k_output_function_prologue,
m68k_output_function_epilogue, print_operand): Likewise.
* mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
Likewise.  Fix format specifier.
* mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.

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

21 years ago2002-08-15 Eric Christopher <echristo@redhat.com>
echristo [Tue, 20 Aug 2002 21:53:28 +0000 (21:53 +0000)]
2002-08-15  Eric Christopher  <echristo@redhat.com>

        * config.sub: Import from master repository.
        * config.guess: Ditto.
2002-08-15  Eric Christopher  <echristo@redhat.com>
    Jeff Knaggs  <jknaggs@redhat.com>

* config.gcc (mipsisa64sr71k-elf): New target.
* config/mips/sr71k.md: New file.
* config/mips/mips.md: Use it.
(rot*): Add sr71k specifics.
* config/mips/t-sr71k: New file.
* config/mips/mips.h (sr71k): New cpu.
(TARGET_SR71K): Use it.
(TUNE_SR71K): Ditto.
(GENERATE_BRANCHLIKELY): Ditto.
(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
* config/mips/mips.c (sr71k): New cpu.
(mips_use_dfa_pipeline_interface): Use.

2002-08-15  Eric Christopher  <echristo@redhat.com>
            Richard Sandiford <rsandifo@redhat.com>
    Aldy Hernandez  <aldyh@redhat.com>
    Graham Stott    <grahams@redhat.com>
    Michael Meissner  <meissner@redhat.com>
    Gavin Romig-Koch  <gavin@redhat.com>
    Ken Raeburn  <raeburn@cygnus.com>
    Alexandre Oliva <aoliva@redhat.com>

* config.gcc (mips64vr-elf): New target.
* config/mips/5400.md: New file.
* config/mips/5500.md: Ditto.
* config/mips/mips.md: Use them.
(frsqrt): New.
* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
cpus.
(mips_issue_rate): Use them.
(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
cpus.
(TARGET_MIPSx): Use them.
(TUNE_MIPSx): Ditto.
(GETNATE_MULT3_SI): Ditto.
(ISA_HAS_BRANCHLIKELY): Ditto.
(ISA_HAS_CONDMOVE): Ditto.
(ISA_HAS_NMADD_NMSUB): Ditto.
(ISA_HAS_MULHI): New. Ditto.
(ISA_HAS_MULS): Ditto.
(ISA_HAS_MSAC): Ditto.
(ISA_HAS_MACC): Ditto.
(ISA_HAS_ROTR_SI): Ditto.
(ISA_HAS_ROTR_DI): Ditto.
(RTX_COSTS): Use.

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

21 years ago * where.c (ffewhere_track): Remove impossible if-then clause.
ghazi [Tue, 20 Aug 2002 20:50:57 +0000 (20:50 +0000)]
* where.c (ffewhere_track): Remove impossible if-then clause.

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

21 years ago * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
danglin [Tue, 20 Aug 2002 19:56:30 +0000 (19:56 +0000)]
* cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
at head.
(remove_dup_nonsys_dirs): New function.
(remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
(merge_include_chains): Remove non-system include directories from
quote and bracket include chains when they duplicate equivalent system
directories.
* doc/cpp.texi (-I): Update.
        * doc/cppopts.texi (-I): Update.
        * doc/install.texi (--with-local-prefix): Further document usage of
this option.
* doc/invoke.texi (-I): Update.

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

21 years ago * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
rth [Tue, 20 Aug 2002 09:47:18 +0000 (09:47 +0000)]
    * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
        (emit_block_move): Split out subroutines.
        (emit_block_move_via_movstr): New.
        (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
        (emit_block_move_libcall_fn): New.  Construct function prototype for
        bcopy as well.
        (clear_storage): Split out subroutines.
        (clear_storage_via_clrstr): New.
        (clear_storage_via_libcall): New. Emit bzero as a normal call also.
        (clear_storage_libcall_fn): New.  Construct function prototype for
        bzero as well.
        (emit_push_insn): Use emit_block_move.
        (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
        (store_constructor): Likewise.

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

21 years ago2002-08-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 20 Aug 2002 07:32:10 +0000 (07:32 +0000)]
2002-08-19  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libtool_VERSION): Update to 5:1:0.
* configure: Regenerate.

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

21 years agoDaily bump.
gccadmin [Tue, 20 Aug 2002 07:17:52 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago 2002-08-19 Ziemowit Laski <zlaski@apple.com>
zlaski [Tue, 20 Aug 2002 01:51:13 +0000 (01:51 +0000)]
 2002-08-19  Ziemowit Laski  <zlaski@apple.com>

       * objc/objc-act.c (building_objc_message_expr): Rename to
       current_objc_message_selector.

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

21 years ago2002-08-20 Michael Koch <konqueror@gmx.de>
bryce [Tue, 20 Aug 2002 01:33:15 +0000 (01:33 +0000)]
2002-08-20  Michael Koch  <konqueror@gmx.de>

* java/net/URISyntaxException.java: New file.
* java/net/SocketTimeoutException.java: New file.
* java/net/PortUnreachableException.java: New file.
* Makefile.am: Updated.
* Makefile.in: Rebuilt.

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

21 years ago[gcc]
zlaski [Tue, 20 Aug 2002 01:27:39 +0000 (01:27 +0000)]
[gcc]
2002-08-19  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (build_ivar_chain): Remove.
        (objc_copy_list): Likewise.
        (get_class_ivars): Inline call to removed build_ivar_chain
        function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
        slot; use that slot (rather than CLASS_IVARS) when accessing
        ivars for base classes.  Call copy_list and chainon instead of
        objc_copy_list.
        (build_private_template): Call get_class_ivars instead of
        build_ivar_chain.
        (start_class): Allocate room for the CLASS_OWN_IVARS slot.
        (continue_class): Call get_class_ivars instead of
        build_ivar_chain.
        (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
        of DECL_BIT_FIELD (which may have been cleared).
        * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.

[gcc/testsuite]
2002-08-19  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/bitfield-1.m: New test.
        * objc.dg/bitfield-2.m: New test.

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

21 years ago * genautomata.c (output_translate_vect, output_state_ainsn_table,
ghazi [Tue, 20 Aug 2002 00:55:22 +0000 (00:55 +0000)]
* genautomata.c (output_translate_vect, output_state_ainsn_table,
output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
in output file.
(output_internal_min_issue_delay_func): Initialize variable in
output file.

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