OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago2002-09-11 Matthias Klose <doko@debian.org>
doko [Wed, 11 Sep 2002 05:49:48 +0000 (05:49 +0000)]
2002-09-11  Matthias Klose  <doko@debian.org>

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

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

21 years ago2002-09-11 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 11 Sep 2002 04:25:41 +0000 (04:25 +0000)]
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+.

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

21 years ago2002-09-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 11 Sep 2002 03:36:45 +0000 (03:36 +0000)]
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.

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

21 years ago * pa.md (extzv): Check predicates before emitting extzv_32.
danglin [Wed, 11 Sep 2002 02:45:09 +0000 (02:45 +0000)]
* pa.md (extzv): Check predicates before emitting extzv_32.
(insv): Likewise.

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

21 years ago2002-09-10 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
gdr [Tue, 10 Sep 2002 23:19:10 +0000 (23:19 +0000)]
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.

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

21 years ago2002-09-10 Matthias Klose <doko@debian.org>
doko [Tue, 10 Sep 2002 22:09:53 +0000 (22:09 +0000)]
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.

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

21 years ago * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
danglin [Tue, 10 Sep 2002 21:06:59 +0000 (21:06 +0000)]
* gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
usage.

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

21 years ago2002-09-10 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 10 Sep 2002 19:35:04 +0000 (19:35 +0000)]
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.

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

21 years ago * config/s390/s390.h (MOVE_MAX): Define to correct value.
uweigand [Tue, 10 Sep 2002 18:46:06 +0000 (18:46 +0000)]
* config/s390/s390.h (MOVE_MAX): Define to correct value.
(MAX_MOVE_MAX): Define.
(MOVE_BY_PIECES_P): Define.
(CLEAR_BY_PIECES_P): Define.

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

21 years ago2002-09-10 Michael Koch <konqueror@gmx.de>
mkoch [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.

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

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

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

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

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

21 years agoPR c/7873
rearnsha [Tue, 10 Sep 2002 15:39:44 +0000 (15:39 +0000)]
PR c/7873
* arm.md (insv): Use reg_or_int_operand for operand[3].

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

21 years ago * rs6000.c (rs6000_assemble_visibility): Protect declaration
dje [Tue, 10 Sep 2002 12:39:20 +0000 (12:39 +0000)]
    * 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.

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

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

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

21 years ago2002-09-10 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 10 Sep 2002 12:22:02 +0000 (12:22 +0000)]
2002-09-10  Frank Ch. Eigler  <fche@redhat.com>

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

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

21 years ago* approved by rth
fche [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.

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

21 years ago2002-09-10 Jan Hubicka <jh@suse.cz>
aj [Tue, 10 Sep 2002 12:14:38 +0000 (12:14 +0000)]
2002-09-10  Jan Hubicka  <jh@suse.cz>

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

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

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

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

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

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

21 years ago * print-tree.c (print_node): In a STRING_CST, escape non-ascii
bothner [Tue, 10 Sep 2002 07:02:28 +0000 (07:02 +0000)]
* print-tree.c (print_node):  In a STRING_CST, escape non-ascii
characters, and only print TREE_STRING_LENGTH chars.

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

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

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

21 years ago * include/bits/locale_facets.tcc (__convert_from_v):
dannysmith [Tue, 10 Sep 2002 02:41:55 +0000 (02:41 +0000)]
* include/bits/locale_facets.tcc (__convert_from_v):
Replace strdup with ISO malloc and strcpy.

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

21 years ago * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
sje [Mon, 9 Sep 2002 22:03:31 +0000 (22:03 +0000)]
* 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.

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

21 years ago * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
danglin [Mon, 9 Sep 2002 21:34:48 +0000 (21:34 +0000)]
* pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
on TARGET_64BIT before pic register restore.

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

21 years ago * jartool.c (mkdir): Define.
tromey [Mon, 9 Sep 2002 21:19:16 +0000 (21:19 +0000)]
* 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.

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

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

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

21 years ago Fix PR web/7596:
gerald [Mon, 9 Sep 2002 20:37:09 +0000 (20:37 +0000)]
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.

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

21 years ago2002-09-09 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 9 Sep 2002 20:26:42 +0000 (20:26 +0000)]
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.

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

21 years ago * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
dje [Mon, 9 Sep 2002 20:04:32 +0000 (20:04 +0000)]
    * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
        (TARGET_HAVE_TLS): New description.

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

21 years ago2002-09-09 Janis Johnson <janis187@us.ibm.com>
janis [Mon, 9 Sep 2002 18:26:40 +0000 (18:26 +0000)]
2002-09-09  Janis Johnson  <janis187@us.ibm.com>

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

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

21 years ago * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
denisc [Mon, 9 Sep 2002 18:20:45 +0000 (18:20 +0000)]
* config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
right conversion of operands[1].

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

21 years ago * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
uweigand [Mon, 9 Sep 2002 18:02:01 +0000 (18:02 +0000)]
* 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.

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

21 years ago2002-09-09 Ranjit Mathew <rmathew@hotmail.com>
tromey [Mon, 9 Sep 2002 17:56:37 +0000 (17:56 +0000)]
2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>

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

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

21 years ago2002-09-09 Jan Hubicka <jh@suse.cz>
aj [Mon, 9 Sep 2002 11:00:55 +0000 (11:00 +0000)]
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.

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

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

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

21 years ago2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
amylaar [Mon, 9 Sep 2002 08:10:46 +0000 (08:10 +0000)]
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.

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

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

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

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

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

21 years ago * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
amodra [Mon, 9 Sep 2002 02:25:42 +0000 (02:25 +0000)]
* config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
(function_ok_for_sibcall): Use binds_local_p.  Respect longcall
attributes.

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

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

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

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

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

21 years ago * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
rth [Sun, 8 Sep 2002 18:36:54 +0000 (18:36 +0000)]
    * 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.

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

21 years ago PR optimization/6405
sayle [Sun, 8 Sep 2002 18:32:31 +0000 (18:32 +0000)]
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).

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

21 years ago * combine.c (try_combine): Handle the case that undobuf.other_insn
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 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).

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

21 years ago * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
kristerw [Sun, 8 Sep 2002 16:06:18 +0000 (16:06 +0000)]
* config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
(CLEAR_INSN_CACHE): Define.

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

21 years ago2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sun, 8 Sep 2002 13:03:43 +0000 (13:03 +0000)]
2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>

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

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

21 years ago * basic-block.h: Fix comment formatting.
kazu [Sun, 8 Sep 2002 12:47:27 +0000 (12:47 +0000)]
* 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.

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

21 years ago2002-09-08 Jan Hubicka <jh@suse.cz>
aj [Sun, 8 Sep 2002 10:41:20 +0000 (10:41 +0000)]
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.

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

21 years ago * gcc_release: Make snapshots come from the mainline.
jsm28 [Sun, 8 Sep 2002 09:34:55 +0000 (09:34 +0000)]
* gcc_release: Make snapshots come from the mainline.
* snapshot-README: Update.

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

21 years ago * varasm.c (default_assemble_visibility): Rename from
amodra [Sun, 8 Sep 2002 09:30:21 +0000 (09:30 +0000)]
* 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.

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

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

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

21 years ago * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
kazu [Sun, 8 Sep 2002 08:20:44 +0000 (08:20 +0000)]
* config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
(anonymous pattern): Likewise.

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

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

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

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

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

21 years ago2002-09-07 Scott Snyder <snyder@fnal.gov>
sayle [Sun, 8 Sep 2002 05:22:53 +0000 (05:22 +0000)]
2002-09-07  Scott Snyder  <snyder@fnal.gov>

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

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

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

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

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

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

21 years agoMark PR.
rth [Sun, 8 Sep 2002 03:45:44 +0000 (03:45 +0000)]
Mark PR.

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

21 years ago * sched-deps.c (sched_analyze_insn): Make sure to add insn
rth [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 guarantee
        that subsequent clobbers will be dependent on it.

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

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

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

21 years ago * c-typeck.c (c_tree_expr_nonnegative_p): New function.
rth [Sun, 8 Sep 2002 03:20:35 +0000 (03:20 +0000)]
    * 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.

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

21 years ago * builtins.def (inf, inff, infl): Mark const.
rth [Sun, 8 Sep 2002 03:16:46 +0000 (03:16 +0000)]
    * builtins.def (inf, inff, infl): Mark const.
        (huge_val, huge_valf, huge_vall): Likewise.
        (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.

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

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

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

21 years agoNew tests.
rth [Sun, 8 Sep 2002 02:15:27 +0000 (02:15 +0000)]
New tests.

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

21 years ago * config/h8300/h8300.md (udivmodqi4): Split the pattern into
kazu [Sat, 7 Sep 2002 20:21:43 +0000 (20:21 +0000)]
* 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.

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

21 years ago2002-09-07 Jan Hubicka <jh@suse.cz>
aj [Sat, 7 Sep 2002 19:18:16 +0000 (19:18 +0000)]
2002-09-07  Jan Hubicka  <jh@suse.cz>

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

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

21 years ago * config/locale/generic/messages_members.cc: Add specialization for
jakub [Sat, 7 Sep 2002 19:06:57 +0000 (19:06 +0000)]
* config/locale/generic/messages_members.cc: Add specialization for
messages<wchar_t>.
* config/locale/ieee_1003.1-20021/messages_members.cc: Likewise.

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

21 years ago2002-09-07 Adam Megacz <adam@xwt.org>
megacz [Sat, 7 Sep 2002 19:01:16 +0000 (19:01 +0000)]
2002-09-07  Adam Megacz <adam@xwt.org>

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

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

21 years ago * config/h8300/h8300.c: Fix formatting.
kazu [Sat, 7 Sep 2002 14:14:55 +0000 (14:14 +0000)]
* config/h8300/h8300.c: Fix formatting.
* config/h8300/h8300.h: Likewise.
* config/h8300/h8300.md: Likewise.

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

21 years ago * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
rakdver [Sat, 7 Sep 2002 14:02:55 +0000 (14:02 +0000)]
* cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
information.

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

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

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

21 years agoDaily bump.
gccadmin [Sat, 7 Sep 2002 07:17:37 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
amodra [Sat, 7 Sep 2002 00:37:49 +0000 (00:37 +0000)]
* config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.

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

21 years ago * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
amodra [Sat, 7 Sep 2002 00:19:27 +0000 (00:19 +0000)]
* doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
* target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
(TARGET_ASM_OUT): Add the above here.
* target.h (struct gcc_target): Add "visibility" field.
* varasm.c (maybe_assemble_visibility): Call targetm visibility func.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
(TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
(rs6000_legitimize_reload_address, first_reg_to_save): Formatting.

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

21 years ago[gcc/ChangeLog]
zlaski [Fri, 6 Sep 2002 23:32:13 +0000 (23:32 +0000)]
[gcc/ChangeLog]
2002-09-06  Ziemowit Laski <zlaski@apple.com>
        * c-lang.c (objc_is_id): New stub.
        * c-tree.h (objc_is_id): New forward declaration.
        * c-typeck.c (build_c_cast): Do not strip protocol
        qualifiers from 'id' type.
        * objc/objc-act.c (objc_comptypes): Correct handling
        of protocol qualifiers.
        (objc_is_id): New.

[gcc/testsuite/ChangeLog]
2002-09-05  Ziemowit Laski <zlaski@apple.com>

        * objc.dg/proto-lossage-1.m: New test.

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

21 years ago * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
kristerw [Fri, 6 Sep 2002 20:34:41 +0000 (20:34 +0000)]
* config/i386/i386.h (GOT_SYMBOL_NAME): Define.
* config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
(ix86_output_addr_diff_elt) Likewise.
(x86_output_mi_thunk) Likewise.
* config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.

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

21 years ago2002-09-06 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 6 Sep 2002 19:52:38 +0000 (19:52 +0000)]
2002-09-06  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/localefwd.h: Tweak formatting.
* docs/html/abi.txt: Add.

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

21 years ago * pentium.md (pentium-firstvboth): Fix typo.
law [Fri, 6 Sep 2002 19:07:48 +0000 (19:07 +0000)]
    * pentium.md (pentium-firstvboth): Fix typo.

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

21 years ago * configure.target: Use cpu_include_dir="config/cpu/sparc" for all
jakub [Fri, 6 Sep 2002 18:32:08 +0000 (18:32 +0000)]
* configure.target: Use cpu_include_dir="config/cpu/sparc" for all
sparc targets.
* config/cpu/sparc/bits/atomicity.h: New file.
* config/cpu/sparc/sparc32/bits/atomicity.h: Removed.
* config/cpu/sparc/sparc64/bits/atomicity.h: Removed.

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

21 years ago * configure.target: Use cpu_include_dir="config/cpu/sparc" for all
jakub [Fri, 6 Sep 2002 18:30:36 +0000 (18:30 +0000)]
* configure.target: Use cpu_include_dir="config/cpu/sparc" for all
sparc targets.
* config/cpu/sparc/atomicity.h: New file.
* config/cpu/sparc/sparc32/atomicity.h: Removed.
* config/cpu/sparc/sparc64/atomicity.h: Removed.

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

21 years ago * config/os/gnu-linux/ctype_noninline.h
jakub [Fri, 6 Sep 2002 17:58:27 +0000 (17:58 +0000)]
* config/os/gnu-linux/ctype_noninline.h
[_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*.
(ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return
_S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale
and return __ctype_b.
(ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not
_GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and
initialize using __ctype_{b,tolower,toupper}.
(ctype<char>::ctype(const mask*, bool, size_t)): If
_GLIBCPP_C_LOCALE_GNU, initialize using
_S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily
switch to "C" locale and initialize using __ctype_{b,tolower,toupper}.

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

21 years ago * gcc.dg/cpp/_Pragma4.c: Fix typo.
neil [Fri, 6 Sep 2002 16:38:36 +0000 (16:38 +0000)]
* gcc.dg/cpp/_Pragma4.c: Fix typo.

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

21 years ago * h8300.c (enum shift_alg): Move to earlier in h8300.c.
law [Fri, 6 Sep 2002 16:16:10 +0000 (16:16 +0000)]
    * h8300.c (enum shift_alg): Move to earlier in h8300.c.
        (enum shift_type, enum h8_cpu): Likewise.
        (INL, ROT, LOP, SPC macros): Likewise.
        (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
        const designator.
        (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
        space efficient algorithms when optimize for codesize.

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

21 years agoRemoved objc/formal-protocol-6.x as this testcase is now supposed to pass
nicola [Fri, 6 Sep 2002 15:50:34 +0000 (15:50 +0000)]
Removed objc/formal-protocol-6.x as this testcase is now supposed to pass

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

21 years agoRemoved - the testcase should not pass
nicola [Fri, 6 Sep 2002 15:49:47 +0000 (15:49 +0000)]
Removed - the testcase should not pass

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

21 years agoCompile ObjC @protocols into list of ObjC statically allocated instances,
nicola [Fri, 6 Sep 2002 15:43:46 +0000 (15:43 +0000)]
Compile ObjC @protocols into list of ObjC statically allocated instances,
fixing long standing problems with standalone @protocols in ObjC files

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

21 years agoFixed indentantion of my last ChangeLog entry
nicola [Fri, 6 Sep 2002 15:26:36 +0000 (15:26 +0000)]
Fixed indentantion of my last ChangeLog entry

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

21 years agoFixed bugs in the ObjC -gen-decls option
nicola [Fri, 6 Sep 2002 15:25:35 +0000 (15:25 +0000)]
Fixed bugs in the ObjC -gen-decls option

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

21 years ago* config/arm/arm-protos.h (arm_gen_return_addr_mask): New
thorpej [Fri, 6 Sep 2002 14:54:48 +0000 (14:54 +0000)]
* config/arm/arm-protos.h (arm_gen_return_addr_mask): New
prototype.
* config/arm/arm.c (arm_gen_return_addr_mask): New function.
* config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
if not APCS26 and not Thumb or ARMv4-or-higher.  Use gen_int_mode
rather than GEN_INT.
* config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
(return_addr_mask, *check_arch2): New.

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

21 years ago2002-09-06 Stan Shebs <shebs@apple.com>
shebs [Fri, 6 Sep 2002 13:00:39 +0000 (13:00 +0000)]
2002-09-06  Stan Shebs  <shebs@apple.com>
            David Edelsohn  <edelsohn@gnu.org>

        * gcc.dg/weak: New directory.
        * gcc.dg/weak-[1-9].c: Move to new directory, remove all
        target-specific xfail bits.
        * gcc.dg/typeof-2.c: Move to new directory.
        * gcc.dg/weak.exp: New expect script.

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

21 years ago * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
uweigand [Fri, 6 Sep 2002 12:39:17 +0000 (12:39 +0000)]
* config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
"*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
"*addsi3_carry1_cc", "*addsi3_carry1_cconly",
"*addsi3_carry2_cc", "*addsi3_carry2_cconly",
"*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
"adddf3", "*adddf3", "*adddf3_ibm",
"addsf3", "*addsf3", "*addsf3_ibm",
"muldi3", "mulsi3", "mulsidi3",
"muldf3", "*muldf3", "*muldf3_ibm",
"mulsf3", "*mulsf3", "*mulsf3_ibm",
"*anddi3_cc", "*anddi3_cconly", "anddi3",
"*andsi3_cc", "*andsi3_cconly", "andsi3",
"*iordi3_cc", "*iordi3_cconly", "iordi3",
"*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
"*xordi3_cc", "*xordi3_cconly", "xordi3",
"*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
instead of "register_operand" as predicate for "%0" operand.

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

21 years ago * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
jakub [Fri, 6 Sep 2002 12:00:11 +0000 (12:00 +0000)]
* configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
unconditionally when gcc_cv_as_flags64 checks are gone.
* configure: Rebuilt.

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

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

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

21 years ago * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
sayle [Thu, 5 Sep 2002 23:07:13 +0000 (23:07 +0000)]
* regex.c: Only use "#pragma alloca" on AIX when not using gcc.

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

21 years ago * gcc.c-torture/execute/extzvsi.c: New test.
amodra [Thu, 5 Sep 2002 22:53:20 +0000 (22:53 +0000)]
* gcc.c-torture/execute/extzvsi.c: New test.

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

21 years ago * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
amodra [Thu, 5 Sep 2002 22:48:53 +0000 (22:48 +0000)]
* config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
2002-07-26 change.  Comment.

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

21 years ago2002-09-05 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 5 Sep 2002 21:13:07 +0000 (21:13 +0000)]
2002-09-05  Paolo Carlini  <pcarlini@unitus.it>
    Roland McGrath  <roland@redhat.com>

PR libstdc++/7811
* src/locale.cc (locale::locale(__s)): Use getenv instead
of setenv for the environment locale.
* testsuite/22_locale/ctor_copy_dtor.cc (test03): New.

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

21 years ago * frv.c (frv_unique_section, frv_select_section,
ghazi [Thu, 5 Sep 2002 20:58:49 +0000 (20:58 +0000)]
* frv.c (frv_unique_section, frv_select_section,
frv_select_rtx_section): Delete.
(frv_in_small_data_p): New.
(TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
TARGET_ASM_SELECT_RTX_SECTION): Delete.
(TARGET_IN_SMALL_DATA_P): Define.

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

21 years agoIn reload, retain only those clobbers added for variable-array handling.
dalej [Thu, 5 Sep 2002 20:41:11 +0000 (20:41 +0000)]
In reload, retain only those clobbers added for variable-array handling.

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