platform/upstream/gcc.git
21 years ago* toplev.c (do_abort): Fix a comment typo.
Kazu Hirata [Thu, 12 Sep 2002 18:06:31 +0000 (18:06 +0000)]
* toplev.c (do_abort): Fix a comment typo.

From-SVN: r57077

21 years agocselib.c: Fix comment formatting.
Kazu Hirata [Thu, 12 Sep 2002 17:31:41 +0000 (17:31 +0000)]
cselib.c: Fix comment formatting.

* cselib.c: Fix comment formatting.
* gengtype.c: Likewise.

From-SVN: r57076

21 years agoSmall cleanups of nil_method in sendmsg.c
Nicola Pero [Thu, 12 Sep 2002 17:30:45 +0000 (17:30 +0000)]
Small cleanups of nil_method in sendmsg.c

From-SVN: r57075

21 years agoTidied up the declaration and usage of nil_method
Nicola Pero [Thu, 12 Sep 2002 17:29:58 +0000 (17:29 +0000)]
Tidied up the declaration and usage of nil_method

From-SVN: r57074

21 years agoAdded long comments on why nil_method takes the arguments it takes and how
Nicola Pero [Thu, 12 Sep 2002 17:29:26 +0000 (17:29 +0000)]
Added long comments on why nil_method takes the arguments it takes and how
it's going to be used

From-SVN: r57073

21 years agoAdded comments to the definition of IMP
Nicola Pero [Thu, 12 Sep 2002 17:28:47 +0000 (17:28 +0000)]
Added comments to the definition of IMP

From-SVN: r57072

21 years agoh8300.md (udivmodqi4): Do not use an expander.
Kazu Hirata [Thu, 12 Sep 2002 17:15:30 +0000 (17:15 +0000)]
h8300.md (udivmodqi4): Do not use an expander.

* config/h8300/h8300.md (udivmodqi4): Do not use an expander.
(udivmodhi4): Likewise.

From-SVN: r57071

21 years agoi386.c (any_fp_register_operand, [...]): New predicate functions.
Graham Stott [Thu, 12 Sep 2002 16:33:37 +0000 (16:33 +0000)]
i386.c (any_fp_register_operand, [...]): New predicate functions.

2002-09-12  Graham Stott  <graham.stott@btinternet.com>
            Roger Sayle  <roger@eyesopen.com>

* i386.c (any_fp_register_operand, fp_register_operand,
register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
New predicate functions.
* i386-protos.h:  Add their prototypes.
* i386.h: Add them to PREDICATE_CODES.
* i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
"*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
"*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
"*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
"*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
"*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
"*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
"*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
"*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
"*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
"*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
Use these new predicates to simplify and correct the use of
FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.

Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r57068

21 years agodiagnostic.c (output_add_identifier): New fn.
Jason Merrill [Thu, 12 Sep 2002 14:23:42 +0000 (10:23 -0400)]
diagnostic.c (output_add_identifier): New fn.

        * diagnostic.c (output_add_identifier): New fn.
        * diagnostic.h: Declare it.

From-SVN: r57066

21 years agocalls.c (store_one_arg): Use size_in_bytes to determine the amount of space to push.
Jason Merrill [Thu, 12 Sep 2002 14:00:21 +0000 (10:00 -0400)]
calls.c (store_one_arg): Use size_in_bytes to determine the amount of space to push.

        * calls.c (store_one_arg): Use size_in_bytes to determine the
        amount of space to push.

From-SVN: r57064

21 years ago* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
Jakub Jelinek [Thu, 12 Sep 2002 13:40:01 +0000 (15:40 +0200)]
* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.

From-SVN: r57061

21 years agos390-modes.def (CCAPmode, CCANmode): New CC modes.
Ulrich Weigand [Thu, 12 Sep 2002 12:37:17 +0000 (12:37 +0000)]
s390-modes.def (CCAPmode, CCANmode): New CC modes.

* config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
* config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
(s390_select_ccmode): Likewise.
(s390_branch_condition_mask): Likewise.
(optimization_options): Do not set flag_branch_on_count.
(s390_split_branches): Handle doloop branches.
(s390_chunkify_pool): Likewise.
* config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
("doloop_end"): New expander.
("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
associated splitters): New.

From-SVN: r57060

21 years agoDaily bump.
GCC Administrator [Thu, 12 Sep 2002 07:17:11 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r57056

21 years agofold-const.c (make_range): Only narrow to signed range if the signed range is smaller...
Hartmut Penner [Thu, 12 Sep 2002 06:49:26 +0000 (06:49 +0000)]
fold-const.c (make_range): Only narrow to signed range if the signed range is smaller than the unsigned range.

        * fold-const.c (make_range): Only narrow to signed range if
        the signed range is smaller than the unsigned range.

* gcc.c-torture/execute/20020911-1.c: New.

From-SVN: r57050

21 years ago2002-09-12 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 12 Sep 2002 06:35:51 +0000 (06:35 +0000)]
2002-09-12  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocketImpl.jav
(peekData): New method.
* java/net/PlainDatagramSocketImpl.java
(peekData): New method.
* java/net/natPlainDatagramSocketImpl.cc
(peekData): New method.
* java/net/URLConnection
(getPermission): New method.
(addRequestProperty): New method.
(getRequestProperties): New method.
(guessContentTypeFromStream): New method, not really implemented.
(URLConnection): Added/updated documentation.
(connect): Added/updated documentation.
(getURL): Added/updated documentation.
(getContentLength): Added/updated documentation.
(getContentType: Added/updated documentation.
(getContentEncoding): Added/updated documentation.
(getExpiration): Added/updated documentation.
(getDate): Added/updated documentation.
(getLastModified): Added/updated documentation.
(getHeaderField): Added/updated documentation.
(getHeaderFields): Added/updated documentation.
(getHeaderFieldInt): Added/updated documentation.
(getHeaderFieldDate): Added/updated documentation.
(getHeaderFieldKey): Added/updated documentation.
(getContent): Added/updated documentation.
(getInputStream): Added/updated documentation.
(getOutputStream): Added/updated documentation.
(toString): Added/updated documentation.
(setDoInput): Added/updated documentation.
(getDoInput): Added/updated documentation.
(setDoOutput): Added/updated documentation.
(getDoOutput): Added/updated documentation.
(setAllowUserInteraction): Added/updated documentation.
(getAllowUserInteraction): Added/updated documentation.
(setDefaultAllowUserInteraction): Added/updated documentation.
(getDefaultAllowUserInteraction): Added/updated documentation.
(setUseCaches): Added/updated documentation.
(getUseCaches): Added/updated documentation.
(setIfModifiedSince): Added/updated documentation.
(getIfModifiedSince): Added/updated documentation.
(getDefaultUseCaches): Added/updated documentation.
(setDefaultUseCaches): Added/updated documentation.
(setRequestProperty): Added/updated documentation.
(getRequestProperty): Added/updated documentation.
(setDefaultRequestProperty): Added/updated documentation.
(getDefaultRequestProperty): Added/updated documentation.
(setContentHandlerFactory): Added/updated documentation.

From-SVN: r57049

21 years agoemit-rtl.c (set_mem_size): New function.
Alan Modra [Thu, 12 Sep 2002 02:14:26 +0000 (02:14 +0000)]
emit-rtl.c (set_mem_size): New function.

* emit-rtl.c (set_mem_size): New function.
* expr.h (set_mem_size): Declare.
* config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
(expand_block_move): Instead, use adjust_address and
replace_equiv_address to generate proper aliasing info.
Move common code out of conditionals.  Localize vars.

From-SVN: r57047

21 years agooptabs.c (expand_binop): Minor cleanup.
Eric Botcazou [Thu, 12 Sep 2002 01:29:21 +0000 (18:29 -0700)]
optabs.c (expand_binop): Minor cleanup.

        * optabs.c (expand_binop): Minor cleanup.
        (expand_twoval_binop): Convert CONST_INTs like in expand_binop.

From-SVN: r57046

21 years ago* print-tree.c (print_node): Print the restrict qualifier.
Dan Nicolaescu [Thu, 12 Sep 2002 00:55:21 +0000 (00:55 +0000)]
* print-tree.c (print_node): Print the restrict qualifier.

From-SVN: r57045

21 years ago* splay-tree.c (splay_tree_successor): Fix comments.
Mike Stump [Thu, 12 Sep 2002 00:51:25 +0000 (00:51 +0000)]
* splay-tree.c (splay_tree_successor): Fix comments.

From-SVN: r57044

21 years agoMakefile.in: Rebuilt.
Tom Tromey [Thu, 12 Sep 2002 00:40:12 +0000 (00:40 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (TEXINFO_TEX): New macro.
(info_TEXINFOS): Likewise.
(fastjar_TEXINFOS): Likewise.
(man_MANS): Likewise.
(EXTRA_DIST): Likewise.
(my_makei_flags): Likewise.
(fastjar.info): New rule.
(fastjar_TEXINFOS): Don't mention `$(srcdir)'.
(TEXINFO_TEX): Likewise.
(AUTOMAKE_OPTIONS): Added `cygnus'.

From-SVN: r57043

21 years agoinstall.texi: Fix typos.
Janis Johnson [Wed, 11 Sep 2002 22:10:10 +0000 (22:10 +0000)]
install.texi: Fix typos.

2002-09-11  Janis Johnson  <janis187@us.ibm.com>

* doc/install.texi: Fix typos.

From-SVN: r57041

21 years agoFix typo in last commit
Zack Weinberg [Wed, 11 Sep 2002 20:06:45 +0000 (20:06 +0000)]
Fix typo in last commit

From-SVN: r57038

21 years agoMakefile.in: Remove all references to s-under and underscore.c.
Zack Weinberg [Wed, 11 Sep 2002 19:58:02 +0000 (19:58 +0000)]
Makefile.in: Remove all references to s-under and underscore.c.

gcc:
* Makefile.in: Remove all references to s-under and underscore.c.
* collect2.c, tlink.c: Change all uses of prepends_underscore
to look directly at USER_LABEL_PREFIX.

gcc/cp:
* Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
* cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
minor adjustments (use version_string, eliminate yet another
duplicate of xmalloc)

libiberty:
* cplus-dem.c: Code code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
* testsuite/Makefile.in: Adjust for test-demangle.
* testsuite/regress-demangle: Deleted.
* testsuite/test-demangle.c: New file.
* testsuite/demangle-expected: Change \$ to $ throughout, now that
this file is not being read by a shell script.

From-SVN: r57037

21 years agoparse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant to the...
Per Bothner [Wed, 11 Sep 2002 19:53:14 +0000 (12:53 -0700)]
parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant to the type of the field.

2002-09-11  Per Bothner  <per@bothner.com>

* parse.y (fold_constant_for_init):  If a VAR_DECL, convert numerical
constant to the type of the field.
(java_complete_tree):  Remove now-redundant code.

* parse.y (fold_constant_for_init):  'null' is not a constant expr.

From-SVN: r57036

21 years agoFor PR java/5794:
Jesse Rosenstock [Wed, 11 Sep 2002 19:37:03 +0000 (19:37 +0000)]
For PR java/5794:

2002-09-03  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

For PR java/5794:
* verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the
return label if a ret instruction for the jsr has been reached.

From-SVN: r57035

21 years agors6000.c (rs6000_xcoff_asm_named_section): Append alignment to csect.
David Edelsohn [Wed, 11 Sep 2002 17:36:06 +0000 (17:36 +0000)]
rs6000.c (rs6000_xcoff_asm_named_section): Append alignment to csect.

* config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
alignment to csect.
(rs6000_xcoff_unique_section): Only set section name for public
data.
(rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
* config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
duplicate definition.

From-SVN: r57034

21 years ago2002-09-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 11 Sep 2002 10:16:00 +0000 (10:16 +0000)]
2002-09-11  Michael Koch  <konqueror@gmx.de>

* java/net/Socket.java
(Socket): protected to public (since JDK 1.4). Added @specnote.
(bind): New method.
(connect): Two new methods.
(getKeepalive): Get correct socket option.
(setKeepalive): Set correct socket option.
(getOOBInline): New method.
(setOOBInline): New method.
* java/net/ServerSocket.java
(bind): Two new methods.
(getInetAddress): Reimplemented, catch exception.
(getLocalSocketAddress): New method.
(setReuseAddress): New method.
(getReuseAdress): New method.
(setReceiveBufferSize): New method.
(getReceiveBufferSize): New method.
(toString): Made string JDK 1.4 compliant.

From-SVN: r57032

21 years agoDaily bump.
GCC Administrator [Wed, 11 Sep 2002 07:17:13 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r57028

21 years agoMakefile.am: Revert the previous patch.
Matthias Klose [Wed, 11 Sep 2002 05:49:48 +0000 (05:49 +0000)]
Makefile.am: Revert the previous patch.

2002-09-11  Matthias Klose  <doko@debian.org>

        * Makefile.am: Revert the previous patch.
        * Makefile.in: Regenerated.

From-SVN: r57022

21 years ago[multiple changes]
Benjamin Kosnik [Wed, 11 Sep 2002 04:25:41 +0000 (04:25 +0000)]
[multiple changes]

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

* include/bits/locale_facets.tcc (__convert_from_v): Remove.
* config/locale/gnu/c_locale.h (__convert_from_v): Add.
* config/locale/generic/c_locale.h (__convert_from_v): Add.

2002-09-11  Paolo Carlini  <pcarlini@unitus.it>

        * include/bits/locale_facets.tcc (__convert_from_v):
        Use __uselocale instead of setlocale for glibc 2.3+.

From-SVN: r57021

21 years agoMakefile.am (sources): Edit.
Benjamin Kosnik [Wed, 11 Sep 2002 03:36:45 +0000 (03:36 +0000)]
Makefile.am (sources): Edit.

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

* src/Makefile.am (sources): Edit.
(target_sources): New.
(target_sources_extra): New.
* src/Makefile.in: Regenerate.
* acinclude.m4: Set CCODECVT_CC.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* src/locale.cc: Move ctype definitions...
* src/ctype.cc: ...here. New file.
* src/locale.cc: Move codecvt definitions...
* src/codecvt.cc: ...here.
* config/generic/codecvt_members.cc: ...and here.
* config/gnu/codecvt_members.cc: ...and here.
* include/bits/codecvt.h: Tweak.
* include/bits/locale_facets: Tweak.

* src/bitset.cc: Correct license text.
* src/concept-inst.cc: Same.
* src/strstream.cc: Same.
* src/vterminate.cc: Same.

From-SVN: r57020

21 years agopa.md (extzv): Check predicates before emitting extzv_32.
John David Anglin [Wed, 11 Sep 2002 02:45:09 +0000 (02:45 +0000)]
pa.md (extzv): Check predicates before emitting extzv_32.

* pa.md (extzv): Check predicates before emitting extzv_32.
(insv): Likewise.

From-SVN: r57018

21 years agostl_vector.h (vector<>): Don't use a name with different meanings before and after...
Gabriel Dos Reis [Tue, 10 Sep 2002 23:19:10 +0000 (23:19 +0000)]
stl_vector.h (vector<>): Don't use a name with different meanings before and after re-evaluation in the...

2002-09-10  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>

* include/bits/stl_vector.h (vector<>): Don't use a name with
different meanings before and after re-evaluation in the completed
scope.
* include/bits/basic_string.h (basic_string<>): Likewise.
* include/bits/stl_bvector.h (vector<bool>): Likewise.
* include/bits/stl_deque.h (std): Likewise.
* include/bits/stl_list.h (list<>): Likewise.
* include/bits/stl_tree.h (_Rb_tree<>): Likewise.

From-SVN: r57014

21 years agofastjar.texi: New.
Matthias Klose [Tue, 10 Sep 2002 22:09:53 +0000 (22:09 +0000)]
fastjar.texi: New.

2002-09-10  Matthias Klose  <doko@debian.org>

        * fastjar.texi: New.
        * Makefile.am: Support building info docs and manpages.
        * Makefile.in: Regenerated.
        * configure.in: Set gcc_version.
        * configure: Regenerated.
        * jargrep.c: Update usage and help strings.

From-SVN: r57013

21 years agostruct-ret-1.c: Add prototype for exit function and correct usage.
John David Anglin [Tue, 10 Sep 2002 21:06:59 +0000 (21:06 +0000)]
struct-ret-1.c: Add prototype for exit function and correct usage.

* gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
usage.

From-SVN: r57012

21 years agocodecvt.h (class __codecvt_abstract_base): Add __c_locale type _M_c_locale_codecvt...
Paolo Carlini [Tue, 10 Sep 2002 19:35:04 +0000 (21:35 +0200)]
codecvt.h (class __codecvt_abstract_base): Add __c_locale type _M_c_locale_codecvt member.

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

* include/bits/codecvt.h (class __codecvt_abstract_base):
Add __c_locale type _M_c_locale_codecvt member.
(class codecvt<char, char, mbstate_t>,
class codecvt<wchar_t, char, mbstate_t>): Add new
codecvt(__c_locale, size_t) constructor.
(codecvt_byname::codecvt_byname): Update.
* src/codecvt.cc (class codecvt<char, char, mbstate_t>,
class codecvt<wchar_t, char, mbstate_t>): Update codecvt(size_t)
constructor and ~codecvt() destructor; define
codecvt(__c_locale, size_t) constructor.
(codecvt::do_out): Switch to _M_c_locale_codecvt around wcsrtombs call.
(codecvt::do_in): Ditto for mbsrtowcs call.
* src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
Tweak construction of codecvt facets.

From-SVN: r57011

21 years agos390.h (MOVE_MAX): Define to correct value.
Ulrich Weigand [Tue, 10 Sep 2002 18:46:06 +0000 (18:46 +0000)]
s390.h (MOVE_MAX): Define to correct value.

* config/s390/s390.h (MOVE_MAX): Define to correct value.
(MAX_MOVE_MAX): Define.
(MOVE_BY_PIECES_P): Define.
(CLEAR_BY_PIECES_P): Define.

From-SVN: r57010

21 years ago2002-09-10 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 10 Sep 2002 18:02:02 +0000 (18:02 +0000)]
2002-09-10  Michael Koch  <konqueror@gmx.de>

* java/net/SocketImpl.java
(connect): New method.
(supportsUrgentData): New method.
(sendUrgentData): New method.
* java/net/PlainSocketImpl.java
(connect): One new method and two new implementation.
(sendUrgentData): New method.
* java/natPlainSocketImpl.cc
(connect): Arguments changed, added support for timeouts.
(getOption): Another __java_boolean to jboolean.

From-SVN: r57009

21 years ago* config/avr/avr.md (movstrhi): Use right operands for conversion.
Denis Chertykov [Tue, 10 Sep 2002 15:53:14 +0000 (15:53 +0000)]
* config/avr/avr.md (movstrhi): Use right operands for conversion.

From-SVN: r57008

21 years ago* gcc.c-torture/compile/20020910-1.c: New test.
Richard Earnshaw [Tue, 10 Sep 2002 15:44:05 +0000 (15:44 +0000)]
* gcc.c-torture/compile/20020910-1.c: New test.

From-SVN: r57007

21 years agore PR c/7873 (arm-linux-gcc fails when assigning address to a bit field)
Richard Earnshaw [Tue, 10 Sep 2002 15:39:44 +0000 (15:39 +0000)]
re PR c/7873 (arm-linux-gcc fails when assigning address to a bit field)

PR c/7873
* arm.md (insv): Use reg_or_int_operand for operand[3].

From-SVN: r57006

21 years agors6000.c (rs6000_assemble_visibility): Protect declaration inside macro.
David Edelsohn [Tue, 10 Sep 2002 12:39:20 +0000 (12:39 +0000)]
rs6000.c (rs6000_assemble_visibility): Protect declaration inside macro.

        * rs6000.c (rs6000_assemble_visibility): Protect declaration
        inside macro.  Correct function definition typo.
        (rs6000_xcoff_section_type_flags): New function.
        (TARGET_SECTION_TYPE_FLAGS): Remove definition.
        (rs6000_elf_section_type_flags): Call default_section_type_flags_1
        with appropriate PIC test.
        (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
        determine readonly.
        (rs6000_binds_local_p): Combine PIC flags.
        * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
        * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.

From-SVN: r57005

21 years agoFix entry.
Andreas Jaeger [Tue, 10 Sep 2002 12:26:40 +0000 (14:26 +0200)]
Fix entry.

From-SVN: r57004

21 years ago20010915-1.c: Correct typo in abort call.
Frank Ch. Eigler [Tue, 10 Sep 2002 12:22:02 +0000 (12:22 +0000)]
20010915-1.c: Correct typo in abort call.

2002-09-10  Frank Ch. Eigler  <fche@redhat.com>

* gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.

From-SVN: r57003

21 years ago* approved by rth
Frank Ch. Eigler [Tue, 10 Sep 2002 12:21:34 +0000 (12:21 +0000)]
* approved by rth

2002-09-10  Frank Ch. Eigler  <fche@redhat.com>

* gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.

From-SVN: r57002

21 years agonil_method.c (nil_method): No longer varardic.
Jan Hubicka [Tue, 10 Sep 2002 12:14:38 +0000 (14:14 +0200)]
nil_method.c (nil_method): No longer varardic.

2002-09-10  Jan Hubicka  <jh@suse.cz>

* nil_method.c (nil_method): No longer varardic.

From-SVN: r57001

21 years agoDaily bump.
GCC Administrator [Tue, 10 Sep 2002 07:17:15 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r57000

21 years agoDaily bump.
GCC Administrator [Tue, 10 Sep 2002 07:17:14 +0000 (07:17 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r56999.3

21 years agoprint-tree.c (print_node): In a STRING_CST...
Per Bothner [Tue, 10 Sep 2002 07:02:28 +0000 (00:02 -0700)]
print-tree.c (print_node): In a STRING_CST...

* print-tree.c (print_node):  In a STRING_CST, escape non-ascii
characters, and only print TREE_STRING_LENGTH chars.

From-SVN: r56994

21 years ago* gcc.dg/20020312-2.c: Adjust for x86-64.
Andreas Jaeger [Tue, 10 Sep 2002 06:10:24 +0000 (08:10 +0200)]
* gcc.dg/20020312-2.c: Adjust for x86-64.

From-SVN: r56993

21 years agolocale_facets.tcc (__convert_from_v): Replace strdup with ISO malloc and strcpy.
Danny Smith [Tue, 10 Sep 2002 02:41:55 +0000 (02:41 +0000)]
locale_facets.tcc (__convert_from_v): Replace strdup with ISO malloc and strcpy.

* include/bits/locale_facets.tcc (__convert_from_v):
Replace strdup with ISO malloc and strcpy.

From-SVN: r56991

21 years agohpux.h (TARGET_HPUX_LD): New, define true.
Steve Ellcey [Mon, 9 Sep 2002 22:03:31 +0000 (22:03 +0000)]
hpux.h (TARGET_HPUX_LD): New, define true.

* config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
(ASM_FILE_END) New.
* config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
* config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
* config/ia64/ia64.c (ia64_asm_output_external): Create list
of external functions if TARGET_HPUX_LD is true.
(ia64_hpux_add_extern_decl): New, routine to put names on
list of external functions.
(ia64_hpux_asm_file_end): Put out declarations for external
functions if and only if they are used.

From-SVN: r56986

21 years agopa.md (exception_receiver, [...]): Add blockage on TARGET_64BIT before pic register...
John David Anglin [Mon, 9 Sep 2002 21:34:48 +0000 (21:34 +0000)]
pa.md (exception_receiver, [...]): Add blockage on TARGET_64BIT before pic register restore.

* pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
on TARGET_64BIT before pic register restore.

From-SVN: r56985

21 years agojartool.c (mkdir): Define.
Tom Tromey [Mon, 9 Sep 2002 21:19:16 +0000 (21:19 +0000)]
jartool.c (mkdir): Define.

* jartool.c (mkdir): Define.
* config.h.in: Rebuilt.
* aclocal.m4, configure: Rebuilt.
* acinclude.m4: New file.  Copied gcc_AC_COMPILE_CHECK_SIZEOF,
gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from
aclocal.m4.

From-SVN: r56983

21 years agoFix for recent treelang build failure due to changes to C.
Tim Josling [Mon, 9 Sep 2002 20:52:30 +0000 (20:52 +0000)]
Fix for recent treelang build failure due to changes to C.

From-SVN: r56981

21 years agore PR web/7596 (Broken links on g77 web page)
Gerald Pfeifer [Mon, 9 Sep 2002 20:37:09 +0000 (22:37 +0200)]
re PR web/7596 (Broken links on g77 web page)

Fix PR web/7596:
* ffe.texi (Front End): Fix broken links.
* bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
www.gnu.org for onlinedocs.
* news.texi (News): Ditto.

From-SVN: r56980

21 years agoconfigopts.html: Change grouping.
Benjamin Kosnik [Mon, 9 Sep 2002 20:26:42 +0000 (20:26 +0000)]
configopts.html: Change grouping.

2002-09-09  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/configopts.html: Change grouping. Note ABI impacts.
Update information for locale model defaults.
* docs/html/install.html: Update include directory
information.
Update testing information.
Update linux issues for named locales.
* docs/html/abi.txt: Fix typos.
Add more info.

* src/misc-inst.cc: Add missing instantiations.

* testsuite/abi_check.cc: Make output results more verbose.

* config/os/gnu-linux/ctype_base.h: Remove shadow headers injections.

From-SVN: r56979

21 years agotm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
David Edelsohn [Mon, 9 Sep 2002 20:04:32 +0000 (20:04 +0000)]
tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.

        * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
        (TARGET_HAVE_TLS): New description.

From-SVN: r56978

21 years agoextend.texi (Statement Exprs): Fix broken link.
Janis Johnson [Mon, 9 Sep 2002 18:26:40 +0000 (18:26 +0000)]
extend.texi (Statement Exprs): Fix broken link.

2002-09-09  Janis Johnson  <janis187@us.ibm.com>

* doc/extend.texi (Statement Exprs): Fix broken link.

From-SVN: r56976

21 years agoavr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of operands[1].
Denis Chertykov [Mon, 9 Sep 2002 18:20:45 +0000 (18:20 +0000)]
avr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of operands[1].

* config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
right conversion of operands[1].

From-SVN: r56975

21 years agos390.md ("*tmdi_reg", [...]): Do not mark as commutative.
Ulrich Weigand [Mon, 9 Sep 2002 18:02:01 +0000 (18:02 +0000)]
s390.md ("*tmdi_reg", [...]): Do not mark as commutative.

* config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
commutative.  Use "nonimmediate_operand" instead of "register_operand"
as predicate for operand 0.  Move to after the "*tmXX_mem" insns.

("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
as commutative.

("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
mark as commutative.  Use "nonimmediate_operand" instead of
"register_operand" as predicate for operand 1.

("movstrictsi"): Fix typo in insn name.

From-SVN: r56974

21 years agoparse.y (DIR_SEPARATOR): Don't define.
Ranjit Mathew [Mon, 9 Sep 2002 17:56:37 +0000 (17:56 +0000)]
parse.y (DIR_SEPARATOR): Don't define.

2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>

* parse.y (DIR_SEPARATOR): Don't define.
(check_class_interface_creation): Use IS_DIR_SEPARATOR.

From-SVN: r56973

21 years agoi386.c (index_register_operand): New.
Jan Hubicka [Mon, 9 Sep 2002 11:00:55 +0000 (13:00 +0200)]
i386.c (index_register_operand): New.

2002-09-09  Jan Hubicka  <jh@suse.cz>

* i386.c (index_register_operand): New.
* i386.h (predicate_codes): Add new predicate.
* i386.md (lea_general_*): Use index_regsiter_operand
(ashift to lea splitter): Do not produce invalid leas
(ashift to mov+ashift split): New.

From-SVN: r56970

21 years ago(output.h): Move after inclusion of tree.h. Fix folding marks.
Nick Clifton [Mon, 9 Sep 2002 10:58:52 +0000 (10:58 +0000)]
(output.h): Move after inclusion of tree.h.  Fix folding marks.

From-SVN: r56969

21 years agosh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
Toshiyasu Morita [Mon, 9 Sep 2002 08:10:46 +0000 (08:10 +0000)]
sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.

2002-09-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
            J"orn Rennecke <joern.rennecke@superh.com>

* sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.

Co-Authored-By: J"orn Rennecke <joern.rennecke@superh.com>
From-SVN: r56968

21 years agoDaily bump.
GCC Administrator [Mon, 9 Sep 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r56967

21 years agoDaily bump.
GCC Administrator [Mon, 9 Sep 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r56966.3

21 years agors6000.c (rs6000_binds_local_p): Return bool.
Alan Modra [Mon, 9 Sep 2002 02:25:42 +0000 (02:25 +0000)]
rs6000.c (rs6000_binds_local_p): Return bool.

* config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
(function_ok_for_sibcall): Use binds_local_p.  Respect longcall
attributes.

From-SVN: r56961

21 years ago* cp-tree.h (require_complete_eh_spec_types): Add prototype.
Kaveh R. Ghazi [Mon, 9 Sep 2002 01:53:23 +0000 (01:53 +0000)]
* cp-tree.h (require_complete_eh_spec_types): Add prototype.

From-SVN: r56960

21 years ago* fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
Kaveh R. Ghazi [Mon, 9 Sep 2002 01:51:45 +0000 (01:51 +0000)]
* fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.

From-SVN: r56959

21 years agodwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
Richard Henderson [Sun, 8 Sep 2002 18:36:54 +0000 (11:36 -0700)]
dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.

        * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
        (DW_OP_GNU_push_tls_address): New.
        (DW_OP_lo_user): Fix.
        * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
        (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
        (size_of_loc_descr): Likewise.
        (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
        (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
        (loc_descriptor_from_tree): Handle TLS variables.
        (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
        (add_location_or_const_value_attribute): ... not here.  Defer
        to loc_descriptor_from_tree for TLS variables.

        * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
        * config/i386/i386.c (i386_output_dwarf_dtprel): New.
        * config/i386/i386-protos.h: Update.

From-SVN: r56957

21 years agore PR rtl-optimization/6405 (Loop-unrolling related performance regressions)
Roger Sayle [Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)]
re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)

PR optimization/6405
* unroll.c (loop_iterations): last_loop_insn should be the previous
non-note instruction before loop->end.
* loop.c (strength_reduce): The conditional jump is the last
non-note instruction before loop->end (as above).

From-SVN: r56956

21 years agocombine.c (try_combine): Handle the case that undobuf.other_insn has been turned...
Roger Sayle [Sun, 8 Sep 2002 18:07:54 +0000 (18:07 +0000)]
combine.c (try_combine): Handle the case that undobuf.other_insn has been turned into a return or...

* combine.c (try_combine): Handle the case that undobuf.other_insn
has been turned into a return or unconditional jump, by inserting
a BARRIER if necessary.
(simplify_set):  Test if a condition code setter has a constant
comparison at compile time, if so convert this insn to a no-op move
and update/simplify the condition code user (undobuf.other_insn).

From-SVN: r56955

21 years agonetbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
Krister Walfridsson [Sun, 8 Sep 2002 16:06:18 +0000 (18:06 +0200)]
netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.

* config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
(CLEAR_INSN_CACHE): Define.

From-SVN: r56954

21 years agore PR fortran/7388 (Incorrect output with 0 based array of characters.)
Toon Moene [Sun, 8 Sep 2002 13:03:43 +0000 (15:03 +0200)]
re PR fortran/7388 (Incorrect output with 0 based array of characters.)

2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.dg/7388.f: New test case for PR 7388.

From-SVN: r56953

21 years agobasic-block.h: Fix comment formatting.
Kazu Hirata [Sun, 8 Sep 2002 12:47:27 +0000 (12:47 +0000)]
basic-block.h: Fix comment formatting.

* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.

From-SVN: r56952

21 years agoemit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.
Jan Hubicka [Sun, 8 Sep 2002 10:41:20 +0000 (12:41 +0200)]
emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.

2002-09-08  Jan Hubicka  <jh@suse.cz>

* emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
handling.

* loop.c (loop_gics_reduce):  Emit addition after.

From-SVN: r56950

21 years agogcc_release: Make snapshots come from the mainline.
Joseph Myers [Sun, 8 Sep 2002 09:34:55 +0000 (10:34 +0100)]
gcc_release: Make snapshots come from the mainline.

* gcc_release: Make snapshots come from the mainline.
* snapshot-README: Update.

From-SVN: r56949

21 years agovarasm.c (default_assemble_visibility): Rename from assemble_visibility.
Alan Modra [Sun, 8 Sep 2002 09:30:21 +0000 (09:30 +0000)]
varasm.c (default_assemble_visibility): Rename from assemble_visibility.

* varasm.c (default_assemble_visibility): Rename from
assemble_visibility.
* output.h: Here too.
* target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.

From-SVN: r56948

21 years agoreload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_address.
Alan Modra [Sun, 8 Sep 2002 08:57:24 +0000 (08:57 +0000)]
reload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_address.

* reload.c (find_reloads <p constraint>): Pass operand_mode to
find_reloads_address.

From-SVN: r56946

21 years agoh8300.md (udivmodqi4): Enable on H8/300.
Kazu Hirata [Sun, 8 Sep 2002 08:20:44 +0000 (08:20 +0000)]
h8300.md (udivmodqi4): Enable on H8/300.

* config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
(anonymous pattern): Likewise.

From-SVN: r56945

21 years agoDaily bump.
GCC Administrator [Sun, 8 Sep 2002 07:17:11 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r56944

21 years agoDaily bump.
GCC Administrator [Sun, 8 Sep 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r56943.3

21 years agore PR target/7374 (__builtin_fabsl broken on alpha)
Scott Snyder [Sun, 8 Sep 2002 05:22:53 +0000 (05:22 +0000)]
re PR target/7374 (__builtin_fabsl broken on alpha)

2002-09-07  Scott Snyder  <snyder@fnal.gov>

PR target/7374
* config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.

From-SVN: r56936

21 years ago* basic-block.h (struct loop): Remove unused cont_dominator field.
Roger Sayle [Sun, 8 Sep 2002 05:06:38 +0000 (05:06 +0000)]
* basic-block.h (struct loop): Remove unused cont_dominator field.

From-SVN: r56935

21 years agovarasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR.
Igor Shevlyakov [Sun, 8 Sep 2002 04:08:11 +0000 (04:08 +0000)]
varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR.

        * varasm.c (decode_rtx_const): Don't check undefined field for
CONST_VECTOR.

From-SVN: r56934

21 years agoMark PR.
Richard Henderson [Sun, 8 Sep 2002 03:45:44 +0000 (20:45 -0700)]
Mark PR.

From-SVN: r56932

21 years agosched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after...
Glen Nakamura [Sun, 8 Sep 2002 03:42:46 +0000 (03:42 +0000)]
sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after flushing the dependency lists to...

        * sched-deps.c (sched_analyze_insn): Make sure to add insn
        to reg_last->sets after flushing the dependency lists to guarantee
        that subsequent clobbers will be dependent on it.

From-SVN: r56929

21 years agocombine.c (simplify_shift_const): Calculate rotate count correctly for vector operands.
Igor Shevlyakov [Sun, 8 Sep 2002 03:34:16 +0000 (03:34 +0000)]
combine.c (simplify_shift_const): Calculate rotate count correctly for vector operands.

        * combine.c (simplify_shift_const): Calculate rotate count
        correctly for vector operands.

From-SVN: r56928

21 years agoc-typeck.c (c_tree_expr_nonnegative_p): New function.
Ansgar Esztermann [Sun, 8 Sep 2002 03:20:35 +0000 (20:20 -0700)]
c-typeck.c (c_tree_expr_nonnegative_p): New function.

        * c-typeck.c (c_tree_expr_nonnegative_p): New function.
(build_binary_op): Call c_tree_expr_nonnegative_p rather than
tree_expr_nonnegative_p.
(build_conditional_expr): Likewise.
        * c-tree.h (c_tree_expr_nonnegative_p): Declare.

        * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.

From-SVN: r56927

21 years agobuiltins.def (inf, inff, infl): Mark const.
Richard Henderson [Sun, 8 Sep 2002 03:16:46 +0000 (20:16 -0700)]
builtins.def (inf, inff, infl): Mark const.

        * builtins.def (inf, inff, infl): Mark const.
        (huge_val, huge_valf, huge_vall): Likewise.
        (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.

From-SVN: r56926

21 years ago* real.c (ereal_inf): Clear E before use.
Richard Henderson [Sun, 8 Sep 2002 02:17:26 +0000 (19:17 -0700)]
* real.c (ereal_inf): Clear E before use.

From-SVN: r56925

21 years agoNew tests.
Richard Henderson [Sun, 8 Sep 2002 02:15:27 +0000 (19:15 -0700)]
New tests.

From-SVN: r56924

21 years agoh8300.md (udivmodqi4): Split the pattern into an expander and an anonymous pattern.
Kazu Hirata [Sat, 7 Sep 2002 20:21:43 +0000 (20:21 +0000)]
h8300.md (udivmodqi4): Split the pattern into an expander and an anonymous pattern.

* config/h8300/h8300.md (udivmodqi4): Split the pattern into
an expander and an anonymous pattern.  Zero out the upper half
of the dividend in the expander.
(udivmodqi4): Likewise.

From-SVN: r56923

21 years agocom.c (ffe_type_for_mode): Handle long double.
Jan Hubicka [Sat, 7 Sep 2002 19:18:16 +0000 (21:18 +0200)]
com.c (ffe_type_for_mode): Handle long double.

2002-09-07  Jan Hubicka  <jh@suse.cz>

        * com.c (ffe_type_for_mode): Handle long double.

From-SVN: r56921

21 years agomessages_members.cc: Add specialization for messages<wchar_t>.
Jakub Jelinek [Sat, 7 Sep 2002 19:06:57 +0000 (21:06 +0200)]
messages_members.cc: Add specialization for messages<wchar_t>.

* config/locale/generic/messages_members.cc: Add specialization for
messages<wchar_t>.
* config/locale/ieee_1003.1-20021/messages_members.cc: Likewise.

From-SVN: r56920

21 years agonatPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS.
Adam Megacz [Sat, 7 Sep 2002 19:01:16 +0000 (19:01 +0000)]
natPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS.

2002-09-07  Adam Megacz <adam@xwt.org>

        * java/net/natPlainDatagramSocket.cc: include ws2tcpip.h for
        definition of IP_TOS.

From-SVN: r56918

21 years agoh8300.c: Fix formatting.
Kazu Hirata [Sat, 7 Sep 2002 14:14:55 +0000 (14:14 +0000)]
h8300.c: Fix formatting.

* config/h8300/h8300.c: Fix formatting.
* config/h8300/h8300.h: Likewise.
* config/h8300/h8300.md: Likewise.

From-SVN: r56917

21 years agocfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness information.
Zdenek Dvorak [Sat, 7 Sep 2002 14:02:55 +0000 (16:02 +0200)]
cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness information.

* cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
information.

From-SVN: r56916

21 years ago* rtlanal.c (dead_or_set_regno_p): Fix typo.
Graham Stott [Sat, 7 Sep 2002 09:59:16 +0000 (09:59 +0000)]
* rtlanal.c (dead_or_set_regno_p): Fix typo.

From-SVN: r56915