gcc.git
22 years agoDaily bump.
GCC Administrator [Thu, 10 Jan 2002 08:16:58 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r48714

22 years ago* combine.c (can_combine_p): Fix a comment typo.
Kazu Hirata [Thu, 10 Jan 2002 07:37:51 +0000 (07:37 +0000)]
* combine.c (can_combine_p): Fix a comment typo.

From-SVN: r48712

22 years agoMakefile.in (s-gencheck, [...]): Handle an empty list correctly.
Zack Weinberg [Thu, 10 Jan 2002 04:25:56 +0000 (04:25 +0000)]
Makefile.in (s-gencheck, [...]): Handle an empty list correctly.

* Makefile.in (s-gencheck, s-options, s-specs): Handle an
empty list correctly.  Change loop index $t to $f for
consistency with rest of Makefile.

From-SVN: r48711

22 years agoFix typo in ChangeLog and actually commit mmix.h
Hans-Peter Nilsson [Thu, 10 Jan 2002 04:06:16 +0000 (04:06 +0000)]
Fix typo in ChangeLog and actually commit mmix.h

From-SVN: r48710

22 years agoaltivec-4.c: Add test for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dstst, dstst...
Aldy Hernandez [Thu, 10 Jan 2002 02:54:12 +0000 (02:54 +0000)]
altivec-4.c: Add test for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.

2002-01-08  Aldy Hernandez  <aldyh@redhat.com>

        * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
        mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.

From-SVN: r48709

22 years agors6000.c (altivec_expand_builtin): Add support for mtvscr, dssall, mfvscr, dss, lvsl...
Aldy Hernandez [Thu, 10 Jan 2002 02:51:02 +0000 (02:51 +0000)]
rs6000.c (altivec_expand_builtin): Add support for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.

* config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
(altivec_init_builtins): Same.
(altivec_expand_unop_builtin): Return NULL_RTX on error.
(altivec_expand_binop_builtin): Same.
(altivec_expand_ternop_builtin): Same.
(bdesc_dst): New.

* config/rs6000/rs6000.md ("altivec_mtvscr"): New.
("altivec_vctuxs"): Fix typo.
("altivec_vnmsubfp"): Same.
("altivec_dssall"): New.
("altivec_mfvscr"): New.
("altivec_dss"): New.
("altivec_lvsl"): New.
("altivec_lvsr"): New.
("altivec_dstt"): New.
("altivec_dstst"): New.
("altivec_dststt"): New.
("altivec_dst"): New.

* config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.

From-SVN: r48708

22 years ago* config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
Richard Henderson [Thu, 10 Jan 2002 02:07:46 +0000 (18:07 -0800)]
* config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.

From-SVN: r48707

22 years ago20020108-1.c: Rewrite to choose the proper type in which to perform the operation...
Richard Henderson [Thu, 10 Jan 2002 01:38:17 +0000 (17:38 -0800)]
20020108-1.c: Rewrite to choose the proper type in which to perform the operation for each size.

        * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
        type in which to perform the operation for each size.

From-SVN: r48706

22 years agommix.c (mmix_asm_identify_gcc): Remove unused function.
Hans-Peter Nilsson [Thu, 10 Jan 2002 01:23:07 +0000 (01:23 +0000)]
mmix.c (mmix_asm_identify_gcc): Remove unused function.

* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
function.
* config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
prototype.
* config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro.

From-SVN: r48705

22 years agoread-rtl.c: Fix formatting.
Kazu Hirata [Thu, 10 Jan 2002 00:56:56 +0000 (00:56 +0000)]
read-rtl.c: Fix formatting.

* read-rtl.c: Fix formatting.
* real.c: Likewise.
* regclass.c: Likewise.
* regrename.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* rtl.c: Likewise.

From-SVN: r48704

22 years agoFor PR libgcj/5303:
Tom Tromey [Thu, 10 Jan 2002 00:39:16 +0000 (00:39 +0000)]
For PR libgcj/5303:

* gnu/gcj/convert/Convert.java (error): Program is called
`jv-convert'.  Print GNU-style message.  Exit with status 1, not
-1.
(main): Handle --help and --version.
(help): New method.
(version): Likewise.

From-SVN: r48703

22 years agortlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST to extract items in the...
Kazu Hirata [Thu, 10 Jan 2002 00:38:03 +0000 (00:38 +0000)]
rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST to extract items in the expr_list chain.

* rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
to extract items in the expr_list chain.

From-SVN: r48702

22 years ago* gcc.c-torture/compile/20020109-2.c: New test.
Alan Matsuoka [Wed, 9 Jan 2002 23:53:25 +0000 (23:53 +0000)]
* gcc.c-torture/compile/20020109-2.c: New test.

From-SVN: r48701

22 years agoexception (bad_exception): Add comment.
Paolo Carlini [Wed, 9 Jan 2002 23:31:57 +0000 (00:31 +0100)]
exception (bad_exception): Add comment.

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

        * libsupc++/exception (bad_exception): Add comment.
        * libsupc++/new (bad_alloc): Same.
        * libsupc++/typeinfo (bad_cast): Same.
        (bad_typeid): Same.

From-SVN: r48700

22 years ago* gcc.dg/asm-fs-1.c: Disable warnings when compiling.
Jeff Law [Wed, 9 Jan 2002 23:30:04 +0000 (16:30 -0700)]
* gcc.dg/asm-fs-1.c: Disable warnings when compiling.

From-SVN: r48699

22 years ago* gcc.c-torture/execute/loop-10.c: New test.
Gwenole Beauchesne [Wed, 9 Jan 2002 23:24:33 +0000 (23:24 +0000)]
* gcc.c-torture/execute/loop-10.c: New test.

From-SVN: r48698

22 years agoFor PR libgcj/5303:
Tom Tromey [Wed, 9 Jan 2002 23:22:20 +0000 (23:22 +0000)]
For PR libgcj/5303:

* jargrep.h: Removed RCS keywords.
(GVERSION): Removed.
* configure, Makefile.in, config.h.in: Rebuilt.
* configure.in: Added AM_MAINTAINER_MODE.
Don't look for getopt.h.  Use `fastjar' as package name.
* Makefile.am (INCLUDES): Look in ../include.
(LIBIBERTY): New macro.
(jar_LDADD): Use it.
(jar_DEPENDENCIES): Likewise.
(grepjar_LDADD): Likewise.
(grepjar_DEPENDENCIES): Likewise.
* jargrep.c: Removed RCS keywords.  Always include getopt.h.
(LONG_OPT): New macro.
(OPT_HELP): Likewise.
(main): Use getopt_long.  Let getopt print invalid argument
message.  Handle --help.  Use version().
(version): New function.
(optarg, optind): Don't declare.
(option_vec): New global.
(help): New function.
(Usage): Updated to GNU standards.
* jartool.c: Removed RCS keywords.  Include getopt.h.
(LONG_OPT): New macro.
(OPT_HELP): Likewise.
(options): New global.
(help): New function.
(usage): Print a single line.
(version): New function.
(expand_options): New function.
(main): Use getopt_long and expand_options.  Fail if `-u'
specified.  Changed handling of -f, -m, -V options.
(OPTION_STRING): New macro.
(version_string): Removed.

From-SVN: r48697

22 years ago* config/vax/vax.h (REAL_ARITHMETIC): Define.
Richard Henderson [Wed, 9 Jan 2002 21:58:20 +0000 (13:58 -0800)]
* config/vax/vax.h (REAL_ARITHMETIC): Define.

From-SVN: r48696

22 years ago* config/vax/vax.c (vax_rtx_cost): Never abort.
Richard Henderson [Wed, 9 Jan 2002 21:52:54 +0000 (13:52 -0800)]
* config/vax/vax.c (vax_rtx_cost): Never abort.

From-SVN: r48695

22 years ago* gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
Jan Hubicka [Wed, 9 Jan 2002 21:49:02 +0000 (22:49 +0100)]
* gcse.c (cprop_jump): Delete insn if simplified jump is no-op.

From-SVN: r48694

22 years ago20010226-1.c: New test.
Jakub Jelinek [Wed, 9 Jan 2002 21:34:32 +0000 (22:34 +0100)]
20010226-1.c: New test.

* gcc.c-torture/compile/20010226-1.c: New test.
* gcc.c-torture/compile/20010227-1.c: New test.
* gcc.c-torture/compile/20010426-1.c: New test.
* gcc.c-torture/compile/20010510-1.c: New test.
* gcc.c-torture/compile/20010605-3.c: New test.
* gcc.c-torture/compile/20010824-1.c: New test.
* gcc.c-torture/execute/20010409-1.c: New test.
* gcc.dg/noncompile/20000901-1.c: New test.
* gcc.dg/20001023-1.c: New test.
* gcc.dg/20001101-1.c: New test.
* gcc.dg/20001102-1.c: New test.
* gcc.dg/20010207-1.c: New test.
* gcc.dg/20010405-1.c: New test.
* gcc.dg/20010822-1.c: New test.
* gcc.dg/20011107-1.c: New test.

From-SVN: r48693

22 years agostrct-stdarg-1.x: New file.
Jeff Law [Wed, 9 Jan 2002 21:25:18 +0000 (14:25 -0700)]
strct-stdarg-1.x: New file.

* gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
execution failure on PA targets.

From-SVN: r48692

22 years agostrct-stdarg-1.x: New file.
Jeff Law [Wed, 9 Jan 2002 21:18:52 +0000 (14:18 -0700)]
strct-stdarg-1.x: New file.

* gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
execution failure on PA targets.

From-SVN: r48691

22 years agoarm.c (arm_gen_constant): Use trunc_int_for_mode.
Richard Henderson [Wed, 9 Jan 2002 21:01:11 +0000 (13:01 -0800)]
arm.c (arm_gen_constant): Use trunc_int_for_mode.

        * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
        Unify code from various alternatives.

From-SVN: r48690

22 years agoregrename.c (copy_value): Ignore the copy if the source register is present in the...
Richard Henderson [Wed, 9 Jan 2002 20:54:49 +0000 (12:54 -0800)]
regrename.c (copy_value): Ignore the copy if the source register is present in the value chain with a...

        * regrename.c (copy_value): Ignore the copy if the source register
        is present in the value chain with a narrower mode.

From-SVN: r48689

22 years agoreal.c (c4xtoe, toc4x): Do some special conversion on long doubles for the c4x target.
Herman A.J. ten Brugge [Wed, 9 Jan 2002 20:48:48 +0000 (21:48 +0100)]
real.c (c4xtoe, toc4x): Do some special conversion on long doubles for the c4x target.

        * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
        for the c4x target. Also improve layout.

From-SVN: r48688

22 years agolibstdc++/3150: revert 2001-11-30 commit.
Paolo Carlini [Wed, 9 Jan 2002 20:39:27 +0000 (21:39 +0100)]
libstdc++/3150: revert 2001-11-30 commit.

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

libstdc++/3150: revert 2001-11-30 commit. DR266 only means
that the destructors should be removed from the descriptions
in the standard: writing them explicitly allows the vtable
heuristic to work. For additional information see:
http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
* libsupc++/exception (bad_exception::~bad_exception()):
Reintroduce declaration.
* libsupc++/new (bad_alloc::~bad_alloc()): Same.
* libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
(bad_typeid::~bad_typeid()): Same.
* libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
Reintroduce definition.
* libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
* libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
(bad_typeid::~bad_typeid()): Same.

From-SVN: r48687

22 years agoMakefile.am (c_base_srcdir): Remove duplicate '/'.
Benjamin Kosnik [Wed, 9 Jan 2002 20:34:19 +0000 (20:34 +0000)]
Makefile.am (c_base_srcdir): Remove duplicate '/'.

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

* include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
* include/Makefile.in: Regenerate.

From-SVN: r48686

22 years ago* gcc.c-torture/compile/20020109-1.c: New test.
Jakub Jelinek [Wed, 9 Jan 2002 18:26:46 +0000 (19:26 +0100)]
* gcc.c-torture/compile/20020109-1.c: New test.

From-SVN: r48685

22 years agocpu_limits.h (__glibcpp_long_bits): Add definition.
Bo Thorsen [Wed, 9 Jan 2002 13:45:47 +0000 (13:45 +0000)]
cpu_limits.h (__glibcpp_long_bits): Add definition.

2002-01-09  Bo Thorsen  <bo@suse.co.uk>

* config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
definition.

From-SVN: r48683

22 years agom32r.c (move_src_operand): Fix 32-bit int test.
Richard Henderson [Wed, 9 Jan 2002 11:02:07 +0000 (03:02 -0800)]
m32r.c (move_src_operand): Fix 32-bit int test.

        * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
        * config/m32r/m32r.md (and ior xor splitters): Swap operands
        to match insn patterns.

From-SVN: r48679

22 years agoDaily bump.
GCC Administrator [Wed, 9 Jan 2002 08:16:25 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r48677

22 years agoregrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
Richard Henderson [Wed, 9 Jan 2002 07:57:49 +0000 (23:57 -0800)]
regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.

        * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
        (copyprop_hardreg_forward_1): Likewise.

From-SVN: r48676

22 years ago* decl.h (grokdeclarator): Wrap long line.
Graham Stott [Wed, 9 Jan 2002 06:32:47 +0000 (06:32 +0000)]
* decl.h (grokdeclarator): Wrap long line.

From-SVN: r48675

22 years agosemantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis.
Graham Stott [Wed, 9 Jan 2002 06:07:18 +0000 (06:07 +0000)]
semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis.

        * semantics.c (FINISH_COND): Uppercase macro paramaters and
        add parenthesis.

From-SVN: r48674

22 years agopa.md (decrement_and_branch_until_zero): Change predicate for operand 0 from register...
John David Anglin [Wed, 9 Jan 2002 05:28:15 +0000 (05:28 +0000)]
pa.md (decrement_and_branch_until_zero): Change predicate for operand 0 from register_operand to reg_or_nonsymb_mem_operand.

* pa.md (decrement_and_branch_until_zero): Change predicate for
operand 0 from register_operand to reg_or_nonsymb_mem_operand.

From-SVN: r48673

22 years agostddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_ gets undefined.
Bryce McKinlay [Wed, 9 Jan 2002 04:56:25 +0000 (04:56 +0000)]
stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_ gets undefined.

* ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
gets undefined. For Darwin.

From-SVN: r48672

22 years ago* config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
Herman A.J. ten Brugge [Wed, 9 Jan 2002 03:35:07 +0000 (04:35 +0100)]
* config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.

From-SVN: r48671

22 years ago* config/c4x/c4x/md: Remove extraneous constraints from define_splits.
Michael Hayes [Wed, 9 Jan 2002 03:27:30 +0000 (03:27 +0000)]
* config/c4x/c4x/md: Remove extraneous constraints from define_splits.

From-SVN: r48670

22 years ago* regrename.c (copy_value): Ignore overlapping copies.
Richard Henderson [Wed, 9 Jan 2002 01:07:13 +0000 (17:07 -0800)]
* regrename.c (copy_value): Ignore overlapping copies.

From-SVN: r48669

22 years agoMakefile.in: Rebuilt.
Tom Tromey [Tue, 8 Jan 2002 23:56:23 +0000 (23:56 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Added new files.
* gnu/java/locale/LocaleInformation.java: Extend
LocaleInformation_en.
* gnu/java/locale/LocaleInformation_en.java: Added zone strings
and time/date formats.
* gnu/java/locale/LocaleInformation_en_US.java: Now automatically
generated.
* gnu/java/locale/LocaleInformation_af_ZA.java: New file.
* gnu/java/locale/LocaleInformation_ar_AE.java: New file.
* gnu/java/locale/LocaleInformation_ar_BH.java: New file.
* gnu/java/locale/LocaleInformation_ar_DZ.java: New file.
* gnu/java/locale/LocaleInformation_ar_EG.java: New file.
* gnu/java/locale/LocaleInformation_ar_IN.java: New file.
* gnu/java/locale/LocaleInformation_ar_IQ.java: New file.
* gnu/java/locale/LocaleInformation_ar_JO.java: New file.
* gnu/java/locale/LocaleInformation_ar_KW.java: New file.
* gnu/java/locale/LocaleInformation_ar_LB.java: New file.
* gnu/java/locale/LocaleInformation_ar_LY.java: New file.
* gnu/java/locale/LocaleInformation_ar_MA.java: New file.
* gnu/java/locale/LocaleInformation_ar_OM.java: New file.
* gnu/java/locale/LocaleInformation_ar_QA.java: New file.
* gnu/java/locale/LocaleInformation_ar_SD.java: New file.
* gnu/java/locale/LocaleInformation_ar_SY.java: New file.
* gnu/java/locale/LocaleInformation_ar_TN.java: New file.
* gnu/java/locale/LocaleInformation_ar_YE.java: New file.
* gnu/java/locale/LocaleInformation_be_BY.java: New file.
* gnu/java/locale/LocaleInformation_bn_IN.java: New file.
* gnu/java/locale/LocaleInformation_br_FR.java: New file.
* gnu/java/locale/LocaleInformation_bs_BA.java: New file.
* gnu/java/locale/LocaleInformation_ca_ES.java: New file.
* gnu/java/locale/LocaleInformation_cs_CZ.java: New file.
* gnu/java/locale/LocaleInformation_cy_GB.java: New file.
* gnu/java/locale/LocaleInformation_da_DK.java: New file.
* gnu/java/locale/LocaleInformation_de_AT.java: New file.
* gnu/java/locale/LocaleInformation_de_BE.java: New file.
* gnu/java/locale/LocaleInformation_de_CH.java: New file.
* gnu/java/locale/LocaleInformation_de_DE.java: New file.
* gnu/java/locale/LocaleInformation_de_LU.java: New file.
* gnu/java/locale/LocaleInformation_el_GR.java: New file.
* gnu/java/locale/LocaleInformation_en_AU.java: New file.
* gnu/java/locale/LocaleInformation_en_BW.java: New file.
* gnu/java/locale/LocaleInformation_en_CA.java: New file.
* gnu/java/locale/LocaleInformation_en_DK.java: New file.
* gnu/java/locale/LocaleInformation_en_GB.java: New file.
* gnu/java/locale/LocaleInformation_en_HK.java: New file.
* gnu/java/locale/LocaleInformation_en_IE.java: New file.
* gnu/java/locale/LocaleInformation_en_IN.java: New file.
* gnu/java/locale/LocaleInformation_en_NZ.java: New file.
* gnu/java/locale/LocaleInformation_en_PH.java: New file.
* gnu/java/locale/LocaleInformation_en_SG.java: New file.
* gnu/java/locale/LocaleInformation_en_ZA.java: New file.
* gnu/java/locale/LocaleInformation_en_ZW.java: New file.
* gnu/java/locale/LocaleInformation_es_AR.java: New file.
* gnu/java/locale/LocaleInformation_es_BO.java: New file.
* gnu/java/locale/LocaleInformation_es_CL.java: New file.
* gnu/java/locale/LocaleInformation_es_CO.java: New file.
* gnu/java/locale/LocaleInformation_es_CR.java: New file.
* gnu/java/locale/LocaleInformation_es_DO.java: New file.
* gnu/java/locale/LocaleInformation_es_EC.java: New file.
* gnu/java/locale/LocaleInformation_es_ES.java: New file.
* gnu/java/locale/LocaleInformation_es_GT.java: New file.
* gnu/java/locale/LocaleInformation_es_HN.java: New file.
* gnu/java/locale/LocaleInformation_es_MX.java: New file.
* gnu/java/locale/LocaleInformation_es_NI.java: New file.
* gnu/java/locale/LocaleInformation_es_PA.java: New file.
* gnu/java/locale/LocaleInformation_es_PE.java: New file.
* gnu/java/locale/LocaleInformation_es_PR.java: New file.
* gnu/java/locale/LocaleInformation_es_PY.java: New file.
* gnu/java/locale/LocaleInformation_es_SV.java: New file.
* gnu/java/locale/LocaleInformation_es_US.java: New file.
* gnu/java/locale/LocaleInformation_es_UY.java: New file.
* gnu/java/locale/LocaleInformation_es_VE.java: New file.
* gnu/java/locale/LocaleInformation_et_EE.java: New file.
* gnu/java/locale/LocaleInformation_eu_ES.java: New file.
* gnu/java/locale/LocaleInformation_fa_IR.java: New file.
* gnu/java/locale/LocaleInformation_fi_FI.java: New file.
* gnu/java/locale/LocaleInformation_fo_FO.java: New file.
* gnu/java/locale/LocaleInformation_fr_BE.java: New file.
* gnu/java/locale/LocaleInformation_fr_CA.java: New file.
* gnu/java/locale/LocaleInformation_fr_CH.java: New file.
* gnu/java/locale/LocaleInformation_fr_FR.java: New file.
* gnu/java/locale/LocaleInformation_fr_LU.java: New file.
* gnu/java/locale/LocaleInformation_ga_IE.java: New file.
* gnu/java/locale/LocaleInformation_gd_GB.java: New file.
* gnu/java/locale/LocaleInformation_gl_ES.java: New file.
* gnu/java/locale/LocaleInformation_gv_GB.java: New file.
* gnu/java/locale/LocaleInformation_he_IL.java: New file.
* gnu/java/locale/LocaleInformation_hi_IN.java: New file.
* gnu/java/locale/LocaleInformation_hr_HR.java: New file.
* gnu/java/locale/LocaleInformation_hu_HU.java: New file.
* gnu/java/locale/LocaleInformation_id_ID.java: New file.
* gnu/java/locale/LocaleInformation_it_CH.java: New file.
* gnu/java/locale/LocaleInformation_it_IT.java: New file.
* gnu/java/locale/LocaleInformation_iw_IL.java: New file.
* gnu/java/locale/LocaleInformation_ja_JP.java: New file.
* gnu/java/locale/LocaleInformation_ka_GE.java: New file.
* gnu/java/locale/LocaleInformation_kl_GL.java: New file.
* gnu/java/locale/LocaleInformation_ko_KR.java: New file.
* gnu/java/locale/LocaleInformation_kw_GB.java: New file.
* gnu/java/locale/LocaleInformation_lt_LT.java: New file.
* gnu/java/locale/LocaleInformation_lv_LV.java: New file.
* gnu/java/locale/LocaleInformation_mi_NZ.java: New file.
* gnu/java/locale/LocaleInformation_mk_MK.java: New file.
* gnu/java/locale/LocaleInformation_mr_IN.java: New file.
* gnu/java/locale/LocaleInformation_mt_MT.java: New file.
* gnu/java/locale/LocaleInformation_nl_BE.java: New file.
* gnu/java/locale/LocaleInformation_nl_NL.java: New file.
* gnu/java/locale/LocaleInformation_nn_NO.java: New file.
* gnu/java/locale/LocaleInformation_no_NO.java: New file.
* gnu/java/locale/LocaleInformation_oc_FR.java: New file.
* gnu/java/locale/LocaleInformation_pl_PL.java: New file.
* gnu/java/locale/LocaleInformation_pt_BR.java: New file.
* gnu/java/locale/LocaleInformation_pt_PT.java: New file.
* gnu/java/locale/LocaleInformation_ro_RO.java: New file.
* gnu/java/locale/LocaleInformation_ru_RU.java: New file.
* gnu/java/locale/LocaleInformation_ru_UA.java: New file.
* gnu/java/locale/LocaleInformation_se_NO.java: New file.
* gnu/java/locale/LocaleInformation_sk_SK.java: New file.
* gnu/java/locale/LocaleInformation_sl_SI.java: New file.
* gnu/java/locale/LocaleInformation_sq_AL.java: New file.
* gnu/java/locale/LocaleInformation_sr_YU.java: New file.
* gnu/java/locale/LocaleInformation_sv_FI.java: New file.
* gnu/java/locale/LocaleInformation_sv_SE.java: New file.
* gnu/java/locale/LocaleInformation_ta_IN.java: New file.
* gnu/java/locale/LocaleInformation_te_IN.java: New file.
* gnu/java/locale/LocaleInformation_tg_TJ.java: New file.
* gnu/java/locale/LocaleInformation_tl_PH.java: New file.
* gnu/java/locale/LocaleInformation_tr_TR.java: New file.
* gnu/java/locale/LocaleInformation_uk_UA.java: New file.
* gnu/java/locale/LocaleInformation_ur_PK.java: New file.
* gnu/java/locale/LocaleInformation_uz_UZ.java: New file.
* gnu/java/locale/LocaleInformation_vi_VN.java: New file.
* gnu/java/locale/LocaleInformation_yi_US.java: New file.
* gnu/java/locale/LocaleInformation_zh_CN.java: New file.
* gnu/java/locale/LocaleInformation_zh_HK.java: New file.
* gnu/java/locale/LocaleInformation_zh_SG.java: New file.
* gnu/java/locale/LocaleInformation_zh_TW.java: New file.

From-SVN: r48668

22 years agoalpha.c (alpha_split_conditional_move): Call copy_rtx as needed to avoid shared struc...
Richard Henderson [Tue, 8 Jan 2002 23:42:56 +0000 (15:42 -0800)]
alpha.c (alpha_split_conditional_move): Call copy_rtx as needed to avoid shared structure.

        * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
        as needed to avoid shared structure.

From-SVN: r48667

22 years agoh8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on H8/300H and H8/S.
Kazu Hirata [Tue, 8 Jan 2002 23:11:53 +0000 (23:11 +0000)]
h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on H8/300H and H8/S.

* config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
H8/300H and H8/S.

From-SVN: r48666

22 years agotm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.
Joseph Myers [Tue, 8 Jan 2002 22:51:46 +0000 (22:51 +0000)]
tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.

* doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
documentation of obsolete macros.
* system.h: Poison these macros.
* config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
config/c4x/c4x.h, config/clipper/clipper.h,
config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
config/sparc/sparc.h, config/stormy16/stormy16.h,
config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
definitions and commented out definitions of obsolete macros.
* config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
of MAX_INT_TYPE_SIZE.

From-SVN: r48665

22 years agoFor PR libgcj/5031:
Tom Tromey [Tue, 8 Jan 2002 21:59:32 +0000 (21:59 +0000)]
For PR libgcj/5031:

* java/lang/natSystem.cc (init_properties): Use LC_MESSAGES to
choose default locale.

From-SVN: r48664

22 years agoMakefile.in: Rebuilt.
Tom Tromey [Tue, 8 Jan 2002 21:34:59 +0000 (21:34 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_LDADD): Removed convert_source_files.

From-SVN: r48663

22 years agonatPlainSocketImpl.cc: Added timeout handling for sockets.
Nic Ferrier [Tue, 8 Jan 2002 21:14:58 +0000 (21:14 +0000)]
natPlainSocketImpl.cc: Added timeout handling for sockets.

2002-01-08  Nic Ferrier  <nferrier@tf1.tapsellferrier.co.uk>

* java/net/natPlainSocketImpl.cc: Added timeout handling for
sockets.
(close): New function closes the socket.
(write): New functions for output to socket.
(read): New functions for reading from socket.
* java/net/PlainSocketImpl.java: Glue for new timeout
implementation.
(write): Call the native impl.
(read): Likewise.
(getInputStream): Get a stream to read from the socket.
(getOutputStream): Get a stream to write to the socket.

From-SVN: r48662

22 years agos390.c (s390_preferred_reload_class): Never return ADDR_REGS if it isn't a subset...
Ulrich Weigand [Tue, 8 Jan 2002 21:00:02 +0000 (21:00 +0000)]
s390.c (s390_preferred_reload_class): Never return ADDR_REGS if it isn't a subset of the given class.

* config/s390/s390.c (s390_preferred_reload_class): Never
return ADDR_REGS if it isn't a subset of the given class.
* config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
FP_REGS, but all superclasses as well.

* config/s390/s390.c (s390_function_profiler): Fix thinko.

* config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
must not be a const_int.

From-SVN: r48661

22 years ago* resolve.cc (_Jv_PrepareClass): Enable verifier.
Tom Tromey [Tue, 8 Jan 2002 20:51:45 +0000 (20:51 +0000)]
* resolve.cc (_Jv_PrepareClass): Enable verifier.

From-SVN: r48660

22 years agoMakefile.in (toplev.o): Depend on options.h.
Richard Henderson [Tue, 8 Jan 2002 20:20:39 +0000 (12:20 -0800)]
Makefile.in (toplev.o): Depend on options.h.

        * Makefile.in (toplev.o): Depend on options.h.
        (gcc.o): Depend on specs.h.

From-SVN: r48659

22 years agoexpr.c (store_expr): Convert VOIDmode constants back to target's mode.
Jakub Jelinek [Tue, 8 Jan 2002 20:10:39 +0000 (21:10 +0100)]
expr.c (store_expr): Convert VOIDmode constants back to target's mode.

* expr.c (store_expr): Convert VOIDmode constants back to target's
mode.

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

From-SVN: r48658

22 years agonatMethod.cc: Don't include alloca.h.
Andreas Tobler [Tue, 8 Jan 2002 20:00:50 +0000 (21:00 +0100)]
natMethod.cc: Don't include alloca.h.

2002-01-07  Andreas Tobler <a.tobler@schweiz.ch>

* java/lang/reflect/natMethod.cc: Don't include alloca.h.
(_Jv_CallAnyMethodA): Convert alloca to __builtin_alloca.

From-SVN: r48656

22 years agoinvoke.texi: Markup gcc as @command.
Gerald Pfeifer [Tue, 8 Jan 2002 19:59:50 +0000 (20:59 +0100)]
invoke.texi: Markup gcc as @command.

* doc/invoke.texi: Markup gcc as @command.  Refer to
http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
of http://gcc.gnu.org/thanks.html.

From-SVN: r48655

22 years ago[multiple changes]
Benjamin Kosnik [Tue, 8 Jan 2002 19:57:01 +0000 (19:57 +0000)]
[multiple changes]

2002-01-08  Benjamin Kosnik  <bkoz@redhat.com>

        libstdc++/2913
        libstdc++/4879
* include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
return value of _M_file->sync().
(filebuf::showmanyc): Check for is_open.
* include/std/fstream (filebuf::sync): Tweak.
* testsuite/27_io/filebuf.cc: Tweak.

2002-01-08  John Fardo  <jfardo@laurelnetworks.com>
    Brad Garcia  <garsh@attbi.com>

* testsuite/27_io/filebuf_members.cc: Add test.

From-SVN: r48654

22 years agors6000.md: Add missing int register target case to movdf_low.
Dale Johannesen [Tue, 8 Jan 2002 19:14:51 +0000 (19:14 +0000)]
rs6000.md: Add missing int register target case to movdf_low.

       * config/rs6000/rs6000.md: Add missing int register
        target case to movdf_low.

From-SVN: r48653

22 years agointerpret.cc (ARRAYBOUNDSCHECK): New macro.
Chris Sears [Tue, 8 Jan 2002 19:07:46 +0000 (19:07 +0000)]
interpret.cc (ARRAYBOUNDSCHECK): New macro.

2002-01-08  Chris Sears  <cbsears_sf@yahoo.com>

* interpret.cc (ARRAYBOUNDSCHECK): New macro.
(continue1) [insn_iaload, insn_laload, insn_faload, insn_daload,
insn_aaload, insn_baload, insn_caload, insn_saload, insn_iastore,
insn_lastore, insn_fastore, insn_dastore, insn_aastore,
insn_bastore, insn_castore, insn_sastore]: Use it.
(continue1) [insn_arraylength]: Check for null array.

From-SVN: r48652

22 years agoMakefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.
Zack Weinberg [Tue, 8 Jan 2002 19:03:20 +0000 (19:03 +0000)]
Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.

* Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
except.h.  Remove commands to define USING_SJLJ_EXCEPTIONS.
(cppinit.o): Depend on except.h.
(gencheck.h, options.h, specs.h, s-gencheck, s-options,
s-specs): New rules.

* configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
Don't create specs.h/options.h/gencheck.h here.  Remove
unnecessary variable settings from last argument of AC_OUTPUT.
* config.in, configure: Regenerate.
* intl.c: Hardcode package name as "gcc".

* cppinit.c: Include except.h.
(builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
appropriate.
* unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
(!)USING_SJLJ_EXCEPTIONS.
* doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.

From-SVN: r48651

22 years agotm.texi (ASM_OUTPUT_EH_REGION_BEG, [...]): Remove documentation of obsolete macros.
Joseph Myers [Tue, 8 Jan 2002 18:16:25 +0000 (18:16 +0000)]
tm.texi (ASM_OUTPUT_EH_REGION_BEG, [...]): Remove documentation of obsolete macros.

* doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
documentation of obsolete macros.
* system.h: Poison these macros.
* config/d30v/d30v.h, config/ns32k/encore.h,
config/stormy16/stormy16.h: Remove definitions and commented out
definitions of obsolete macros.

From-SVN: r48650

22 years agoRemoved spurious warnings when compiling Objective-C
Nicola Pero [Tue, 8 Jan 2002 18:03:56 +0000 (18:03 +0000)]
Removed spurious warnings when compiling Objective-C

From-SVN: r48649

22 years agoRemove spurious warnings of the like '__objc_class_ref_NSObject defined but
Nicola Pero [Tue, 8 Jan 2002 18:03:11 +0000 (18:03 +0000)]
Remove spurious warnings of the like '__objc_class_ref_NSObject defined but
not used'

From-SVN: r48648

22 years agospecial.exp: Add -I${srcdir}/../../libobjc for header files.
H.J. Lu [Tue, 8 Jan 2002 17:35:09 +0000 (17:35 +0000)]
special.exp: Add -I${srcdir}/../../libobjc for header files.

2002-01-08  H.J. Lu <hjl@gnu.org>

* objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
for header files.

From-SVN: r48647

22 years agoRemove erroneous checkin on wrong branch.
Andreas Jaeger [Tue, 8 Jan 2002 16:51:38 +0000 (17:51 +0100)]
Remove erroneous checkin on wrong branch.

From-SVN: r48646

22 years ago* gcse.c (gcse_main): Disable store_motion until it gets fixed.
Andreas Jaeger [Tue, 8 Jan 2002 16:44:45 +0000 (17:44 +0100)]
* gcse.c (gcse_main): Disable store_motion until it gets fixed.

From-SVN: r48645

22 years agolinux.h (ASM_OUTPUT_LABELREF): Remove.
Ulrich Weigand [Tue, 8 Jan 2002 13:11:23 +0000 (13:11 +0000)]
linux.h (ASM_OUTPUT_LABELREF): Remove.

* config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
* config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
to insn adjusting stack/frame pointer.
* config/s390/s390.md (reload_la_64, reload_la_31): Do not
accept operands that cause the insn to be non-splittable.

From-SVN: r48643

22 years agoaltivec-4.c: Make the 'char' entries signed also for consistency.
Geoffrey Keating [Tue, 8 Jan 2002 10:32:57 +0000 (10:32 +0000)]
altivec-4.c: Make the 'char' entries signed also for consistency.

* gcc.dg/altivec-4.c: Make the 'char' entries signed also for
consistency.

From-SVN: r48641

22 years ago* search.c (SET_BINFO_ACCESS): Add parenthesis.
Graham Stott [Tue, 8 Jan 2002 10:23:01 +0000 (10:23 +0000)]
* search.c (SET_BINFO_ACCESS): Add parenthesis.

From-SVN: r48640

22 years agopt.c (ccat): Uppercase macro parameter.
Graham Stott [Tue, 8 Jan 2002 10:22:28 +0000 (10:22 +0000)]
pt.c (ccat): Uppercase macro parameter.

        * pt.c (ccat): Uppercase macro parameter.
        (cat): Likewise

From-SVN: r48639

22 years agomangle.c (MANGLE_TRACE): Add parenthesis.
Graham Stott [Tue, 8 Jan 2002 10:21:56 +0000 (10:21 +0000)]
mangle.c (MANGLE_TRACE): Add parenthesis.

        * mangle.c (MANGLE_TRACE): Add parenthesis.
        (MANGLE_TRACE_TREE): Likewise.
        (write_signed_number): Likewise.
        (write_unsigned_number): Likewise.

From-SVN: r48638

22 years agoRemove change log entries for error.c
Graham Stott [Tue, 8 Jan 2002 10:21:17 +0000 (10:21 +0000)]
Remove change log entries for error.c

From-SVN: r48637

22 years agodecl.c (BINDING_LEVEL): Add parenthesis.
Graham Stott [Tue, 8 Jan 2002 10:19:10 +0000 (10:19 +0000)]
decl.c (BINDING_LEVEL): Add parenthesis.

        * decl.c (BINDING_LEVEL): Add parenthesis.
        (DEF_OPERATOR): Likewise.

From-SVN: r48636

22 years agoclass.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and whitespace.
Graham Stott [Tue, 8 Jan 2002 10:18:40 +0000 (10:18 +0000)]
class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and whitespace.

        * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
        whitespace.
        (VTT_MARKED_BINFO_P): Likewise.

From-SVN: r48635

22 years agocall.c (convert_like): Add parenthesis and wrap.
Graham Stott [Tue, 8 Jan 2002 10:18:06 +0000 (10:18 +0000)]
call.c (convert_like): Add parenthesis and wrap.

        * call.c (convert_like): Add parenthesis and wrap.
        (convert_like_with_context): Likewise.
        (ICS_RANK): Whitespace.
        (NEED_TEMPORARY_P): Remove parenthesis.

From-SVN: r48634

22 years agoxref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
Graham Stott [Tue, 8 Jan 2002 10:17:21 +0000 (10:17 +0000)]
xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.

        * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
        (PALLOC): Uppercase macro parameter and whitespace.
        (SALLOC): Uppercase macro parameter.
        (SFREE): Uppercase macros parameter, add parenthese and
        whitespace.
        (STREQL): Uppercase macro parameter and whitespace.
        (STRNEQ): Likewise.
        (STRLSS): Likewise.
        (STRLEQ): Likewise.
        (STRGTR): Likewise.
        (STRGEQ): Likewise.

From-SVN: r48633

22 years agoc-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
Graham Stott [Tue, 8 Jan 2002 10:03:10 +0000 (10:03 +0000)]
c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.

        * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
        (C_TYPE_FIELDS_VOLATILE): Likewise.
        (C_TYPE_BEING_DEFINED): Likewise.
        (C_IS_RESERVED_WORD): Likewise.
        (C_TYPE_VARIABLE_SIZE): Likewise.
        (C_DECL_VARIABLE_SIZE): Likewise.
        (C_MISSING_PROTOTYPE_WARNED): Likewise.
        (C_SET_EXP_ORIGINAL_CODE): Likewise.
        (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
        parenthesis.
        (C_DECL_ANTICIPATED): Likewise.
        (c_build_type_variant): Add parenthesis.

From-SVN: r48632

22 years agore PR other/704 (--help and --version)
Joseph Myers [Tue, 8 Jan 2002 10:00:27 +0000 (10:00 +0000)]
re PR other/704 (--help and --version)

* gcc.c (option_map): Remove --version.
(process_command): Handle -fversion following the GNU Coding
Standards.  Partially addresses PR other/704.

f:
* g77spec.c (lookup_option): Handle -fversion.
(lang_specific_driver): Update copyright date in --version output.

From-SVN: r48631

22 years ago* combine.c (combine_instructions): Fix typo.
Graham Stott [Tue, 8 Jan 2002 09:57:48 +0000 (09:57 +0000)]
* combine.c (combine_instructions): Fix typo.

From-SVN: r48630

22 years ago* debug.h: Use "tree" and "rtx" throughout.
Graham Stott [Tue, 8 Jan 2002 09:54:39 +0000 (09:54 +0000)]
* debug.h: Use "tree" and "rtx" throughout.

From-SVN: r48629

22 years agoinvoke.texi: Markup g77 as @command.
Gerald Pfeifer [Tue, 8 Jan 2002 09:28:24 +0000 (10:28 +0100)]
invoke.texi: Markup g77 as @command.

* invoke.texi: Markup g77 as @command.  Remove reference to
http://gcc.gnu.org/thanks.html.

From-SVN: r48628

22 years agoDaily bump.
GCC Administrator [Tue, 8 Jan 2002 08:16:21 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r48626

22 years agoIf a symbol ref is in the constant pool, use the pool's version of the symbol instead.
Nick Clifton [Tue, 8 Jan 2002 06:52:57 +0000 (06:52 +0000)]
If a symbol ref is in the constant pool, use the pool's version of the symbol instead.

From-SVN: r48625

22 years agoregrename.c (find_oldest_value_reg): Ignore the value chain if the original register...
Richard Henderson [Tue, 8 Jan 2002 06:13:34 +0000 (22:13 -0800)]
regrename.c (find_oldest_value_reg): Ignore the value chain if the original register was copied in a mode with a...

        * regrename.c (find_oldest_value_reg): Ignore the value chain if
        the original register was copied in a mode with a fewer number of
        hard registers than the desired mode.
        (copyprop_hardreg_forward_1): Likewise.
        (debug_value_data): Fix loop test.
        * toplev.c (parse_options_and_default_flags): Reenable
        -fcprop-registers at -O1.

From-SVN: r48624

22 years ago* testsuite/gcc.dg/altivec-4.c: Test altivec predicates.
Aldy Hernandez [Tue, 8 Jan 2002 04:52:36 +0000 (04:52 +0000)]
* testsuite/gcc.dg/altivec-4.c: Test altivec predicates.

From-SVN: r48623

22 years ago002-01-07 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Tue, 8 Jan 2002 04:50:33 +0000 (04:50 +0000)]
002-01-07  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
        (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.

        * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
        predicates.

        * config/rs6000/rs6000.md: Add altivec predicate patterns.

From-SVN: r48622

22 years agopa.c (FUNC_BEGIN_PROLOG_LABEL, [...]): Define.
John David Anglin [Tue, 8 Jan 2002 03:02:47 +0000 (03:02 +0000)]
pa.c (FUNC_BEGIN_PROLOG_LABEL, [...]): Define.

* pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
(pa_output_function_prologue): Output local label at the beginning of
the prologue when profiling.
(hppa_profile_hook): Use the local label rather than the function label.
* pa.h (PROFILE_BEFORE_PROLOGUE): Define.

From-SVN: r48621

22 years agors6000.c (bdesc_2arg): Add altivec predicates.
Aldy Hernandez [Tue, 8 Jan 2002 01:13:36 +0000 (01:13 +0000)]
rs6000.c (bdesc_2arg): Add altivec predicates.

2002-01-07  Aldy Hernandez  <aldyh@redhat.com>

        * rs6000.c (bdesc_2arg): Add altivec predicates.

        * rs6000.c (print_operand): Remove extra space.
        (altivec_expand_unop_builtin): Fix thinko.
        (altivec_expand_binop_builtin): Same.
        (altivec_expand_ternop_builtin): Same.
        (altivec_expand_builtin): Same.

From-SVN: r48620

22 years ago* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
Richard Henderson [Tue, 8 Jan 2002 00:37:34 +0000 (16:37 -0800)]
* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.

From-SVN: r48618

22 years ago* unwind-dw2.c (execute_cfa_program): Use < again.
Jason Merrill [Mon, 7 Jan 2002 22:41:42 +0000 (17:41 -0500)]
* unwind-dw2.c (execute_cfa_program): Use < again.

From-SVN: r48617

22 years agoadd -mno-accumulate-outgoing-args on x86
Jason Merrill [Mon, 7 Jan 2002 22:40:52 +0000 (17:40 -0500)]
add -mno-accumulate-outgoing-args on x86

From-SVN: r48616

22 years ago* predict.c (combine_predictions_for_insn): Avoid division by zero.
Jakub Jelinek [Mon, 7 Jan 2002 21:15:12 +0000 (22:15 +0100)]
* predict.c (combine_predictions_for_insn): Avoid division by zero.

From-SVN: r48615

22 years agosimplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
Jakub Jelinek [Mon, 7 Jan 2002 21:13:25 +0000 (22:13 +0100)]
simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.

* simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
Don't allow -1 - x -> ~x simplifications in the first pass.

* gcc.c-torture/execute/20020107-1.c: New test.

From-SVN: r48614

22 years agodecl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.
Jason Merrill [Mon, 7 Jan 2002 20:52:32 +0000 (15:52 -0500)]
decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.

        * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
        to pedwarn.

        * method.c (make_thunk): If !flag_weak, give the thunk the
        function's linkage.
        (use_thunk): Here, too.

From-SVN: r48613

22 years agors6000.c (altivec_expand_ternop_builtin): Don't die on invalid arguments.
Aldy Hernandez [Mon, 7 Jan 2002 20:43:18 +0000 (20:43 +0000)]
rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid arguments.

2002-01-07  Aldy Hernandez  <aldyh@redhat.com>

        * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
        arguments.
        (altivec_expand_binop_builtin): Same.
        (altivec_expand_unop_builtin): Same.
        (print_operand): Fix typo.
        (bdesc_1arg): Add vupk* variants.

        * rs6000.h (rs6000_builtins): Add vupk* enums.

        * rs6000.md: Add altivec_vupk* variants.

From-SVN: r48611

22 years agogcc.texi, [...]: Update copyright and last update dates.
Joseph Myers [Mon, 7 Jan 2002 19:03:37 +0000 (19:03 +0000)]
gcc.texi, [...]: Update copyright and last update dates.

* doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
and last update dates.

From-SVN: r48610

22 years agoMakefile.am (mkinstalldirs): Add.
Benjamin Kosnik [Mon, 7 Jan 2002 18:57:06 +0000 (18:57 +0000)]
Makefile.am (mkinstalldirs): Add.

2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
      Craig Rodrigues  <rodrigc@mediaone.net>

libstdc++/5174
* po/Makefile.am (mkinstalldirs): Add.
* po/Makefile.in: Regenerate.

From-SVN: r48609

22 years ago* doc/rtl.texi (Flags): Clean up documentation of RTL flags
Janis Johnson [Mon, 7 Jan 2002 18:45:11 +0000 (18:45 +0000)]
* doc/rtl.texi (Flags): Clean up documentation of RTL flags

From-SVN: r48608

22 years agoavr.c (avr_mcu_types): Add new MCU types.
Marek Michalkiewicz [Mon, 7 Jan 2002 15:04:35 +0000 (16:04 +0100)]
avr.c (avr_mcu_types): Add new MCU types.

* config/avr/avr.c (avr_mcu_types): Add new MCU types.
* config/avr/avr.h (CPP_SPEC): Likewise.
(LINK_SPEC): Likewise.
(CRT_BINUTILS_SPECS): Likewise.
* config/avr/t-avr (MULTILIB_MATCHES): Likewise.
* doc/invoke.texi (AVR Options): Document them.

From-SVN: r48604

22 years agounroll.c (copy_loop_body): Always properly update JUMP_LABEL and LABEL_NUSES.
Jan Hubicka [Mon, 7 Jan 2002 11:00:39 +0000 (12:00 +0100)]
unroll.c (copy_loop_body): Always properly update JUMP_LABEL and LABEL_NUSES.

* unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
LABEL_NUSES.

From-SVN: r48600

22 years agoerrors.c: Update copyright date.
Graham Stott [Mon, 7 Jan 2002 09:11:11 +0000 (09:11 +0000)]
errors.c: Update copyright date.

        * errors.c: Update copyright date.
        (print_scope_operator): Add parenthesis.
        (print_left_paren): Likewise.
        (print_right_paren): Likewise.
        (print_left_bracket): Likewise.
        (print_right_bracket): Likewise.
        (print_template_argument_list_start): Likewise.
        (print_template_argument_list_end): Likewise.
        (print_non_consecutive_character): Likewise.
        (print_tree_identifier): Likewise.
        (print_identifier): Likewise.
        (NEXT_CODE): Uppercase macro parameter.
        (ident_fndecl): Delete unused.
        (GLOBAL_THING): Likewise.

From-SVN: r48599

22 years agoi386.h: Update copyright date.
Graham Stott [Mon, 7 Jan 2002 09:06:00 +0000 (09:06 +0000)]
i386.h: Update copyright date.

        * config/i386/i386.h: Update copyright date.
        (HALF_PIC_PTR): Add parenthesis.
        (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
        (CONSTANT_ALIGNMENT): Add parenthesis.
        (DATA_ALIGNMENT): Likewise.
        (LOCAL_ALIGNMENT): Likewise.
        (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
        (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
        (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
        (HARD_REGNO_NREGS): Add paranethesis.
        (VALID_SSE_REG_MODE): Whitespace.
        (VALID_MMX_REG_MODE): Whitespace.
        (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
        (ix86_hard_regno_mode_ok): Add parenthesis.
        (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
        (RETURN_IN_MEMORY): Whitespace.
        (N_REG_CLASSES): Add parenthesis.
        (INTEGER_CLASS_P): Add parenthesis and wrap.
        (FLOAT_CLASS_P): Likewise.
        (SSE_CLASS_P): Likewise.
        (MMX_CLASS_P): Likewise.
        (MAYBE_INTEGER_CLASS_P): Likewise.
        (MAYBE_FLOAT_CLASS_P): Likewise.
        (MAYBE_SSE_CLASS_P): Likewise.
        (MAYBE_MMX_CLASS_P): Likewise.
        (Q_CLASS_P): Likewise.
        (REGNO_REG_CLASS): Add parenthesis.
        (GENERAL_REGNO_P): Uppercase macro parameter.
        (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
        (FP_REGNO_P): Likewise.
        (ANY_FP_REGNO_P): Uppercase macro parameter.
        (SSE_REGNO_P): Likewise.
        (SSE_REGNO): Likewise.
        (SSE_REG_P): Likewise.
        (SSE_FLOAT_MODE_P): Likewise.
        (MMX_REGNO_P): Likewise.
        (MMX_REG_P):Likewise.
        (STACK_REG_P): Likewise.
        (NON_STACK_REG_P): Likewise.
        (STACK_TOP_P): Likewise.
        (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
        (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
        (SECONDARY_MEMORY_NEEDED): Likewise.
        (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
        (MD_ASM_CLOBBERS): Whitespace and wrap.
        (MUST_PASS_IN_STACK): Whitespace and wrap.
        (RETURN_POPS_ARGS): Add parenthesis.
        (INIT_CUMULATIVE_ARGS): Likewise.
        (FUNCTION_ARG): Likewise.
        (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
        (SETUP_INCOMING_VARARGS): Likewise.
        (BUILD_VA_LIST_TYPE):  Add parenthesis.
        (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
        parenthsis.
        (EXPAND_BUILTIN_VA_ARG): Likewise.
        (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
        (INITIALIZE_TRAMPOLINE): Add parenthesis.
        (INITIAL_ELIMINATION_OFFSET): Likewise.
        (REGNO_OK_FOR_INDEX_P): Add parenthesis.
        (REGNO_OK_FOR_BASE_P): Likewise.
        (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
        (REGNO_OK_FOR_DIREG_P): Likewise.
        (REG_OK_FOR_INDEX_P): Whitespace.
        (REG_OK_FOR_BASE_P): Whitespace.
        (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
        parenthesis.
        (FIND_BASE_TERM): Fix typo.
        (LEGITIMIZE_ADDRESS): Wrap in  { .. } while (0) and add parenthesis.
        (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
        (SYMBOLIC_CONST; Whitespace.
        (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in  { .. } while (0) and wrap.
        (ENCODE_SECTION_INFO): Whitespace.
        (FINALIZE_PIC): Remove do { ... } while (0).
        (PROMOTE_MODE): Wrap in do { ... } while (0).
        (CONST_COSTS): Whitespace.
        (RTX_COSTS): Add paramethesis, whitespace and wrap.
        (REGISTER_MOVE_COST): Add parenthesis.
        (MEMORY_MOVE_COST): Likewise.
        (EXTRA_CC_MODES): Whitespace.
        (SELECT_CC_MODE): Add parenthesis and whitespace.
        (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
        (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
        (ASM_OUTPUT_LABEL): Add paranethesis.
        (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
        (ASM_OUTPUT_REG_POP): Likewise.
        (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
        (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.

From-SVN: r48598

22 years agoi386.c: Update copyright.
Graham Stott [Mon, 7 Jan 2002 08:52:56 +0000 (08:52 +0000)]
i386.c: Update copyright.

        * config/i386/i386.c: Update copyright.
        (CHECK_STACK_LIMIT): Add parenthesis.
        (AT_BP): Uppercase macro parameter.
        (x86_64_int_parameter_registers): Constify.
        (x86_64_int_return_registers): Likewise.
        (ix86_compare_op0): Use rtx.
        (construct_container): Constify INTREG parameter.
        (function_arg): Use rtx.

From-SVN: r48597