OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago2003-05-27 Jonathan Wakely <redi@gcc.gnu.org>
redi [Tue, 27 May 2003 13:29:39 +0000 (13:29 +0000)]
2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>

* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.

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

20 years ago * gcc_release (build_diffs): Add diagnostics in case we cannot
gerald [Tue, 27 May 2003 13:26:23 +0000 (13:26 +0000)]
* gcc_release (build_diffs): Add diagnostics in case we cannot
generate a specific diff file.

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

20 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 27 May 2003 06:34:29 +0000 (06:34 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java
(FILTERED): Merged documentation from classpath.
* java/util/zip/DeflaterOutputStream.java
(DeflaterOutputStream): Merged documentation and argument validity
check from classpath.
(deflate): Merged documentation from classpath.
(finish): Likewise.
* java/util/zip/Inflater.java
(Inflater): Merged class documentation from classpath.
(zstream): Reordered.
(is_finished): Reordered.
(dict_needed): Reordered.
(Inflater): Reordered, merged documentation from classpath.
(end): Likewise.
(finalize): Merged documentation from classpath.
(finished): Likewise.
(getAdler): Likewise.
(getRemaining): Likewise.
(getTotalIn): Likewise.
(getTotalOut): Likewise.
(inflate): Likewise.
(needsDictionary): Likewise.
(needsInput): Likewise.
(reset): Likewise.
(setDictionary): Likewise.
(setInput): Likewise.

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

20 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 27 May 2003 06:17:57 +0000 (06:17 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/net/URLConnection.java
(getHeaderFieldInt): Merged with classpath.

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

20 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 27 May 2003 06:04:28 +0000 (06:04 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/io/PrintStream.java
(PrintStream): Reformatted.
(PrintStream): New method, merged from classpath.
(write): Reformatted.

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

20 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 27 May 2003 06:03:14 +0000 (06:03 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/lang/System.java:
Explicitely import needed classes.

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

20 years ago2003-05-27 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Tue, 27 May 2003 05:07:58 +0000 (05:07 +0000)]
2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)

PR fortran/10843
* g77.dg/ffixed-form-1.f: New test
* g77.dg/ffixed-form-2.f: New test
* g77.dg/ffree-form-2.f: New test - XFAIL pending fix
* g77.dg/ffree-form-3.f: New test

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

20 years agoDaily bump.
gccadmin [Tue, 27 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago2003-05-26 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Mon, 26 May 2003 18:10:20 +0000 (18:10 +0000)]
2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
        * gcc.dg/wint_t-1.c: Likewise.

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

20 years ago2003-05-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 26 May 2003 14:54:42 +0000 (14:54 +0000)]
2003-05-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/9339
* include/std/std_fstream.h (basic_filebuf::_M_overflow): Remove.
(_M_pback): No array necessary.
* include/bits/fstream.tcc (basic_filebuf::_M_overflow): Add
unbuffered case, coalesec into ...
(basic_filebuf::overflow): ...this.
* testsuite/27_io/basic_filebuf/sputn/char/9339.cc: New.
* testsuite/27_io/basic_filebuf/sputc/char/2.cc: Unbuffered.

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

20 years ago2003-05-26 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 26 May 2003 12:58:02 +0000 (12:58 +0000)]
2003-05-26  Michael Koch  <konqueror@gmx.de>

* java/net/NetPermission.java,
java/net/NetworkInterface.java,
java/net/PasswordAuthentication.java,
java/net/SocketPermission.java:
New versions from classpath.

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

20 years agoDaily bump.
gccadmin [Mon, 26 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * diagnostic.h (output_verbatim, verbatim): Remove printf
gdr [Sun, 25 May 2003 20:36:30 +0000 (20:36 +0000)]
* diagnostic.h (output_verbatim, verbatim):  Remove  printf
attribute.

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

20 years ago * doc/contrib.texi (Contributors): Update Kean Johnston.
gerald [Sun, 25 May 2003 18:48:45 +0000 (18:48 +0000)]
* doc/contrib.texi (Contributors): Update Kean Johnston.

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

20 years ago * parser.c (cp_parser_explicit_instantiation): Restore old
lerdsuwa [Sun, 25 May 2003 12:59:22 +0000 (12:59 +0000)]
* parser.c (cp_parser_explicit_instantiation): Restore old
access before template instantiation.

* g++.dg/template/access11.C: New test.

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

20 years ago2003-05-25 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 25 May 2003 11:40:19 +0000 (11:40 +0000)]
2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/io/PushbackInputStream.java,
java/net/Authenticator.java,
java/net/ContentHandler.java,
java/net/ContentHandlerFactory.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/DatagramSocketImplFactory.java,
java/net/FileNameMap.java,
java/net/SocketImplFactory.java,
java/net/SocketOptions.java,
java/net/URLStreamHandlerFactory.java:
Merged new versions from classpath.

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

20 years ago2003-05-25 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 25 May 2003 11:24:27 +0000 (11:24 +0000)]
2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/awt/Checkbox.java,
java/awt/Dialog.java,
java/awt/Font.java,
java/awt/Frame.java,
java/awt/ScrollPaneAdjustable.java,
java/awt/Scrollbar.java,
java/awt/Window.java:
New versions from classpath.

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

20 years ago PR c++/10849
lerdsuwa [Sun, 25 May 2003 10:34:51 +0000 (10:34 +0000)]
PR c++/10849
* g++.dg/template/access10.C: New test.

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

20 years ago * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
dje [Sun, 25 May 2003 04:18:06 +0000 (04:18 +0000)]
    * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.

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

20 years agoDaily bump.
gccadmin [Sun, 25 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config/rs6000/440.md, config/stormy16/stormy16protos.h,
neroden [Sat, 24 May 2003 16:54:04 +0000 (16:54 +0000)]
* config/rs6000/440.md, config/stormy16/stormy16protos.h,
config/stormy16/stormy16.c, config/stormy16/stormy16.md:
Replace "GNU CC" with "GCC".

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

20 years ago2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Sat, 24 May 2003 16:22:03 +0000 (16:22 +0000)]
2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>

* libsupc++/Makefile.am, libsupc++/cxxabi.h, libsupc++/del_op.cc,
libsupc++/del_opnt.cc, libsupc++/del_opv.cc, libsupc++/del_opvnt.cc,
libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc,
libsupc++/eh_catch.cc, libsupc++/eh_exception.cc,
libsupc++/eh_globals.cc, libsupc++/eh_personality.cc,
libsupc++/eh_term_handler.cc, libsupc++/eh_terminate.cc,
libsupc++/eh_throw.cc, libsupc++/eh_type.cc,
libsupc++/eh_unex_handler.cc, libsupc++/exception,
libsupc++/new, libsupc++/new_handler.cc, libsupc++/new_op.cc,
libsupc++/new_opnt.cc, libsupc++/new_opv.cc, libsupc++/new_opvnt.cc,
libsupc++/pure.cc, libsupc++/tinfo.cc, libsupc++/tinfo2.cc,
libsupc++/typeinfo, libsupc++/unwind-cxx.h, libsupc++/vec.cc:
Replace "GNU CC" with "GCC".

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

20 years ago * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
kraai [Sat, 24 May 2003 14:50:02 +0000 (14:50 +0000)]
* builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
intermediate computation.

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

20 years ago * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
ebotcazou [Sat, 24 May 2003 11:52:18 +0000 (11:52 +0000)]
* gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.

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

20 years agoAndreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 24 May 2003 06:04:35 +0000 (06:04 +0000)]
Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
        suppress for powerpc-*-darwin*.
        * gcc.dg/torture/builtin-noret-2.c: Likewise.

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

20 years ago2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 24 May 2003 05:58:15 +0000 (05:58 +0000)]
2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
        suppress option for powerpc-*-darwin*.

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

20 years ago * ChangeLog: Correct typo in my previous ChangeLog entry.
sayle [Sat, 24 May 2003 05:23:27 +0000 (05:23 +0000)]
* ChangeLog: Correct typo in my previous ChangeLog entry.

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

20 years ago * include/backward/new.h: Replace "GNU CC" with "GCC".
neroden [Sat, 24 May 2003 04:50:19 +0000 (04:50 +0000)]
* include/backward/new.h: Replace "GNU CC" with "GCC".

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

20 years agoDaily bump.
gccadmin [Sat, 24 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * gcc_release (build_sources): Only update ChangeLog files which
gerald [Fri, 23 May 2003 22:55:50 +0000 (22:55 +0000)]
* gcc_release (build_sources): Only update ChangeLog files which
do not yet contain the entry we are going to add.
Fix typo in added ChangeLog entries.

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

20 years ago2003-05-23 Eric Christopher <echristo@redhat.com>
echristo [Fri, 23 May 2003 22:19:16 +0000 (22:19 +0000)]
2003-05-23  Eric Christopher  <echristo@redhat.com>

        * config/mips/mips.md (clzsi, clzdi): New patterns.

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

20 years ago * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
geoffk [Fri, 23 May 2003 20:57:11 +0000 (20:57 +0000)]
* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
and ! TARGET_STRING cases.

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

20 years ago2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Fri, 23 May 2003 20:48:48 +0000 (20:48 +0000)]
2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* fixinc/Makefile.in: Correct description.
* fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
fixinc/genfixes: Replace "GNU CC" with "GCC".

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

20 years ago * builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
sayle [Fri, 23 May 2003 20:45:40 +0000 (20:45 +0000)]
* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
builtin functions (and their __builtin_* variants).
* builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
(expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
optimizing.

* doc/extend.texi: Document new tan and atan builtins, and
their float and long double variants.

* gcc.dg/builtins-1.c: Add tests for tan and atan.
* gcc.dg/builtins-4.c: Add test for fmod.

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

20 years agoFix typo.
mrs [Fri, 23 May 2003 20:42:41 +0000 (20:42 +0000)]
Fix typo.

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

20 years ago* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
thorpej [Fri, 23 May 2003 20:36:04 +0000 (20:36 +0000)]
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case.

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

20 years ago * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
neroden [Fri, 23 May 2003 20:25:39 +0000 (20:25 +0000)]
* hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
thr-win32.c, thr.c: Replace "GNU CC" with "GCC".

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

20 years ago * i386.c (ix86_reorg): Calls are also jumps.
hubicka [Fri, 23 May 2003 20:25:21 +0000 (20:25 +0000)]
* i386.c (ix86_reorg): Calls are also jumps.

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

20 years ago * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
amylaar [Fri, 23 May 2003 20:08:22 +0000 (20:08 +0000)]
* cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
note containing an EXPR_LIST, process all the arguments.

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

20 years ago2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Fri, 23 May 2003 20:04:58 +0000 (20:04 +0000)]
2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".

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

20 years ago * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
hubicka [Fri, 23 May 2003 19:43:34 +0000 (19:43 +0000)]
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
do not use assertion.

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

20 years ago * tlink.c (scan_linker_output): Add support for darwin linker, as it
mrs [Fri, 23 May 2003 18:23:13 +0000 (18:23 +0000)]
    * tlink.c (scan_linker_output): Add support for darwin linker, as it
        emits unresolved symbols one per line, consuming the entire line.

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

20 years ago2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
zack [Fri, 23 May 2003 18:19:21 +0000 (18:19 +0000)]
2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
    Zack Weinberg <zack@codesourcery.com>

* explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
* config/m68k/m68k.c (m68k_output_function_prologue):
Remove code under #if NEED_PROBE.
* config/m68k/m68k.h: Don't define NEED_PROBE.
* config/m68k/m68k.md: Remove "probe" insn.
* doc/md.texi: Remove documentation of "probe" pattern.

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

20 years ago * win32-host.c: Normalize copyright boilerplate.
neroden [Fri, 23 May 2003 18:18:49 +0000 (18:18 +0000)]
* win32-host.c: Normalize copyright boilerplate.

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

20 years ago * exgettext: Add "This file is part of GCC".
neroden [Fri, 23 May 2003 17:52:54 +0000 (17:52 +0000)]
* exgettext: Add "This file is part of GCC".

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

20 years ago * exgettext: Replace "GNU CC" and "this program" with "GCC" in
neroden [Fri, 23 May 2003 17:47:54 +0000 (17:47 +0000)]
* exgettext: Replace "GNU CC" and "this program" with "GCC" in
copyright boilerplate.

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

20 years ago * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
neroden [Fri, 23 May 2003 16:20:44 +0000 (16:20 +0000)]
* analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
to GCC.

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

20 years ago PR c++/10682
lerdsuwa [Fri, 23 May 2003 15:01:45 +0000 (15:01 +0000)]
PR c++/10682
* pt.c (instantiate_class_template): Use DECL_ARTIFICIAL to
check for implicitly created typedef to an enum.

* g++.dg/template/instantiate4.C: New test.

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

20 years ago2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
dje [Fri, 23 May 2003 14:47:34 +0000 (14:47 +0000)]
2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>

        * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.

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

20 years ago * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
ebotcazou [Fri, 23 May 2003 05:41:21 +0000 (05:41 +0000)]
* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.

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

20 years ago * real.c (real_maxval): New function to return the largest finite
sayle [Fri, 23 May 2003 03:46:53 +0000 (03:46 +0000)]
* real.c (real_maxval): New function to return the largest finite
value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
* real.h (real_maxval): Prototype here.
* fold-const.c (fold_inf_compare): Transform comparisons against
+-Infinity into comparisons against DBL_MAX (or equivalent).

* gcc.c-torture/execute/ieee/inf-2.c: New test case.

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

20 years agoPR libgcj/10838:
jsturm [Fri, 23 May 2003 03:15:36 +0000 (03:15 +0000)]
PR libgcj/10838:
* java/io/ObjectInputStream (enableResolveObject):
Fixed spelling of permission name.

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

20 years ago2003-05-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 23 May 2003 02:31:07 +0000 (02:31 +0000)]
2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/3066.
* configure.in: Switch target to host, don't assume newlib.
(target_alias): Remove.
* configure: Regenerate.
* acinclude.m4: Same.
* aclocal.m4: Regenerate.
* configure.target: Same. Rename to...
* configure.host: This.

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

20 years agoFix a loose end of a sentence in the way rth suggested.
bangerth [Fri, 23 May 2003 01:24:00 +0000 (01:24 +0000)]
Fix a loose end of a sentence in the way rth suggested.

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

20 years agoFinish correcting inadvertent checkin.
kenner [Fri, 23 May 2003 00:38:32 +0000 (00:38 +0000)]
Finish correcting inadvertent checkin.

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

20 years agoDaily bump.
gccadmin [Fri, 23 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years agoRemove hunk commited in error.
kenner [Fri, 23 May 2003 00:13:04 +0000 (00:13 +0000)]
Remove hunk commited in error.

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

20 years ago2003-05-22 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 22 May 2003 22:16:41 +0000 (22:16 +0000)]
2003-05-22  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_fstream.h (_S_pback_size): Remove definition.
(_M_create_pback(), _M_destroy_pback()): Simplify for a single-char
pback buffer.
* include/bits/fstream.tcc (_S_pback_size): Remove declaration.
* testsuite/27_io/basic_filebuf/3.cc: Remove explicit instantiation
of _S_pback_size for systems with no COMDAT or weak support.
* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
* testsuite/27_io/basic_filebuf/underflow/10096.cc: Likewise.
* testsuite/27_io/basic_fstream/3.cc: Likewise.
* testsuite/27_io/basic_ifstream/3.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Likewise.
* testsuite/27_io/basic_ofstream/3.cc: Likewise.
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Likewise.
* testsuite/27_io/basic_streambuf/3.cc: Likewise.

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

20 years ago * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
mrs [Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)]
* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
default.

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

20 years ago* calls.c (expand_call): If the arg block is going to grow
dj [Thu, 22 May 2003 20:54:43 +0000 (20:54 +0000)]
* calls.c (expand_call): If the arg block is going to grow
downward, we need argblock to point to the top of the block,
not the bottom.

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

20 years ago * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
kenner [Thu, 22 May 2003 20:31:46 +0000 (20:31 +0000)]
* expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.

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

20 years ago2003-05-22 Bud Davis <bdavis9659@comcast.net>
toon [Thu, 22 May 2003 19:49:01 +0000 (19:49 +0000)]
2003-05-22  Bud Davis  <bdavis9659@comcast.net>

* com.c (ffecom_sym_transform_): Error out on unallocatable
storage after type is set.

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

20 years ago * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
kenner [Thu, 22 May 2003 19:39:13 +0000 (19:39 +0000)]
* c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.

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

20 years ago2003-05-22 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 22 May 2003 18:44:02 +0000 (18:44 +0000)]
2003-05-22  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/fstream.tcc (_M_underflow): simplify:
!__testout implies _M_filepos == _M_in_end, therefore
the first _M_file.seekoff call is never issued.

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

20 years ago * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
ghazi [Thu, 22 May 2003 17:54:20 +0000 (17:54 +0000)]
* m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
* m68k.c: Likewise.
* m68k.h: Likewise.

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

20 years ago2003-05-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 22 May 2003 17:04:13 +0000 (17:04 +0000)]
2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Sort cross table.
* configure: Regenerate.

2003-05-22  Brad Spencer  <spencer@infointeractive.com>

* configure.in: Add Solaris cross bits.

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

20 years ago PR other/2873
zack [Thu, 22 May 2003 17:03:57 +0000 (17:03 +0000)]
PR other/2873
* fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
expressions to prevent triggering on recent curses.h,
linux/nls.h, or X11/Xlib.h.
(stdio_va_list): Add _G_va_list to bypass pattern.
(strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
* fixinc/fixincl.x: Regenerate.

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

20 years ago * gnat_rm.texi : Remove reference to Ada Core Technologies.
bosch [Thu, 22 May 2003 16:25:58 +0000 (16:25 +0000)]
* gnat_rm.texi : Remove reference to Ada Core Technologies.

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

20 years ago2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
amylaar [Thu, 22 May 2003 12:20:53 +0000 (12:20 +0000)]
2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>

* gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
switches when --target-help option is specified.

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

20 years ago PR bootstrap/10805
ebotcazou [Thu, 22 May 2003 07:53:43 +0000 (07:53 +0000)]
PR bootstrap/10805
* doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
failure with Sun assembler 5.0 Alpha 03/27/98.

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

20 years agoTweak last commit, adjust ChangeLog to reflect complete delta.
ljrittle [Thu, 22 May 2003 06:30:50 +0000 (06:30 +0000)]
Tweak last commit, adjust ChangeLog to reflect complete delta.

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

20 years agoI'm sure Loren James Little meant 2003-05-21, not 2003-03-21. :-)
bje [Thu, 22 May 2003 06:24:37 +0000 (06:24 +0000)]
I'm sure Loren James Little meant 2003-05-21, not 2003-03-21.  :-)

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

20 years ago * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
ljrittle [Thu, 22 May 2003 03:59:19 +0000 (03:59 +0000)]
* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
-D__sparc__ to match system compiler convention.

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

20 years ago* configure.in: Use curly braces in the definition of tooldir.
dj [Thu, 22 May 2003 02:49:07 +0000 (02:49 +0000)]
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

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

20 years ago* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
dj [Thu, 22 May 2003 02:36:20 +0000 (02:36 +0000)]
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.

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

20 years agoDaily bump.
gccadmin [Thu, 22 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * init.c (build_vec_delete): Copy the address into a temporary
jason [Wed, 21 May 2003 23:27:50 +0000 (23:27 +0000)]
    * init.c (build_vec_delete): Copy the address into a temporary
        variable before calling build_vec_delete_1.
        * decl2.c (delete_sanity): Don't call stabilize_reference.

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

20 years ago2003-05-21 Janis Johnson <janis187@us.ibm.com>
janis [Wed, 21 May 2003 23:14:22 +0000 (23:14 +0000)]
2003-05-21  Janis Johnson <janis187@us.ibm.com>

* gcc.dg/compat/scalar-return-1_main.c: New file.
* gcc.dg/compat/scalar-return-1_x.c: New file.
* gcc.dg/compat/scalar-return-1_y.c: New file.
* gcc.dg/compat/scalar-return-2_main.c: New file.
* gcc.dg/compat/scalar-return-2_x.c: New file.
* gcc.dg/compat/scalar-return-2_y.c: New file.
* gcc.dg/compat/struct-return-3_main.c: New file.
* gcc.dg/compat/struct-return-3_y.c: New file.
* gcc.dg/compat/struct-return-3_x.c: New file.
* gcc.dg/compat/struct-return-2_main.c: New file.
* gcc.dg/compat/struct-return-2_x.c: New file.
* gcc.dg/compat/struct-return-2_y.c: New file.

(I thought I had committed these yesterday)

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

20 years ago * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero
dannysmith [Wed, 21 May 2003 22:16:08 +0000 (22:16 +0000)]
* gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero
value, not just if defined.

* libstdc++-v3/config/os/mingw32/os_defines.h (__GTHREAD_HIDE_WIN32API):
Define to 1 by defualt.
(NOMINMAX): Define.

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

20 years ago PR target/6428
danglin [Wed, 21 May 2003 22:00:58 +0000 (22:00 +0000)]
PR target/6428
* pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
option is used without `-static'.
* pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
* pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
* g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
for hppa*-hp-hpux*.
* gcc.dg/20021014-1.c (dg-options): Likewise.
* gcc.dg/nest.c (dg-options): Likewise.

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

20 years ago * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
bwilson [Wed, 21 May 2003 21:23:03 +0000 (21:23 +0000)]
    * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
        TARGET_SERIALIZE_VOLATILE): Delete.
        (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
        (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
        (TARGET_SWITCHES): Remove "-mserialize-volatile" and
        "-mno-serialize-volatile".
        * config/xtensa/xtensa.c (print_operand): Remove checks of
        TARGET_SERIALIZE_VOLATILE.
        * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
        * doc/invoke.texi (Option Summary, Xtensa Options): Remove
        "-mserialize-volatile" and "-mno-serialize-volatile" options.

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

20 years ago* Makefile.tpl: Add missing empty maybe-check-gcc target.
dj [Wed, 21 May 2003 21:10:32 +0000 (21:10 +0000)]
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.

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

20 years ago2003-05-21 Paolo Carlini <pcarlini@unitus.it>
paolo [Wed, 21 May 2003 20:22:25 +0000 (20:22 +0000)]
2003-05-21  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_fstream.h (_M_set_buffer): Fix indentation.

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

20 years ago * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
nathan [Wed, 21 May 2003 14:27:46 +0000 (14:27 +0000)]
* c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
(nested_function): Likewise.
(notype_nested_function): Likewise.
cp:
* pt.c (register_specialization): Update the decl's location,
if necessary.
(check_explicit_specialization): Likewise.

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

20 years agoUpdate overflow type for R_XSTORMY16_16 reloc.
nickc [Wed, 21 May 2003 13:53:04 +0000 (13:53 +0000)]
Update overflow type for R_XSTORMY16_16 reloc.

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

20 years ago2003-05-21 Jonathan Wakely <redi@gcc.gnu.org>
redi [Wed, 21 May 2003 12:18:45 +0000 (12:18 +0000)]
2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/faq/index.html: Fix typo.
* docs/html/faq/index.txt: Regenerate.

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

20 years ago2003-05-21 Jonathan Wakely <redi@gcc.gnu.org>
redi [Wed, 21 May 2003 12:15:18 +0000 (12:15 +0000)]
2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/test.html: Fix markup.

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

20 years agoremove conflict marker
nathan [Wed, 21 May 2003 11:14:22 +0000 (11:14 +0000)]
remove conflict marker

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

20 years ago * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
nathan [Wed, 21 May 2003 11:13:21 +0000 (11:13 +0000)]
* c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
* c-parse.in (reswords): Remove __bounded__ and __unbounded__.
(rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
* print-tree.c (print_node): Remove ambient-boundedness.
* tree.h (tree_common): Remove bounded_flag.
(BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
Remove.
(TYPE_QUALS): Remove BOUNDED.
(TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
(TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
VA_LIST_POINTER_DEPTH): Remove.
(struct tree_type): Remove pointer_depth.
treelang:
* treetree.c (reswords): Remove __bounded__, __unbounded__.

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

20 years ago * doc/invoke.texi (Option Summary, PowerPC Options): Document
dje [Wed, 21 May 2003 03:59:21 +0000 (03:59 +0000)]
    * doc/invoke.texi (Option Summary, PowerPC Options): Document
        new options.

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

20 years agogcc:
ghazi [Wed, 21 May 2003 01:39:38 +0000 (01:39 +0000)]
gcc:
* c-pretty-print.c (pp_c_integer_literal): Use
HOST_WIDE_INT_PRINT_DOUBLE_HEX.

cp:
* error.c (dump_expr): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.

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

20 years ago * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
sayle [Wed, 21 May 2003 01:16:33 +0000 (01:16 +0000)]
* gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
setcc and jump, if they exist.  If substituted instruction
fails to validate, store current effort in a REG_EQUAL note.
(cprop_insn): Don't attempt further substitutions if the
current instruction has been deleted.
(local_cprop_pass): Likewise.

* jump.c (redirect_jump):  Also update REG_EQUAL note, if
one is attached to the jump instruction.
(invert_jump): Delete REG_EQUAL note on jump, if one exists.

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

20 years ago * MAINTAINERS: Update my e-mail address.
ian [Wed, 21 May 2003 01:15:30 +0000 (01:15 +0000)]
* MAINTAINERS: Update my e-mail address.

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

20 years ago * libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by
dannysmith [Wed, 21 May 2003 00:51:24 +0000 (00:51 +0000)]
* libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by
zero.
Update copyright year.

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

20 years agoConcatenate one of the fprintf calls in the previous change.
ghazi [Wed, 21 May 2003 00:47:44 +0000 (00:47 +0000)]
Concatenate one of the fprintf calls in the previous change.

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

20 years ago PR c++/9738
dannysmith [Wed, 21 May 2003 00:33:27 +0000 (00:33 +0000)]
PR c++/9738

* config/i386/winnt.c (i386_pe_encode_section_info): Enable
even if not first.

* cp/decl.c (duplicate_decls): Re-invoke make_decl_rtl
if the old decl had instantiated DECL_RTL.
(Base on Richard Henderson 2003-05-13 patch to c-decl.c).

* testsuite/g++.dg/ext/dllimport2.C: New file.
* testsuite/g++.dg/ext/dllimport3.C: New file.

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

20 years agoDaily bump.
gccadmin [Wed, 21 May 2003 00:16:37 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * genautomata.c (output_description, output_automaton_units,
ghazi [Wed, 21 May 2003 00:01:24 +0000 (00:01 +0000)]
* genautomata.c (output_description, output_automaton_units,
output_state_arcs): Add missing specifiers.

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

20 years ago * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
bwilson [Tue, 20 May 2003 23:39:09 +0000 (23:39 +0000)]
* config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
(do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
(__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
(nsau): Rename to do_nsau.  Provide alternate version for use when
the NSAU instruction is available.
(__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
(__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
* config/xtensa/xtensa-config.h: Update comments to match binutils.
(XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
* config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
(TARGET_ABS, TARGET_ADDX): Define.
(TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
(TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
* config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
*subx8): Set predicate condition to TARGET_ADDX.
(abssi2): Set predicate condition to TARGET_ABS.
* doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
"-maddx", and "-mno-addx" options.
(Xtensa Options): Likewise.  Also tag some opcode names with @code.

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

20 years ago2003-05-20 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 20 May 2003 23:03:28 +0000 (23:03 +0000)]
2003-05-20  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/basic_filebuf/close/char/4.cc: Fix typo.

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