platform/upstream/gcc.git
21 years agoi386.c (x86_initialize_trampoline): Emit a call to __enable_execute_stack with the...
Jason Thorpe [Fri, 18 Oct 2002 23:00:50 +0000 (23:00 +0000)]
i386.c (x86_initialize_trampoline): Emit a call to __enable_execute_stack with the address of the trampoline if...

* config/i386/i386.c (x86_initialize_trampoline): Emit a call
to __enable_execute_stack with the address of the trampoline
if TRANSFER_FROM_TRAMPOLINE is defined.
* config/i386/i386.h (TARGET_64BIT): Expand to a compile-time
constant if building libgcc2.

From-SVN: r58291

21 years ago* class.c (base_derived_from): Make sure return value is a bool.
Mark Mitchell [Fri, 18 Oct 2002 21:46:53 +0000 (21:46 +0000)]
* class.c (base_derived_from): Make sure return value is a bool.

From-SVN: r58290

21 years agopthread1.cc: Remove needless workaround for FreeBSD 5.
Loren J. Rittle [Fri, 18 Oct 2002 21:37:53 +0000 (21:37 +0000)]
pthread1.cc: Remove needless workaround for FreeBSD 5.

* testsuite/thread/pthread1.cc: Remove needless workaround
for FreeBSD 5.

From-SVN: r58289

21 years ago* config/abi/i386-unknown-freebsd4.7/baseline_symbols.txt: Remove.
Loren J. Rittle [Fri, 18 Oct 2002 21:25:13 +0000 (21:25 +0000)]
* config/abi/i386-unknown-freebsd4.7/baseline_symbols.txt: Remove.

From-SVN: r58288

21 years agoconfigure.target (freebsd*): Use abi_baseline_triplet.
Loren J. Rittle [Fri, 18 Oct 2002 21:22:16 +0000 (21:22 +0000)]
configure.target (freebsd*): Use abi_baseline_triplet.

* configure.target (freebsd*): Use abi_baseline_triplet.
* config/abi/i386-unknown-freebsd4/baseline_symbols.txt: New file.

From-SVN: r58287

21 years agohowto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces...
Loren J. Rittle [Fri, 18 Oct 2002 20:52:57 +0000 (20:52 +0000)]
howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC macro.

* docs/html/23_containers/howto.html (GLIBCPP_FORCE_NEW): Document
new environment variable which replaces all uses of __USE_MALLOC
macro.
* docs/html/ext/howto.html (GLIBCPP_FORCE_NEW): Likewise.
(__mem_interface): Remove all references to old internal typedef.
* include/backward/alloc.h (__USE_MALLOC): Remove it and all
guarded code.
* include/bits/c++config (__USE_MALLOC): Update related error
message and comment.
* include/bits/stl_alloc.h (__USE_MALLOC): Remove it and all
guarded code.  Update all related comments.
(__mem_interface): Unconditionally replace it with __new_alloc.
However, leave the typedef around in case anyone used it.
(__default_alloc_template<>::_S_force_new): New class static.
(__default_alloc_template<>::allocate, deallocate): Add
run-time controlled feature similar to what __USE_MALLOC code
path had provided.
* src/stl-inst.cc (__USE_MALLOC): Remove it and all
guarded code.
* testsuite/21_strings/capacity.cc: Remove reference to __USE_MALLOC.
Add documentation on GLIBCPP_FORCE_NEW environment variable.
* testsuite/ext/allocators.cc: Likewise.

From-SVN: r58286

21 years ago(strictly_overrides): Remove.
Mark Mitchell [Fri, 18 Oct 2002 09:26:42 +0000 (09:26 +0000)]
(strictly_overrides): Remove.

From-SVN: r58284

21 years agoclass.c (find_final_overrider_data_s): Remove overriding_fn and overriding_base.
Mark Mitchell [Fri, 18 Oct 2002 09:21:06 +0000 (09:21 +0000)]
class.c (find_final_overrider_data_s): Remove overriding_fn and overriding_base.

* class.c (find_final_overrider_data_s): Remove overriding_fn and
overriding_base.
(dfs_base_derived_from): New function.
(base_derived_from): Likewise.
(dfs_find_final_overrider): Use base_derived_from.
(find_final_overrider): Adjust.

* g++.dg/inherit/override1.C: New test.

From-SVN: r58283

21 years agore PR c++/8080 ([Regression in main trunk] g++ 3.3 ICE in make_decl_rtl)
Jason Merrill [Fri, 18 Oct 2002 09:00:47 +0000 (05:00 -0400)]
re PR c++/8080 ([Regression in main trunk] g++ 3.3 ICE in make_decl_rtl)

        PR c++/8080
        * semantics.c (finish_for_cond, finish_while_stmt_cond): Don't mess
        with condition decls in a template.

From-SVN: r58282

21 years agoclass.c (add_method): Compare template parms too.
Nathan Sidwell [Fri, 18 Oct 2002 08:09:58 +0000 (08:09 +0000)]
class.c (add_method): Compare template parms too.

cp:
* class.c (add_method): Compare template parms too.
testsuite:
* g++.dg/overload/member2.C: New test.

From-SVN: r58278

21 years agoUpdate email address
Gabriel Dos Reis [Fri, 18 Oct 2002 08:02:13 +0000 (08:02 +0000)]
Update email address

From-SVN: r58277

21 years agoDaily bump.
GCC Administrator [Fri, 18 Oct 2002 07:17:14 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r58276

21 years agoconfigure.in: Use target, not target_alias, when matching triplet patterns.
Phil Edwards [Fri, 18 Oct 2002 04:46:54 +0000 (04:46 +0000)]
configure.in: Use target, not target_alias, when matching triplet patterns.

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

* configure.in:  Use target, not target_alias, when matching triplet
patterns.
* configure:  Regenerate.

From-SVN: r58270

21 years ago* doc/c-tree.texi: Update description of COND_EXPR tree nodes.
Roger Sayle [Fri, 18 Oct 2002 03:29:17 +0000 (03:29 +0000)]
* doc/c-tree.texi: Update description of COND_EXPR tree nodes.

From-SVN: r58268

21 years agors6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes in CTR/LR/MQ.
Geoffrey Keating [Fri, 18 Oct 2002 00:30:23 +0000 (00:30 +0000)]
rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes in CTR/LR/MQ.

* config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes
in CTR/LR/MQ.
* config/rs6000/rs6000.md (movcc_internal1): Support CCmode moves
to/from CTR/LR/MQ.
(movsf_hardfloat): Support SFmode moves to/from CTR/LR/MQ.
(movsf_softfloat): Likewise.

From-SVN: r58267

21 years agoREADME: Describe new compat directory.
Janis Johnson [Fri, 18 Oct 2002 00:22:58 +0000 (00:22 +0000)]
README: Describe new compat directory.

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

* g++.dg/README: Describe new compat directory.
* g++.dg/dg.exp: Skip tests in compat directory.
* README.compat: New file.
* lib/compat.exp: New expect script.
* g++.dg/compat: New test directory.
* g++.dg/compat/compat.exp: New expect script.
* g++.dg/compat/abi: New test directory.
* g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
* g++.dg/compat/break: New test directory.
* g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
g++.dg/compat/break/README: New files.
* g++.dg/compat/eh: New test directory.
* g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
g++.dg/compat/eh/filter2_y.C,
g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
g++.dg/compat/eh/new1_y.C,
g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
g++.dg/compat/eh/unexpected1_y.C: New files.
* g++.dg/compat/init: New test directory.
* g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
g++.dg/compat/init/array5_y.C,
g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
g++.dg/compat/init/init-ref2_y.C: New files.

From-SVN: r58266

21 years agoMakefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
Janis Johnson [Fri, 18 Oct 2002 00:15:26 +0000 (00:15 +0000)]
Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.

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

* Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.

From-SVN: r58265

21 years agore PR c++/7584 (Erroneous ambiguous base error on using declaration)
Mark Mitchell [Thu, 17 Oct 2002 22:35:49 +0000 (22:35 +0000)]
re PR c++/7584 (Erroneous ambiguous base error on using declaration)

PR c++/7584
* class.c (handle_using_decl): Allow the declaration used to be
from an ambiguous base.

PR c++/7584
* g++.dg/inherit/using3.C: New test.

From-SVN: r58262

21 years ago* g++.dg/abi/mangle16.C: Adjust.
Mark Mitchell [Thu, 17 Oct 2002 21:39:58 +0000 (21:39 +0000)]
* g++.dg/abi/mangle16.C: Adjust.

From-SVN: r58259

21 years agoalpha.c (alpha_initialize_trampoline): Use tramp, not addr, to pass the trampoline...
Jason Thorpe [Thu, 17 Oct 2002 20:58:48 +0000 (20:58 +0000)]
alpha.c (alpha_initialize_trampoline): Use tramp, not addr, to pass the trampoline address to __enable_execute_stack.

* config/alpha/alpha.c (alpha_initialize_trampoline): Use
tramp, not addr, to pass the trampoline address to
__enable_execute_stack.

From-SVN: r58258

21 years agooops, one extra typo.
Jan Hubicka [Thu, 17 Oct 2002 17:55:06 +0000 (17:55 +0000)]
oops, one extra typo.

From-SVN: r58256

21 years agoReplace "ior" by "or".
Jan Hubicka [Thu, 17 Oct 2002 17:35:23 +0000 (17:35 +0000)]
Replace "ior" by "or".

From-SVN: r58255

21 years ago* gcc.dg/20021017-2.c: New test.
Jan Hubicka [Thu, 17 Oct 2002 17:13:41 +0000 (19:13 +0200)]
* gcc.dg/20021017-2.c: New test.

From-SVN: r58253

21 years agore PR other/8062 (double precision loads and stores missing from xmmintrin.h)
Jan Hubicka [Thu, 17 Oct 2002 17:09:17 +0000 (19:09 +0200)]
re PR other/8062 (double precision loads and stores missing from xmmintrin.h)

* mmintrin.h: Guard by __MMX__
* xmmintrin.h: Guard by __SSE__

PR other/8062
* xmmintrin.h (_MM_SHUFFLE2): New macro.
(_mm_load*_?d): New functions.
(_mm_set*_?d): New functions.
(_mm_store*_?d): New functions.

From-SVN: r58252

21 years agopt.c (convert_template_argument): Revert this change: 2002-10-16 Mark Mitchell <mark...
Mark Mitchell [Thu, 17 Oct 2002 17:07:15 +0000 (17:07 +0000)]
pt.c (convert_template_argument): Revert this change: 2002-10-16 Mark Mitchell <mark@codesourcery.com>

* pt.c (convert_template_argument): Revert this change:
2002-10-16  Mark Mitchell  <mark@codesourcery.com>
* pt.c (convert_template_argument): Do not fold non-type
template rguments when inside a template.

* g++.dg/abi/mangle17.C: Adjust.

From-SVN: r58251

21 years agore PR rtl-optimization/7630 (gcc 3.2 breaks on Mozilla 1.0's JS sources with -march...
Jan Hubicka [Thu, 17 Oct 2002 15:13:10 +0000 (15:13 +0000)]
re PR rtl-optimization/7630 (gcc 3.2 breaks on Mozilla 1.0's JS sources with -march=pentium4)

PR opt/7630
* reload.c (reload_inner_reg_of_subreg): New argument output;
(push_reload): Update call.

From-SVN: r58248

21 years agoReally commit patch announced at Oct 14 PR c/7344
Jan Hubicka [Thu, 17 Oct 2002 15:11:57 +0000 (17:11 +0200)]
Really commit patch announced at Oct 14 PR c/7344

Really commit patch announced at Oct 14
PR c/7344
* predict.c (can_predict_insn_p): New function.
(estimate_probability): Avoid unnecesary work.
(process_note_prediction): Likewise.
* toplev.c (rest_of_compilation): Account early branch prediction pass
as TV_BRANCH_PROB.

PR other/8048
Found by Ian Ollmann
* xmmintrin.h (_mm_shuffle_pd): Fix typo.
(_mm_load?_pd): Likewise.
(_mm_store?_pd): Likewise.

PR target/7386
* i386.c (builtin_description):Drop cmpg[te]s[sd].
* xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
swapped alternative.

PR opt/7630
* reload1.c (reload_inner_reg_of_subreg): New argument output;
(push_reload): Update call.

From-SVN: r58247

21 years agoReally commit patch announced at Oct 14 PR c/7344
Jan Hubicka [Thu, 17 Oct 2002 13:54:32 +0000 (15:54 +0200)]
Really commit patch announced at Oct 14 PR c/7344

Really commit patch announced at Oct 14
PR c/7344
* predict.c (can_predict_insn_p): New function.
(estimate_probability): Avoid unnecesary work.
(process_note_prediction): Likewise.
* toplev.c (rest_of_compilation): Account early branch prediction pass
as TV_BRANCH_PROB.

From-SVN: r58246

21 years agoinit.c (expand_default_init): Handle brace-enclosed initializers correctly.
Mark Mitchell [Thu, 17 Oct 2002 07:40:35 +0000 (07:40 +0000)]
init.c (expand_default_init): Handle brace-enclosed initializers correctly.

* init.c (expand_default_init): Handle brace-enclosed initializers
correctly.

* g++.dg/init/array8.C: New test.

From-SVN: r58245

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

From-SVN: r58244

21 years agomips-abi.exp: New test.
Richard Sandiford [Thu, 17 Oct 2002 06:56:44 +0000 (06:56 +0000)]
mips-abi.exp: New test.

* gcc.dg/special/mips-abi.exp: New test.
* gcc.dg/special/mips-abi.s: Empty file used by the above.

From-SVN: r58238

21 years agoconfig.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines if using mips/elf.h...
Richard Sandiford [Thu, 17 Oct 2002 06:53:35 +0000 (06:53 +0000)]
config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines if using mips/elf.h or mips/elf64.h.

* config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines
if using mips/elf.h or mips/elf64.h.
* config/mips/elf.h (OBJECT_FORMAT_ELF): Remove.
* config/mips/elf64.h (OBJECT_FORMAT_ELF): Remove.

From-SVN: r58237

21 years agoconfigure.in: Add *-freebsd* to cross list.
Momchil Velikov [Thu, 17 Oct 2002 05:26:21 +0000 (08:26 +0300)]
configure.in: Add *-freebsd* to cross list.

2002-10-17  Momchil Velikov  <velco@fadata.bg>
    Loren J. Rittle  <ljrittle@acm.org>

* configure.in: Add *-freebsd* to cross list.
* configure: Rebuilt.

Co-Authored-By: Loren J. Rittle <ljrittle@acm.org>
From-SVN: r58236

21 years agomangle.c (write_expression): Correct handling of enumeration constants.
Mark Mitchell [Thu, 17 Oct 2002 02:07:45 +0000 (02:07 +0000)]
mangle.c (write_expression): Correct handling of enumeration constants.

* mangle.c (write_expression): Correct handling of enumeration
constants.
(write_template_arg): Likewise.
* pt.c (convert_template_argument): Do not fold non-type template
arguments when inside a template.

* g++.dg/abi/mangle16.C: New test.
* g++.dg/abi/mangle17.C: Likewise.

From-SVN: r58234

21 years agolocale_facets.h (__timepunct::__timepunct): Allocate _M_name_timepunct.
Benjamin Kosnik [Thu, 17 Oct 2002 01:19:59 +0000 (01:19 +0000)]
locale_facets.h (__timepunct::__timepunct): Allocate _M_name_timepunct.

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

* include/bits/locale_facets.h (__timepunct::__timepunct): Allocate
_M_name_timepunct.
(__timepunct::~__timepunct): Deallocate, remove specialization
declarations.
(messages::messages): Allocate _M_name_messages.
(messages::~messages): Deallocate.
(messages_byname): Same.
* config/locale/gnu/time_members.cc (__timepunct::~__timepunct):
Remove.
* config/locale/generic/time_members.cc (__timepunct::~__timepunct):
Remove.

* docs/html/install.html: Add es_MX, en_PH to required locales list.

From-SVN: r58232

21 years agore PR c++/7478 (internal compiler error on static_cast inside template)
Mark Mitchell [Thu, 17 Oct 2002 00:17:59 +0000 (00:17 +0000)]
re PR c++/7478 (internal compiler error on static_cast inside template)

PR c++/7478
* cvt.c (convert_to_reference): Allow references as the incoming
type.

PR c++/7478
* g++.dg/template/ref1.C: New test.

From-SVN: r58230

21 years agors6000.c (function_arg): Set inner mode of V1DI to SI.
Aldy Hernandez [Wed, 16 Oct 2002 23:08:43 +0000 (23:08 +0000)]
rs6000.c (function_arg): Set inner mode of V1DI to SI.

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

* config/rs6000/rs6000.c (function_arg): Set inner mode of V1DI to
SI.

From-SVN: r58227

21 years agoparanoia.cc (ENUM_BITFIELD): New.
Richard Henderson [Wed, 16 Oct 2002 23:07:29 +0000 (16:07 -0700)]
paranoia.cc (ENUM_BITFIELD): New.

        * paranoia.cc (ENUM_BITFIELD): New.
        (class): Define as klass around real.h.
        (real_c_float): Not a template any longer; define MODE as a
        class static constant; use real_format elements for SIZE.
        Update uses of real_to_decimal and real_to_hexadecimal.
        (main): Change -g argument to use a format name.
        (mode_for_size): Remove.

From-SVN: r58226

21 years ago* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
Kaveh R. Ghazi [Wed, 16 Oct 2002 21:39:24 +0000 (21:39 +0000)]
* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.

From-SVN: r58224

21 years ago* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
Ulrich Weigand [Wed, 16 Oct 2002 21:25:26 +0000 (21:25 +0000)]
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.

From-SVN: r58222

21 years ago* config.table: Use mh-s390pic for s390x too.
Jakub Jelinek [Wed, 16 Oct 2002 20:07:03 +0000 (22:07 +0200)]
* config.table: Use mh-s390pic for s390x too.

From-SVN: r58221

21 years agolinux.h (ASM_DOUBLE, [...]): Remove.
Ulrich Weigand [Wed, 16 Oct 2002 19:09:25 +0000 (19:09 +0000)]
linux.h (ASM_DOUBLE, [...]): Remove.

* config/s390/linux.h (ASM_DOUBLE, _ASM_OUTPUT_LONG): Remove.
(LPREFIX): Likewise.
(ASM_COMMENT_START, LOCAL_LABEL_PREFIX, ASM_FORMAT_PRIVATE_NAME,
ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_BSS,
TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
GLOBAL_ASM_OP, ASM_OUTPUT_MI_THUNK): Move to s390.h.

* config/s390/s390.h (ASM_COMMENT_START, LOCAL_LABEL_PREFIX,
ASM_FORMAT_PRIVATE_NAME, ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP,
ASM_OUTPUT_ALIGNED_BSS, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
BSS_SECTION_ASM_OP): Move from linux.h.
(ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
Also, use ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.

* config/s390/s390.c (s390_function_profiler): Use
ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.

From-SVN: r58219

21 years agore PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)
Mark Mitchell [Wed, 16 Oct 2002 18:58:38 +0000 (18:58 +0000)]
re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)

PR c++/7524
* g++.dg/init/array7.C: New test.

PR c++/7524
* method.c (do_build_assign_ref): Use cp_build_qualified_type, not
build_qualified_type.

From-SVN: r58217

21 years agolinker-map.gnu: Add exports for codecvt constructors where size_t == unsigned long.
Benjamin Kosnik [Wed, 16 Oct 2002 16:14:10 +0000 (16:14 +0000)]
linker-map.gnu: Add exports for codecvt constructors where size_t == unsigned long.

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

* config/linker-map.gnu: Add exports for codecvt constructors
where size_t == unsigned long.

From-SVN: r58208

21 years agore PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks)
Tom Tromey [Wed, 16 Oct 2002 14:58:15 +0000 (14:58 +0000)]
re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks)

Fix for PR libgcj/8234:
* java/util/zip/natInflater.cc (reset): Reset avail_in.
* java/util/zip/natDeflater.cc (reset): Reset avail_in.

From-SVN: r58205

21 years agore PR c++/7386 (ran gcc compiler and it said to report htebug)
Jan Hubicka [Wed, 16 Oct 2002 13:14:23 +0000 (13:14 +0000)]
re PR c++/7386 (ran gcc compiler and it said to report htebug)

PR target/7386
* i386.c (builtin_description):Drop cmpg[te]s[sd].
* xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
swapped alternative.
* doc/extend.texi (X86 Built-in Functions): Remove killed builtins.

From-SVN: r58202

21 years agoDaily bump.
GCC Administrator [Wed, 16 Oct 2002 07:17:12 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r58194

21 years agoRemove bogus copyright message in my last entry.
David O'Brien [Wed, 16 Oct 2002 03:45:02 +0000 (03:45 +0000)]
Remove bogus copyright message in my last entry.

From-SVN: r58188

21 years agoreal.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.
Richard Henderson [Wed, 16 Oct 2002 00:40:39 +0000 (17:40 -0700)]
real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.

gcc/
        * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
        as arguments.  Bound DIGITS by the available buffer size.
        (real_to_hexadecimal): Likewise.
        * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
        (REAL_VALUE_TO_DECIMAL): Remove.
        * c-common.c, c-pretty-print.c, print-rtl.c, print-tree.c,
        sched-vis.c, config/arc/arc.c, config/c4x/c4x.c, config/fr30/fr30.c,
        config/i370/i370.h, config/i386/i386.c, config/i960/i960.c,
        config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
        config/m68k/hp320.h, config/m68k/m68k.h, config/m68k/sun2o4.h,
        config/m68k/sun3.h, config/mips/mips.c, config/ns32k/ns32k.c,
        config/pdp11/pdp11.h, config/vax/vax.h: Update all callers to
        use real_to_decimal directly, and with the proper arguments.
        * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Remove.

gcc/cp/
        * error.c (dump_expr): Use real_to_decimal directly, and with
        the new arguments.

gcc/f/
        * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
        real_to_decimal directly, and with the new arguments.

From-SVN: r58187

21 years ago* jcf-parse.c (get_constant): Fix type warning.
Richard Henderson [Wed, 16 Oct 2002 00:36:17 +0000 (17:36 -0700)]
* jcf-parse.c (get_constant): Fix type warning.

From-SVN: r58186

21 years agodecl.c (reshape_init): Fix typo.
Mark Mitchell [Tue, 15 Oct 2002 23:59:23 +0000 (23:59 +0000)]
decl.c (reshape_init): Fix typo.

* decl.c (reshape_init): Fix typo.

* cp-tree.h (operator_name_info_t): Add arity.
* lex.c (init_operators): Initialize it.
* mangle.c (write_conversion_operator_name): New function.
(write_unqualified_name): Use it.
(write_template_args): Accept template arguments as a TREE_LIST.
(write_expression): Adjust handling of qualified names to match
specification.

* g++.dg/init/array6.C: New test.

* g++.dg/abi/mangle13.C: Likewise.
* g++.dg/abi/mangle14.C: Likewise.
* g++.dg/abi/mangle15.C: Likewise.

From-SVN: r58185

21 years agoFix x86 miscompilation of gdb mips simulator.
Jim Wilson [Tue, 15 Oct 2002 22:46:31 +0000 (22:46 +0000)]
Fix x86 miscompilation of gdb mips simulator.

* reload1.c (merge_assigned_reloads): After converting overlapping
reloads to RELOAD_OTHER, abort if there are now conflicting reloads.
* config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.

From-SVN: r58184

21 years agocall.c (call_builtin_trap): New fn.
Jason Merrill [Tue, 15 Oct 2002 22:03:53 +0000 (18:03 -0400)]
call.c (call_builtin_trap): New fn.

        * call.c (call_builtin_trap): New fn.
        (convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
        (build_call): Don't set current_function_returns_abnormally outside
        a function.

From-SVN: r58180

21 years ago* expr.c (do_tablejump): Fix typo in my previous commit.
Jan Hubicka [Tue, 15 Oct 2002 20:09:32 +0000 (22:09 +0200)]
* expr.c (do_tablejump): Fix typo in my previous commit.

From-SVN: r58179

21 years agocvs commit fubar.
Andrew Haley [Tue, 15 Oct 2002 19:25:13 +0000 (19:25 +0000)]
cvs commit fubar.

From-SVN: r58178

21 years agoFix bad checkin.
Andrew Haley [Tue, 15 Oct 2002 19:00:24 +0000 (19:00 +0000)]
Fix bad checkin.

From-SVN: r58177

21 years agoEvaluationOrder.java (EvaluationOrder): New.
Andrew Haley [Tue, 15 Oct 2002 18:43:11 +0000 (18:43 +0000)]
EvaluationOrder.java (EvaluationOrder): New.

2002-10-15  Andrew Haley  <aph@redhat.com>

        * libjava.lang/EvaluationOrder.java (EvaluationOrder): New.
        * libjava.lang/EvaluationOrder.out (EvaluationOrder): New.

From-SVN: r58176

21 years agoconfigure, [...]: Rebuilt.
Ranjit Mathew [Tue, 15 Oct 2002 18:41:47 +0000 (18:41 +0000)]
configure, [...]: Rebuilt.

2002-10-15  Ranjit Mathew  <rmathew@hotmail.com>

* configure, config.h.in: Rebuilt.
* configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.

From-SVN: r58175

21 years agoclass.c (check_field_decls): Remove empty_p parameter.
Mark Mitchell [Tue, 15 Oct 2002 18:07:24 +0000 (18:07 +0000)]
class.c (check_field_decls): Remove empty_p parameter.

* class.c (check_field_decls): Remove empty_p parameter.  Instead,
clear CLASSTYPE_EMPTY_P.
(build_base_field): Likewise.
(build_base_fields): Likewise.
(check_bases_and_members): Likewise.
(create_vtbl_ptr): Likewise.
(layout_class_type): Likewise.  Ensure that empty classes have
size zero when used as base classes in the 3.2 ABI.
(finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
parameter.
(is_empty_class): Correct definition when using post-3.2 ABI.
* cp-tree.h (lang_type_class): Add empty_p.
(CLASSTYPE_EMPTY_P): New macro.

From-SVN: r58170

21 years ago* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
Richard Sandiford [Tue, 15 Oct 2002 17:02:56 +0000 (17:02 +0000)]
* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.

From-SVN: r58169

21 years agos390.c (s390_split_branches): Add return value.
Ulrich Weigand [Tue, 15 Oct 2002 16:27:34 +0000 (16:27 +0000)]
s390.c (s390_split_branches): Add return value.

* config/s390/s390.c (s390_split_branches): Add return
value.  Add parameters TEMP_REG and TEMP_USED.  Use unspec 104.

(find_base_register_in_addr): New function.
(find_base_register_ref): New function.
(replace_base_register_ref): New function.

(struct constant_pool): Add members pool_insn, insns, and anchor.
Remove member last_insn.
(s390_start_pool): Initialize them.
(s390_end_pool): Emit pool placeholder insn.
(s390_add_pool_insn): New function.
(s390_find_pool): Use insns bitmap instead of addresses.
(s390_dump_pool): Replace placeholder insn.  Emit anchor.
Replace unspec 104 by local-pool-relative references.
(s390_output_constant_pool): Output anchor label if required.
(s390_output_symbolic_const): Handle unspec 104 and 105.
(s390_add_pool): Remove, replace by ...
(s390_add_constant, s390_find_constant): ... these new functions.
(s390_add_anchor): New function.

(s390_chunkify_pool): Delete, replace by ...
(s390_chunkify_start, s390_chunkify_finish,
s390_chunkify_cancel): ... these new functions.
(s390_optimize_prolog): Add parameter TEMP_REGNO.
Recompute register live data for special registers.
(s390_fixup_clobbered_return_reg): New function.
(s390_machine_dependent_reorg): Rewrite to use new
s390_chunkify_... routines.

config/s390/s390.md ("reload_base"): Rename to ...
("reload_base_31"): ... this.
("reload_base_64"): New insn.
("reload_base2"): Remove.
("reload_anchor"): New insn.
("pool"): New insn.

s390.c (s390_pool_overflow): Remove.
s390.h (s390_pool_overflow): Likewise.
s390.md ("cjump", "icjump", "doloop_si"): Remove s390_pool_overflow.

From-SVN: r58168

21 years agoinit.c (build_delete): Do not apply save_expr for arrays.
Nathan Sidwell [Tue, 15 Oct 2002 16:01:02 +0000 (16:01 +0000)]
init.c (build_delete): Do not apply save_expr for arrays.

cp:
* init.c (build_delete): Do not apply save_expr for arrays.
(build_vec_delete): Likewise.
testsuite:
* g++.dg/init/ctor1.C: New test.

From-SVN: r58166

21 years ago* sh.md (movv8qi_i+2): Don't split if source is -1.
J"orn Rennecke [Tue, 15 Oct 2002 15:54:06 +0000 (15:54 +0000)]
* sh.md (movv8qi_i+2): Don't split if source is -1.

From-SVN: r58165

21 years agoinstall.texi: Formatting changes for conformance to HTML 4.01.
Janis Johnson [Tue, 15 Oct 2002 15:52:33 +0000 (15:52 +0000)]
install.texi: Formatting changes for conformance to HTML 4.01.

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

* doc/install.texi: Formatting changes for conformance to HTML 4.01.

From-SVN: r58164

21 years agojava-tree.h (java_inlining_merge_static_initializers): Declare.
Andrew Haley [Tue, 15 Oct 2002 15:29:12 +0000 (15:29 +0000)]
java-tree.h (java_inlining_merge_static_initializers): Declare.

2002-10-15  Andrew Haley  <aph@redhat.com>

        * java-tree.h (java_inlining_merge_static_initializers): Declare.
        (java_inlining_map_static_initializers): Declare.

From-SVN: r58163

21 years ago* gcc.c-torture/execute/20021015-1.c: New test.
Ulrich Weigand [Tue, 15 Oct 2002 14:39:40 +0000 (14:39 +0000)]
* gcc.c-torture/execute/20021015-1.c: New test.

From-SVN: r58159

21 years agore PR rtl-optimization/7409 (loop optimization)
Ulrich Weigand [Tue, 15 Oct 2002 14:38:10 +0000 (14:38 +0000)]
re PR rtl-optimization/7409 (loop optimization)

PR opt/7409
* loop.c (loop_regs_scan): Mark registers used for function
argument passing as MAY_NOT_OPTIMIZE.

From-SVN: r58158

21 years ago* gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
J"orn Rennecke [Tue, 15 Oct 2002 13:25:16 +0000 (13:25 +0000)]
* gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.

From-SVN: r58157

21 years agore PR c/7344 (performance regression on huge case statements)
Jan Hubicka [Tue, 15 Oct 2002 08:24:36 +0000 (10:24 +0200)]
re PR c/7344 (performance regression on huge case statements)

* i386.md (movv2di_internal): New pattern.
(movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
(movv2di): New expander.
* i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.

* i386.c (ix86_expand_timode_binop_builtin): Delete.
(builtin_description): Add SSE1 logicals; rename SSE2 logicals.
(ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
(ix86_expand_builtin): Likewise.
* i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
        sse_andti3,
sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
        sse_andnti3,
sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
        sse_orti3,
sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
        sse_xorti3): Kill.
(sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
 sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
(*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
 *sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
(*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
 *sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.

* xmmintrin.h (__m128i): Define as __v2di.

PR c/7344
* predict.c (can_predict_insn_p): New function.
(estimate_probability): Avoid unnecesary work.
(process_note_prediction): Likewise.
* toplev.c (rest_of_compilation): Account early branch prediction pass
as TV_BRANCH_PROB.

PR c++/6419
(expand_expr): Use DECL_RTL_SET_P.

From-SVN: r58156

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

From-SVN: r58155

21 years agodecl.c (layout_var_decl): Call layout_decl even for variables whose type is an array...
Mark Mitchell [Tue, 15 Oct 2002 06:14:58 +0000 (06:14 +0000)]
decl.c (layout_var_decl): Call layout_decl even for variables whose type is an array with unspecified bounds.

* decl.c (layout_var_decl): Call layout_decl even for variables
whose type is an array with unspecified bounds.

From-SVN: r58149

21 years ago* combine.c (simplify_set): Treat MODE_CC registers like cc0.
Roger Sayle [Tue, 15 Oct 2002 05:01:07 +0000 (05:01 +0000)]
* combine.c (simplify_set):  Treat MODE_CC registers like cc0.

From-SVN: r58148

21 years agoglobals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl.
Benjamin Kosnik [Tue, 15 Oct 2002 04:22:11 +0000 (04:22 +0000)]
globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl.

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

* src/globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to
c_locale_impl.
* testsuite/abi_check.cc (line_to_symbol_info): Collect size info.
* docs/html/abi.txt: Update.

From-SVN: r58147

21 years agostatic_members.cc (test02): Less provincial.
Benjamin Kosnik [Tue, 15 Oct 2002 01:05:30 +0000 (01:05 +0000)]
static_members.cc (test02): Less provincial.

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

* testsuite/22_locale/static_members.cc (test02): Less provincial.

From-SVN: r58144

21 years agostatic_members.cc (test02): Disable for systems without named locale support.
Benjamin Kosnik [Mon, 14 Oct 2002 22:13:34 +0000 (22:13 +0000)]
static_members.cc (test02): Disable for systems without named locale support.

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

* testsuite/22_locale/static_members.cc (test02): Disable for
systems without named locale support.
* testsuite/22_locale/ctor_copy_dtor.cc (test04): Don't assume
running the testsuites in "C" environment.
Add new tests.
* docs/html/22_locale/locale.html: Update.

From-SVN: r58142

21 years ago* gcc.dg/20020219-1.c: Disable for 16-bit targets.
Richard Henderson [Mon, 14 Oct 2002 22:07:18 +0000 (15:07 -0700)]
* gcc.dg/20020219-1.c: Disable for 16-bit targets.

From-SVN: r58141

21 years agoi386.c (k6_cost): Correct typo.
Roger Sayle [Mon, 14 Oct 2002 21:48:12 +0000 (21:48 +0000)]
i386.c (k6_cost): Correct typo.

* config/i386/i386.c (k6_cost): Correct typo.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r58139

21 years agore PR rtl-optimization/6631 (Miscompiled structure access)
Mark Mitchell [Mon, 14 Oct 2002 21:19:05 +0000 (21:19 +0000)]
re PR rtl-optimization/6631 (Miscompiled structure access)

PR optimization/6631
* Makefile.in (function.o): Depend on langhooks.h.
* alias.c (objects_must_conflict_p): Check honor_readonly when
examining TYPE_READONLY.
* function.c (assign_stack_temp_for_type): Likewise.

PR optimization/6631
* g++.dg/opt/const2.C: New test.

From-SVN: r58136

21 years agore PR c++/7176 (g++ confused by friend and static member with same name)
Mark Mitchell [Mon, 14 Oct 2002 21:09:25 +0000 (21:09 +0000)]
re PR c++/7176 (g++ confused by friend and static member with same name)

PR c++/7176
* g++.dg/parse/friend1.C: New test.
* g++.old-deja/g++.pt/memtemp64.C: Adjust.

PR c++/7176
* lex.c (do_identifier): Add another option for the parsing
parameter.
* parse.y (do_id): Use it.

From-SVN: r58135

21 years agore PR target/7211 (Alpha prefetch hints interpreted wrong)
Falk Hueffner [Mon, 14 Oct 2002 19:57:18 +0000 (19:57 +0000)]
re PR target/7211 (Alpha prefetch hints interpreted wrong)

        * config/alpha/alpha.md (extendsidi2_nofix, extendsidi2_fix):
        Swap zero extension arguments.
        (umaxhi3): Fix instruction class.
        PR target/7211
        (prefetch): Fix prefetch instructions.
        PR target/7238
        (pkwb): Fix output constraint.

From-SVN: r58133

21 years agomips.c (print_operand): Increase buffer size for real numbers.
Alexandre Oliva [Mon, 14 Oct 2002 19:53:25 +0000 (19:53 +0000)]
mips.c (print_operand): Increase buffer size for real numbers.

* config/mips/mips.c (print_operand): Increase buffer size for
real numbers.

From-SVN: r58132

21 years agoStaticConstructor.java: New.
Andrew Haley [Mon, 14 Oct 2002 19:02:56 +0000 (19:02 +0000)]
StaticConstructor.java: New.

2002-10-14  Andrew Haley  <aph@redhat.com>

        * libjava.lang/StaticConstructor.java: New.
        * libjava.lang/StaticConstructor.out: New.

From-SVN: r58131

21 years agore PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-gnu...
Richard Henderson [Mon, 14 Oct 2002 18:16:07 +0000 (11:16 -0700)]
re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-gnu at -O2)

        PR opt/8165
        * gcse.c (adjust_libcall_notes): Revert last change.
        * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.

From-SVN: r58130

21 years agotree-inline.c (remap_block): All local class initialization flags go in the outermost...
Andrew Haley [Mon, 14 Oct 2002 18:12:12 +0000 (18:12 +0000)]
tree-inline.c (remap_block): All local class initialization flags go in the outermost scope.

2002-10-14  Andrew Haley  <aph@redhat.com>

        * tree-inline.c (remap_block): All local class initialization
        flags go in the outermost scope.
        (expand_call_inline): Call java_inlining_map_static_initializers.
        (expand_call_inline): Call java_inlining_merge_static_initializers.
        * java/lang.c (merge_init_test_initialization): New.
        (java_inlining_merge_static_initializers): New.
        (inline_init_test_initialization): New.
        (java_inlining_map_static_initializers): New.

        * tree-inline.c (expand_call_inline): Convert retvar to expected
        type.

From-SVN: r58129

21 years ago* stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
Graham Stott [Mon, 14 Oct 2002 18:02:43 +0000 (18:02 +0000)]
* stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.

From-SVN: r58128

21 years ago* stmt.c: Fix typo in comment.
Aldy Hernandez [Mon, 14 Oct 2002 15:57:42 +0000 (15:57 +0000)]
* stmt.c: Fix typo in comment.

From-SVN: r58124

21 years agoc-common.c (c_common_type_for_mode): Add V2HImode case.
J"orn Rennecke [Mon, 14 Oct 2002 10:36:41 +0000 (10:36 +0000)]
c-common.c (c_common_type_for_mode): Add V2HImode case.

* c-common.c (c_common_type_for_mode): Add V2HImode case.
* tree.c (build_common_tree_nodes_2): Initialize
unsigned_V2HI_type_node and V2HI_type_node.
* tree.h (enum tree_index): Add TI_UV2HI_TYPE and TI_V2HI_TYPE.
(unsigned_V2HI_type_node, V2HI_type_node): Define.

From-SVN: r58123

21 years agoi386.h (ASM_OUTPUT_REG_PUSH, [...]): Handle TARGET_64BIT.
Jakub Jelinek [Mon, 14 Oct 2002 10:07:58 +0000 (12:07 +0200)]
i386.h (ASM_OUTPUT_REG_PUSH, [...]): Handle TARGET_64BIT.

* config/i386/i386.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
Handle TARGET_64BIT.

* gcc.dg/20021014-1.c: New test.

From-SVN: r58120

21 years agovr.h (DRIVER_SELF_SPECS): Define.
Richard Sandiford [Mon, 14 Oct 2002 07:17:41 +0000 (07:17 +0000)]
vr.h (DRIVER_SELF_SPECS): Define.

* config/mips/vr.h (DRIVER_SELF_SPECS): Define.
* config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
(MULTILIB_DIRNAMES): Remove long32.
(MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
(MULTILIB_REDUNDANT_DIRS): Remove.

From-SVN: r58116

21 years agoDaily bump.
GCC Administrator [Mon, 14 Oct 2002 07:17:25 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r58115

21 years agotm.texi (DRIVER_SELF_SPECS): Document.
Richard Sandiford [Mon, 14 Oct 2002 07:15:39 +0000 (07:15 +0000)]
tm.texi (DRIVER_SELF_SPECS): Document.

* doc/tm.texi (DRIVER_SELF_SPECS): Document.
* gcc.c (driver_self_specs): New variable.
(do_self_spec): New function.
(main): Use it to process driver_self_specs.

From-SVN: r58109

21 years ago* rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
Richard Henderson [Mon, 14 Oct 2002 02:36:25 +0000 (19:36 -0700)]
* rtl.c (shallow_copy_rtx): Use memcpy for the entire node.

From-SVN: r58102

21 years ago* mauve-libgcj: Enable Mauve tests that compile now.
Mark Wielaard [Sun, 13 Oct 2002 11:10:27 +0000 (11:10 +0000)]
* mauve-libgcj: Enable Mauve tests that compile now.

From-SVN: r58100

21 years ago* libjava.mauve/xfails: Remove tests that now XPASS.
Mark Wielaard [Sun, 13 Oct 2002 11:07:24 +0000 (11:07 +0000)]
* libjava.mauve/xfails: Remove tests that now XPASS.

From-SVN: r58099

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

From-SVN: r58098

21 years agostl_threads.h (_GLIBCPP_mutex, [...]): Declare in namespace __gnu_cxx.
Danny Smith [Sun, 13 Oct 2002 06:35:15 +0000 (06:35 +0000)]
stl_threads.h (_GLIBCPP_mutex, [...]): Declare in namespace __gnu_cxx.

* include/bits/stl_threads.h (_GLIBCPP_mutex,
_GLIBCPP_mutex_init,_GLIBCPP_mutex_address,
_GLIBCPP_mutex_address_init, _GLIBCPP_once):
Declare in namespace __gnu_cxx.
(_STL_mutex_lock::_M_initialize): Qualify __gnu_cxx
names.
Adjust copyright.

From-SVN: r58092

21 years agoabi_check.cc (hash<string>): Specialize.
Benjamin Kosnik [Sun, 13 Oct 2002 04:46:58 +0000 (04:46 +0000)]
abi_check.cc (hash<string>): Specialize.

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

* testsuite/abi_check.cc (hash<string>): Specialize.
Simplify. Check compatible symbol versions.
* config/linker-map.gnu: Clarify, explicitly export
std::codecvt::c* symbols.

* testsuite/22_locale/static_members.cc (test02): Avoid null strings.

From-SVN: r58091

21 years agore PR preprocessor/7862 (Interrupting gcc -MD removes .d file but not .o)
Neil Booth [Sat, 12 Oct 2002 17:10:20 +0000 (17:10 +0000)]
re PR preprocessor/7862 (Interrupting gcc -MD removes .d file but not .o)

PR preprocessor/7862
PR preprocessor/8190
* gcc.c (cpp_unique_options): Don't delete .d files.
Remove stray whitespace.

From-SVN: r58088

21 years agopdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
Naohiko Shimizu [Sat, 12 Oct 2002 16:38:01 +0000 (01:38 +0900)]
pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.

        * pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
        (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
        * pdp11.c (pdp11_output_function_prologue): 0%o -> %#o.
        (pdp11_output_function_epilogue, output_ascii): Likewise.
        (output_addr_const_pdp11): Likewise.
        * pdp11.md (movdi): Use offsetable memory for floating store.
        (lshrsi3, negsi2): Delete irrelevant comment.

From-SVN: r58087

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

From-SVN: r58086