]> gcc.gnu.org Git - gcc.git/log
gcc.git
22 years ago* i386.c (split_di): Handle splitting of DFmode.
Jan Hubicka [Sat, 20 Oct 2001 13:16:55 +0000 (15:16 +0200)]
* i386.c (split_di): Handle splitting of DFmode.

From-SVN: r46380

22 years agoemit-rtl.c (set_mem_attributes): Alignment is in bits.
Richard Kenner [Sat, 20 Oct 2001 13:15:52 +0000 (09:15 -0400)]
emit-rtl.c (set_mem_attributes): Alignment is in bits.

* emit-rtl.c (set_mem_attributes): Alignment is in bits.
(adjust_address_1, offset_address): Likewise.

From-SVN: r46379

22 years agoemit-rtl.c (set_mem_attributes): Alignment is in bits.
Richard Kenner [Sat, 20 Oct 2001 12:30:26 +0000 (12:30 +0000)]
emit-rtl.c (set_mem_attributes): Alignment is in bits.

* emit-rtl.c (set_mem_attributes): Alignment is in bits.
(adjust_address_1, offset_address): Likewise.

From-SVN: r46378

22 years agofinal.c (output_asm_operand_names): New fcn, from output_asm_insn.
Richard Kenner [Sat, 20 Oct 2001 11:30:07 +0000 (11:30 +0000)]
final.c (output_asm_operand_names): New fcn, from output_asm_insn.

* final.c (output_asm_operand_names): New fcn, from output_asm_insn.
(output_asm_insn): Call it for each line output.
Don't record an operand more than once.

From-SVN: r46377

22 years agotoplev.h (struct lang_hooks): HONOR_READONLY now bool.
Richard Kenner [Sat, 20 Oct 2001 11:24:36 +0000 (11:24 +0000)]
toplev.h (struct lang_hooks): HONOR_READONLY now bool.

* toplev.h (struct lang_hooks): HONOR_READONLY now bool.
* main.c: Include config.h and system.h, but not ansidecl.h.
* Makefile.in (main.o): Update accordingly.

From-SVN: r46376

22 years ago* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
Jan Hubicka [Sat, 20 Oct 2001 10:09:07 +0000 (12:09 +0200)]
* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.

From-SVN: r46375

22 years agobasic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
Jan Hubicka [Sat, 20 Oct 2001 10:04:00 +0000 (12:04 +0200)]
basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.

* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
* cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
Break out from ...
(find_sub_basic_blocks): ... here;
(find_many_sub_basic_blocks): New.
* recog.c (split_all_insns): Update find_sub_basic_blocks call.

* i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.

* i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:

* i386.c (split_di, split_ti): Revamp to use simplify_subreg.

* timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
* flow.c (update_life_info): Measure time.
* c-decl.c: Include timevar.h
(c_expand_body): Measure time.
* toplev.c (rest_of_compilation): Measure time of mode switching
separately.
* Makefile.in (c-decl.o, cfgcleanup.o): Add dependancy.

* toplev.c (flag_asynchronous_unwind_tables): New global variable.
(lang_independent_options): Add asynchronous-unwind-tables
(toplev_main): flag_asynchronous_unwind_tables implies
flag_unwind_tables.
* flags.h (flag_asynchronous_unwind_tables): Declare.
* dwarf2out.c (dwarf2out_stack_adjust): Take into account
flag_asynchronous_unwind_tables.
(output_call_frame_info): Likewise.
* invoke.texi (-fasynchronous-unwind-tables): Document.
* i386.c (optimization_options): Enable
flag_asynchronous_unwind_tables.

* i386.c (ix86_expand_setcc):  Always expect target to be QImode.
* i386.md (s* expanders): Destination is QImode.

* toplev.c (rest_of_compilation): Do not call clear_log_links.
* rtl.h (clear_log_links): Kill.
* flow.c (clear_log_links): Make static; accept blocks parameter;
do no clear life info.
(update_life_info): Call clear_log_links.

* cfganal.c (forwarder_block_p): Avoid active_insn_p calls.

From-SVN: r46374

22 years agocpplex.c (handle_newline, [...]): Update to do more stepping back.
Neil Booth [Sat, 20 Oct 2001 09:00:53 +0000 (09:00 +0000)]
cpplex.c (handle_newline, [...]): Update to do more stepping back.

* cpplex.c (handle_newline, skip_escaped_newlines,
get_effective_char, skip_block_comment, skip_line_comment,
parse_identifier_slow, parse_number, parse_string,
_cpp_lex_direct): Update to do more stepping back.
(trigraph_ok): Similarly.  Rename trigraph_p.
(SAVE_STATE, RESTORE_STATE): Remove.
(BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.

* cpplib.c (destringize): Rename destringize_and_run, and
call run_directive directly.
(_cpp_do__Pragma): Simplify.

From-SVN: r46373

22 years agoDaily bump.
GCC Administrator [Sat, 20 Oct 2001 07:16:39 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46372

22 years agoDouble.java: More Classpath merging
Mark Wielaard [Sat, 20 Oct 2001 06:26:45 +0000 (06:26 +0000)]
Double.java: More Classpath merging

* java/lang/Double.java: More Classpath merging
(isInfinite): Don't use doubleToLongBits
(isNaN (Object)): return v != v
(initIDs): make native
* java/lang/Float.java: Ditto
(isInfinite): Don't use floatToIntBits
(isNaN (Object)): return v != v
* java/lang/natDouble.cc: add empty initIDs()

From-SVN: r46370

22 years agoMakefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if necessary.
H.J. Lu [Sat, 20 Oct 2001 05:39:06 +0000 (05:39 +0000)]
Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if necessary.

2001-10-19  H.J. Lu <hjl@gnu.org>

* Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
necessary.

From-SVN: r46369

22 years agope.c (arm_pe_unique_section): Const-ify.
Kaveh R. Ghazi [Sat, 20 Oct 2001 00:24:14 +0000 (00:24 +0000)]
pe.c (arm_pe_unique_section): Const-ify.

* pe.c (arm_pe_unique_section): Const-ify.
* pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
(switch_to_section): Add static prototype.

* output.h (drectve_section): Prototype.

From-SVN: r46368

22 years agomkcheck.in (static_fail): Remove older memory limit functionality.
Benjamin Kosnik [Fri, 19 Oct 2001 23:05:15 +0000 (23:05 +0000)]
mkcheck.in (static_fail): Remove older memory limit functionality.

2001-10-19  Benjamin Kosnik  <bkoz@redhat.com>

* mkcheck.in (static_fail): Remove older memory limit functionality.
Disable E_TIME due to formatting issues.

* README: Update.

From-SVN: r46367

22 years agoconfig.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.
Franz Sirl [Fri, 19 Oct 2001 22:27:41 +0000 (22:27 +0000)]
config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.

2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
cris-*-none, cris-*-linux*: Update ${tmfile} list.
(c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
v850-*-*): Delete superflous ${cpu_type} setting.
* config/linux.h: Delete svr4.h include.
(SET_ASM_OP): Delete.
* config/netware.h (INT_ASM_OP): Undef before define.
* config/ptx4.h: Delete elfos.h include.
(PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
* config/svr4.h: Delete elfos.h include. Update commentary.
* config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
config/mn10200/mn10300.h, config/stormy16/stormy16.h,
config/v850/v850.h: Delete svr4.h include.
* config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
config/m68k/m68kv4.h, config/m88k/sysv4.h,
config/sparc/sysv4.h: Update includes.
* config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
config/m88k/dguxbcs.h: Delete includes.
* config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
(PREFERRED_DEBUGGING_TYPE): Undef before defining it.
* config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
it.
* config/m88k/dgux.h: Delete include.
(SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
defining it.
* config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
* config/sh/elf.h: Update include.
(SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.

From-SVN: r46366

22 years agostormy-abi: Updates to varargs descriptions.
Catherine Moore [Fri, 19 Oct 2001 21:23:29 +0000 (21:23 +0000)]
stormy-abi: Updates to varargs descriptions.

        * config/stormy16/stormy-abi:  Updates to varargs descriptions.
        * config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
        base and count fields.
        (stormy16_expand_builtin_va_start):  last_reg_count changed to
        size_of_reg_args.  Use count + size in first comparison.

From-SVN: r46365

22 years agoBinaryRefAddr.java: New file
Mark Wielaard [Fri, 19 Oct 2001 20:36:07 +0000 (20:36 +0000)]
BinaryRefAddr.java: New file

* javax/naming/BinaryRefAddr.java: New file
* javax/naming/InitialContext.java: Compile fix
* javax/naming/InvalidNameException.java: Add comments
* javax/naming/Name.java: Ditto
* javax/naming/NamingException.java: Implement
* javax/naming/OperationNotSupportedException.java: Compile fix
* javax/naming/RefAddr.java: Implement
* javax/naming/StringRefAddr.java: Add comments and implement
* javax/naming/directory/InitialDirContext.java: Compile fix

From-SVN: r46364

22 years agolanghooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
Richard Kenner [Fri, 19 Oct 2001 19:54:06 +0000 (19:54 +0000)]
langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.

* langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
* toplev.h (struct lang_hooks): New field HONOR_READONLY.
* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
Set alignment from type if INDIRECT_REF.
(adjust_address_1, offset_address): Simplify alignment compuitation.
* expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
here; done by set_mem_attributes.

From-SVN: r46361

22 years agoMakefile.in (rtlanal.o): Depend on $(TM_P_H).
Kaveh R. Ghazi [Fri, 19 Oct 2001 19:42:46 +0000 (19:42 +0000)]
Makefile.in (rtlanal.o): Depend on $(TM_P_H).

* Makefile.in (rtlanal.o): Depend on $(TM_P_H).
* arm-protos.h (rdata_section, zero_init_section, common_section):
Prototype.
* arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
* avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
traditional mode stringification.
* function.c (thread_prologue_and_epilogue_insns): Wrap variable
in macros controling its use.
* rtlanal.c: Include tm_p.h.
* varasm.c (asm_output_aligned_bss): Mark parameter with
ATTRIBUTE_UNUSED.
(assemble_constant_align, assemble_start_function, assemble_align,
assemble_variable, assemble_trampoline_template,
output_constant_def_contents): Wrap potentially empty if-stmt body
in brackets.

From-SVN: r46360

22 years agoa29k-protos.h (literal_section): Prototype.
Kaveh R. Ghazi [Fri, 19 Oct 2001 19:39:57 +0000 (19:39 +0000)]
a29k-protos.h (literal_section): Prototype.

* a29k-protos.h (literal_section): Prototype.
* a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
* a29k.md: Ensure function pointers are prototyped.
* genattrtab.c (write_eligible_delay): Mark parameter with
ATTRIBUTE_UNUSED.

From-SVN: r46359

22 years agocalls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
Kaveh R. Ghazi [Fri, 19 Oct 2001 19:37:09 +0000 (19:37 +0000)]
calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.

* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
* 1750a.c (print_operand): Fix format specifier warning.
* 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
* 1750a.md: Likewise.
* gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
* genemit.c (output_add_clobbers): Mark parameter with
ATTRIBUTE_UNUSED.
* genrecog.c (write_subroutine): Likewise.
* integrate.c (expand_inline_function): Delete unused variable.
* varasm.c (remove_from_pending_weak_list): Wrap with
ASM_WEAKEN_LABEL.

From-SVN: r46358

22 years agoalpha.c (summarize_insn): Don't abort on ASM_INPUT.
Jakub Jelinek [Fri, 19 Oct 2001 19:34:44 +0000 (21:34 +0200)]
alpha.c (summarize_insn): Don't abort on ASM_INPUT.

* config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.

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

From-SVN: r46357

22 years agosimplify-rtx.c (simplify_plus_minus): Negate constant iff its neg field is different...
Jakub Jelinek [Fri, 19 Oct 2001 19:28:03 +0000 (21:28 +0200)]
simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg field is different to previous argument's neg field.

* simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
field is different to previous argument's neg field.

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

From-SVN: r46356

22 years agofinal.c (get_decl_from_op): New function.
Richard Kenner [Fri, 19 Oct 2001 19:22:20 +0000 (19:22 +0000)]
final.c (get_decl_from_op): New function.

* final.c (get_decl_from_op): New function.
(output_asm_insn): Call it; write "*" when item with decl is address.

From-SVN: r46355

22 years agostd_complex.h: Default initialize second argument of polar to 0, as specified in...
Benjamin Kosnik [Fri, 19 Oct 2001 18:43:34 +0000 (18:43 +0000)]
std_complex.h: Default initialize second argument of polar to 0, as specified in Library DR #79

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/std_complex.h: Default initialize second argument
of polar to 0, as specified in Library DR #79

From-SVN: r46354

22 years ago[multiple changes]
Brendan Kehoe [Fri, 19 Oct 2001 18:39:00 +0000 (14:39 -0400)]
[multiple changes]

2001-08-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/std_complex.h: Default initialize second argument
of polar to 0, as specified in Library DR #79

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/stl_raw_storage_iter.h (operator=): Fix to call
_Construct instead of construct.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/basic_string.tcc (find_first_not_of): Take out check for
        __n being non-zero, since the standard does not mandate that.
        e.g., a search for "" in "" should yield position 0, not npos.
        (find_last_not_of): Likewise.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/stl_bvector.h (vector<bool>::_M_range_check): Fix
to throw out_of_range, not range_error, thus sayeth $23.1.1.13.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/stl_iterator.h (reverse_iterator::current): Rename
        member from _M_current, and change all uses; thus sayeth $24.4.1.1.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/stl_algo.h (partial_sort): Add missing `>' on the
        template parameter _ValueType.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

* include/bits/std_limits.h: Clean up extra semicolons.
        * include/bits/locale_facets.h: Likewise.
        * include/bits/type_traits.h: Likewise.

2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/localefwd.h (locale::combine): Add const for lib DR 14.
        * include/bits/locale_facets.tcc (locale::combine): Likewise.

From-SVN: r46353

22 years ago* Makefile.in (tools, gnattools): Remove gnatmem.
Geert Bosch [Fri, 19 Oct 2001 18:29:51 +0000 (20:29 +0200)]
* Makefile.in (tools, gnattools): Remove gnatmem.

From-SVN: r46352

22 years ago* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
NIIBE Yutaka [Fri, 19 Oct 2001 17:45:51 +0000 (17:45 +0000)]
* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.

From-SVN: r46351

22 years ago* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
Janis Johnson [Fri, 19 Oct 2001 16:52:31 +0000 (16:52 +0000)]
* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
        about 64-bit support from the 3.0_branch version.

From-SVN: r46350

22 years ago* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
Janis Johnson [Fri, 19 Oct 2001 16:51:17 +0000 (16:51 +0000)]
* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
about 64-bit support from the 3.0_branch version.

From-SVN: r46349

22 years agoaclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL when...
Zack Weinberg [Fri, 19 Oct 2001 15:17:39 +0000 (15:17 +0000)]
aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL when appropriate.

* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
USE_INCLUDED_LIBINTL when appropriate.
* configure, config.in: Regenerate.
* Makefile.in (datadir): Set to @datadir@.
(intl.o): Also depend on $(CONFIG_H) and system.h.

* intl.c: Factor out common gettext initialization sequence.
(gcc_init_libintl):  New function.
* intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
off NLS.  Add multiple include guard.  No need to #ifdef-guard
an #undef.  Prototype gcc_init_libintl here.

* collect2.c (main), cppmain.c (general_init), gcc.c (main),
gcov.c (main), protoize.c (main), toplev.c (toplev_main):
Use gcc_init_libintl.

intl:
* Makefile.in: Don't copy libgnuintl.h anywhere.

From-SVN: r46348

22 years agostormy16.h (ASM_COMMENT_START): Define.
Catherine Moore [Fri, 19 Oct 2001 14:03:29 +0000 (14:03 +0000)]
stormy16.h (ASM_COMMENT_START): Define.

        * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.

        * config/stormy16/stormy16.c (stormy16_split_move):  Make
        sure that REG_INC notes are present for auto_inc operands.

From-SVN: r46347

22 years agolocale_facets.h (__timepunct::_M_put_helper): Declare specializations for char, wchar_t.
Benjamin Kosnik [Fri, 19 Oct 2001 09:35:19 +0000 (09:35 +0000)]
locale_facets.h (__timepunct::_M_put_helper): Declare specializations for char, wchar_t.

2001-10-19  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h (__timepunct::_M_put_helper):
Declare specializations for char, wchar_t.

From-SVN: r46346

22 years agoDaily bump.
GCC Administrator [Fri, 19 Oct 2001 07:16:27 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46344

22 years ago* configure.target: Add x86-64.
Andreas Jaeger [Fri, 19 Oct 2001 06:34:23 +0000 (08:34 +0200)]
* configure.target: Add x86-64.

From-SVN: r46343

22 years agolimits.h: New file.
Andreas Jaeger [Fri, 19 Oct 2001 06:34:01 +0000 (08:34 +0200)]
limits.h: New file.

* config/cpu/x86-64/bits/limits.h: New file.

* config/cpu/x86-64/bits/atomicity.h: New file.

* configure.target: Add x86-64.

From-SVN: r46342

22 years agoconfigure: Regenerated.
Andreas Jaeger [Fri, 19 Oct 2001 06:29:18 +0000 (08:29 +0200)]
configure: Regenerated.

        * configure: Regenerated.
* configure.in: Add x86_64 to switch statements.

From-SVN: r46341

22 years agoalpha.md (sibcall_osf_1): Load destination address into $27 explicitly.
Richard Henderson [Fri, 19 Oct 2001 05:04:54 +0000 (22:04 -0700)]
alpha.md (sibcall_osf_1): Load destination address into $27 explicitly.

        * config/alpha/alpha.md (sibcall_osf_1): Load destination
        address into $27 explicitly.
        (sibcall_value_osf_1): Likewise.

From-SVN: r46340

22 years agoInstall correct version of file
Richard Kenner [Fri, 19 Oct 2001 01:07:52 +0000 (21:07 -0400)]
Install correct version of file

From-SVN: r46339

22 years agoBufferedWriter.java (write(String,int,int)): Correctly check bounds.
Tom Tromey [Thu, 18 Oct 2001 23:43:59 +0000 (23:43 +0000)]
BufferedWriter.java (write(String,int,int)): Correctly check bounds.

* java/io/BufferedWriter.java (write(String,int,int)): Correctly
check bounds.

From-SVN: r46338

22 years agoemit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
Richard Kenner [Thu, 18 Oct 2001 21:34:14 +0000 (21:34 +0000)]
emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.

* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
(offset_address): New function.
(free_emit_status): Free regno_decl.
(init_emit): Pass proper number of elements to xcalloc.
Allocate regno_decl.
(mark_emit_status): Mark regno_decl values.
* expr.c (highest_pow2_factor): New function.
(expand_assigment): Use it and offset_address.
Properly handle ptr_mode vs. Pmode in offset calculation.
(store_constructor, expand_expr_unaligned): Likewise.
(expand_expr, case COMPONENT_EXPR): Likewise.
* expr.h (offset_address): New decl.
* function.h (struct emit_status): Add regno_decl.
(REGNO_DECL): New macro.
* final.c (output_asm_name): Move in file and don't conditionalize
on flag_print_asm_name.
(output_asm_insn): Only call output_asm_name if flag_print_asm_name.
Output names of operands, if known.
* function.c (assign_parms): Set REGNO_DECL.
* integrate.c (integrate_decl_tree): Likewise.
* stmt.c (expand_decl): Likewise.
* regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.

From-SVN: r46337

22 years agoFix the typo for real now.
Alexandre Oliva [Thu, 18 Oct 2001 18:43:20 +0000 (18:43 +0000)]
Fix the typo for real now.

From-SVN: r46336

22 years agoattr-noinline.c, [...]: New tests.
Alexandre Oliva [Thu, 18 Oct 2001 18:29:25 +0000 (18:29 +0000)]
attr-noinline.c, [...]: New tests.

* gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
* gcc.dg/attr-invalid.c: Likewise.

From-SVN: r46335

22 years agoattribs.c (handle_noinline_attribute): New function.
Alexandre Oliva [Thu, 18 Oct 2001 18:29:02 +0000 (18:29 +0000)]
attribs.c (handle_noinline_attribute): New function.

* attribs.c (handle_noinline_attribute): New function.
(handle_used_attribute): Likewise.
(c_common_attribute_table): Added noinline and used.
* doc/extend.texi (Function Attributes): Document them.
* c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
Warn when merging inline with attribute noinline.
(start_decl, start_function): Warn if inline and attribute
noinline appear in the same declaration.

From-SVN: r46334

22 years agodecl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
Alexandre Oliva [Thu, 18 Oct 2001 18:27:48 +0000 (18:27 +0000)]
decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.

* decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
Warn when merging inline with attribute noinline.
(start_decl, start_function): Warn if inline and attribute
noinline appear in the same declaration.

From-SVN: r46333

22 years agoSecurity.java (loadProviders): Removed unused `pname' variable.
Tom Tromey [Thu, 18 Oct 2001 17:51:47 +0000 (17:51 +0000)]
Security.java (loadProviders): Removed unused `pname' variable.

* java/security/Security.java (loadProviders): Removed unused
`pname' variable.  Don't create `File' object.  Don't update
`providerCount'.
(providerCount): Removed.
(insertProviderAt): Don't use `providerCount'.
(addProvider(Provider,int)): Likewise.
(removeProvider): Likewise.
(addProvider(Provider)): Rewrote.
(getProviders): Rewrote.
(getProvider): Don't use `providerCount'.

From-SVN: r46332

22 years ago* testsuite/gcc.dg/20011015-1.c: New test.
Jakub Jelinek [Thu, 18 Oct 2001 08:28:33 +0000 (10:28 +0200)]
* testsuite/gcc.dg/20011015-1.c: New test.

From-SVN: r46331

22 years agoDaily bump.
GCC Administrator [Thu, 18 Oct 2001 07:16:22 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46329

22 years agostd.c (ffestd_labeldef_format): Fix variable/stmt ordering.
Richard Henderson [Thu, 18 Oct 2001 03:57:51 +0000 (20:57 -0700)]
std.c (ffestd_labeldef_format): Fix variable/stmt ordering.

        * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
        (ffestd_R737A): Likewise.

From-SVN: r46328

22 years agoSHA1PRNG.java (engineNextBytes): Rewrote.
Tom Tromey [Thu, 18 Oct 2001 00:05:29 +0000 (00:05 +0000)]
SHA1PRNG.java (engineNextBytes): Rewrote.

* gnu/java/security/provider/SHA1PRNG.java (engineNextBytes):
Rewrote.
* java/security/SecureRandom.java (setSeed(long)): Don't set seed
if secureRandomSpi is not initialized.

From-SVN: r46327

22 years agoMakefile.in: Rebuilt.
Tom Tromey [Thu, 18 Oct 2001 00:03:48 +0000 (00:03 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (secdir): New macro.
(install-data-local): Install new data files.
* java/security/classpath.security: New file.
* java/security/libgcj.security: New file.

From-SVN: r46326

22 years agoSecurity.java (loadProviders): Added `vendor' argument.
Tom Tromey [Thu, 18 Oct 2001 00:01:49 +0000 (00:01 +0000)]
Security.java (loadProviders): Added `vendor' argument.

* java/security/Security.java (loadProviders): Added `vendor'
argument.
Load both `classpath' and `java.vm.name' providers.

From-SVN: r46325

22 years agocom.h: Remove FFECOM_targetCURRENT...
Richard Henderson [Wed, 17 Oct 2001 22:34:54 +0000 (15:34 -0700)]
com.h: Remove FFECOM_targetCURRENT...

        * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
        BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
        related conditional compilation directives.
        * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
        intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
        stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.

From-SVN: r46324

22 years agoargv.c, [...]: Improve manual formatting.
DJ Delorie [Wed, 17 Oct 2001 21:15:41 +0000 (17:15 -0400)]
argv.c, [...]: Improve manual formatting.

* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c:
Improve manual formatting.
* functions.texi: Regenerate.

From-SVN: r46323

22 years agoconfig.gcc: Update c4x and i370 for C front end-specific dependencies.
Neil Booth [Wed, 17 Oct 2001 20:39:13 +0000 (20:39 +0000)]
config.gcc: Update c4x and i370 for C front end-specific dependencies.

* config.gcc: Update c4x and i370 for C front end-specific
dependencies.
* config/c4x/c4x-c.c: New.
* config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
New declarations.
* config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
Make extern.
(c4x_init_pragma): Remove.
(c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
c4x_pr_ignored): Move to c4x-c.c.
* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
* config/c4x/t-c4x: Update.
* config/i370/i370-c.c: New.
* config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
(i370_pr_map): Move to i370-c.c.
* config/i370/t-i370: New.

* doc/tm.texi: Update.

From-SVN: r46322

22 years agohowto.html: Remove 1999 links (and explain why).
Phil Edwards [Wed, 17 Oct 2001 18:14:58 +0000 (18:14 +0000)]
howto.html: Remove 1999 links (and explain why).

2001-10-17  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/17_intro/howto.html:  Remove 1999 links (and explain
why).  Add link to recent message.
* docs/html/faq/index.html (5.6):  Reformat text only; fixup <pre>
markup.
* docs/html/faq/index.txt:  Regenerate.

From-SVN: r46321

22 years agors6000.c: Make assorted mechanical formatting and typo fixes throughout.
Stan Shebs [Wed, 17 Oct 2001 18:08:39 +0000 (18:08 +0000)]
rs6000.c: Make assorted mechanical formatting and typo fixes throughout.

        * config/rs6000/rs6000.c: Make assorted mechanical formatting and
        typo fixes throughout.
        (machopic_output_stub): Remove some dead code.

From-SVN: r46320

22 years agoSecurity.java (loadProviders): Fix bug in how providers are loaded.
Anthony Green [Wed, 17 Oct 2001 18:03:41 +0000 (18:03 +0000)]
Security.java (loadProviders): Fix bug in how providers are loaded.

2001-10-17  Anthony Green  <green@redhat.com>

* java/security/Security.java (loadProviders): Fix bug in how
providers are loaded.

From-SVN: r46319

22 years agoMakefile.in (misc.o): Depend on langhooks.h.
Richard Henderson [Wed, 17 Oct 2001 17:19:18 +0000 (10:19 -0700)]
Makefile.in (misc.o): Depend on langhooks.h.

ada/
        * Makefile.in (misc.o): Depend on langhooks.h.
        * misc.c: Include it.
        (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
        (LANG_HOOKS_DECODE_OPTION): New.
        (lang_hooks): Use LANG_HOOKS_INITIALIZER.
f/
        * Make-lang.in (f/com.o): Depend on langhooks.h.
        * com.c: Include it.
        (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
        (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
        (lang_hooks): Use LANG_HOOKS_INITIALIZER.
java/
        * Make-lang.in (java/lang.o): Depend on langhooks.h.

From-SVN: r46318

22 years agocpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak.
Richard Earnshaw [Wed, 17 Oct 2001 16:20:04 +0000 (16:20 +0000)]
cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak.

* cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
leak.

From-SVN: r46317

22 years agoFor PR java/4295:
Tom Tromey [Wed, 17 Oct 2001 15:57:03 +0000 (15:57 +0000)]
For PR java/4295:

* aclocal.m4, configure, Makefile.in: Rebuilt.
* configure.in: Added AC_EXEEXT.

From-SVN: r46316

22 years agoMakefile.in (print-rtl.o): Depend on TREE_H.
Richard Kenner [Wed, 17 Oct 2001 09:40:21 +0000 (09:40 +0000)]
Makefile.in (print-rtl.o): Depend on TREE_H.

* Makefile.in (print-rtl.o): Depend on TREE_H.
* alias.c (get_alias_set): Make two passes over objects to first
see if inner object is access via restricted pointer.
Defer allocating alias set for restricted pointer until here.
Call find_placeholder with second arg nonzero.
Minor cleanups.
* c-common.c (c_apply_type_quals_to_decl): Defer getting alias
set for restricted pointer types.
* emit-rtl.c (set_mem_attributes): Set more attributes.
(set_mem_align, change_address, adjust_address_1): New functions.
(change_address_1): Now static.
(adjust_address, adjust_address_nv): Deleted.
(replace_equiv_address): Call change_address_1.
* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
(find_placeholder): Get starting point from PLIST arg.
(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
(adjust_address, adjust_address_nv): New macros.
* print-rtl.c (tree.h): New include.
(print_rtx, case MEM): Print all memory attributes.

From-SVN: r46314

22 years agoMakefile.in (print-rtl.o): Depend on TREE_H.
Richard Kenner [Wed, 17 Oct 2001 09:31:36 +0000 (09:31 +0000)]
Makefile.in (print-rtl.o): Depend on TREE_H.

* Makefile.in (print-rtl.o): Depend on TREE_H.
* alias.c (get_alias_set): Make two passes over objects to first
see if inner object is access via restricted pointer.
Defer allocating alias set for restricted pointer until here.
Call find_placeholder with second arg nonzero.
Minor cleanups.
* emit-rtl.c (set_mem_attributes): Set more attributes.
(set_mem_align, change_address, adjust_address_1): New functions.
(change_address_1): Now static.
(adjust_address, adjust_address_nv): Deleted.
(replace_equiv_address): Call change_address_1.
* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
(find_placeholder): Get starting point from PLIST arg.
(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
(adjust_address, adjust_address_nv): New macros.
* print-rtl.c (tree.h): New include.
(print_rtx, case MEM): Print all memory attributes.

From-SVN: r46313

22 years ago* config/alpha/alpha.c (direct_call_operand): Don't fall off end.
Richard Henderson [Wed, 17 Oct 2001 09:05:18 +0000 (02:05 -0700)]
* config/alpha/alpha.c (direct_call_operand): Don't fall off end.

From-SVN: r46311

22 years agoc-tree.texi: Eliminate duplicated word.
Matt Kraai [Wed, 17 Oct 2001 08:44:09 +0000 (08:44 +0000)]
c-tree.texi: Eliminate duplicated word.

* c-tree.texi: Eliminate duplicated word.
* cpp.texi: Likewise.
* install.texi: Likewise.
* invoke.texi: Likewise.
* tm.texi: Likewise.

From-SVN: r46310

22 years agoDaily bump.
GCC Administrator [Wed, 17 Oct 2001 07:16:59 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46309

22 years agogc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
Loren J. Rittle [Wed, 17 Oct 2001 04:55:30 +0000 (04:55 +0000)]
gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.

* include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
* linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
GC_FREEBSD_THREADS, handle strange interaction between system
pthread implementation and boehm-gc signal-handler architecture.
* tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
set stack.
* include/private/gcconfig.h (configuration keyed off FREEBSD):
Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
MPROTECT_VDB when GC_FREEBSD_THREADS is defined.

From-SVN: r46307

22 years agoAdd ChangeLog entry for dsp16xx/dsp16xx.c change.
Michael Collison [Wed, 17 Oct 2001 04:38:50 +0000 (04:38 +0000)]
Add ChangeLog entry for dsp16xx/dsp16xx.c change.

From-SVN: r46306

22 years agodsp16xx.c: Fix comment formatting to match GNU standards.
Michael Collison [Wed, 17 Oct 2001 04:36:18 +0000 (04:36 +0000)]
dsp16xx.c: Fix comment formatting to match GNU standards.

* dsp16xx.c: Fix comment formatting to match GNU standards.
(dsp16xx_output_function_prologue): Change type of 'size'
parameter from 'int' to HOST_WIDE_INT.
(dsp16xx_output_function_epilogue): Change type of 'size'
parameter from 'int' to HOST_WIDE_INT.

From-SVN: r46305

22 years agoMakefile.am (test.o): Find tests/test.c in $(srcdir).
Loren J. Rittle [Wed, 17 Oct 2001 04:17:09 +0000 (04:17 +0000)]
Makefile.am (test.o): Find tests/test.c in $(srcdir).

* Makefile.am (test.o): Find tests/test.c in $(srcdir).
* Makefile.in: Rebuilt.

From-SVN: r46304

22 years agoconfigure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
Richard Henderson [Wed, 17 Oct 2001 01:39:47 +0000 (18:39 -0700)]
configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.

        * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
        * configure, config.in: Rebuild.

        * config/i386/i386.c (ix86_output_addr_vec_elt): New.
        (ix86_output_addr_diff_elt): New.
        * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
        (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
        (JUMP_TABLES_IN_TEXT_SECTION): New.
        * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
        * config/i386/i386-protos.h: Update.

        * config/i386/386bsd.h, config/i386/beos-elf.h,
        config/i386/freebsd-aout.h, config/i386/freebsd.h,
        config/i386/i386-interix.h, config/i386/i386elf.h,
        config/i386/linux.h, config/i386/netbsd-elf.h,
        config/i386/netbsd.h, config/i386/openbsd.h,
        config/i386/ptx4-i.h, config/i386/rtemself.h,
        config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
        (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.

From-SVN: r46303

22 years agocp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined for tree checking disabled.
H.J. Lu [Wed, 17 Oct 2001 01:00:40 +0000 (01:00 +0000)]
cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined for tree checking disabled.

        * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
        for tree checking disabled.

From-SVN: r46302

22 years ago* stmt.c (expand_asm_operands): Update commentary.
Florian Weimer [Wed, 17 Oct 2001 00:32:56 +0000 (02:32 +0200)]
* stmt.c (expand_asm_operands): Update commentary.

From-SVN: r46301

22 years agodarwin.h (GCC_NAME): Remove, no longer used.
Stan Shebs [Tue, 16 Oct 2001 23:22:27 +0000 (23:22 +0000)]
darwin.h (GCC_NAME): Remove, no longer used.

        * config/darwin.h (GCC_NAME): Remove, no longer used.
        (NO_MATH_LIBRARY): Ditto.
        (MATH_LIBRARY): Define to emptiness.
        (DWARF2_DEBUGGING_INFO): Define.
        (PREFERRED_DEBUGGING_TYPE): Define.
        (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
        (EXCEPTION_SECTION): Define.
        (ASM_PREFERRED_EH_DATA_FORMAT): Define.
        * config/darwin.c (darwin_encode_section_info): Handle case of
        DECL_INITIAL being error_mark_node.

From-SVN: r46300

22 years agoalpha.c (current_file_function_operand): Don't fail for profiling.
Richard Henderson [Tue, 16 Oct 2001 22:44:39 +0000 (15:44 -0700)]
alpha.c (current_file_function_operand): Don't fail for profiling.

        * alpha.c (current_file_function_operand): Don't fail for profiling.
        (direct_call_operand): New.
        * alpha-protos.h: Declare it.
        * alpha.h (EXTRA_CONSTRAINT): Use it.
        (PREDICATE_CODES): Add it.
        (ASM_OUTPUT_MI_THUNK): Remove.
        * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
        * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.

From-SVN: r46299

22 years agonetbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
Krister Walfridsson [Tue, 16 Oct 2001 22:38:40 +0000 (00:38 +0200)]
netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.

        * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
        (JUMP_TABLES_IN_TEXT_SECTION): Define.

From-SVN: r46298

22 years agocfg.c (free_edge): Break out from ....
Jan Hubicka [Tue, 16 Oct 2001 22:24:16 +0000 (00:24 +0200)]
cfg.c (free_edge): Break out from ....

* cfg.c (free_edge): Break out from ....
(remove_edge): ... here.
(clear_edges): Use free_edge.

* att.h (ASM_QUAD): Add comment.
* bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.

From-SVN: r46297

22 years agoi386.c (split_ti): New function.
Jan Hubicka [Tue, 16 Oct 2001 22:04:20 +0000 (00:04 +0200)]
i386.c (split_ti): New function.

* i386.c (split_ti): New function.
(ix86_split_to_parts): Support TImodes.
* i386.h (VALID_INT_MODE_P): Add TImode.
* i386.md (movdi splitter): Fix.
(movti): Support 64bit integer registers.
(movti_rex64): New function and splitter.

* i386.c (*_cost): Add movsx/movzx cost.
* i386.h (struct processor_costs): Add movsx/movzx fields.
(RTX_COSTS): Handle zero/sign extend + avoid believing that
64bit operations require split on 64bit machine.
(CONST_COST): Make large 64bit constants expensive on 64bit compilation.

* i386.c (ix86_setup_incomming_varargs): Fix mode of PLUS.
(ix86_expand_move): Avoid pushes of memory if size does not match;
move long constants to register.
(x86_initialize_trampoline): Fix mode.
* i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
Use ASM_QUAD on 64bit.
* i386.md (test pattern): Disallow impossible constants.
(tablejump PIC expander): Fix emitting of sum.
(movdicc_rex64): Rename to movdicc.
* linux64.h (LINK_SPEC): Add missing '%'.

From-SVN: r46296

22 years agojavaprims.h: Updated class list.
Tom Tromey [Tue, 16 Oct 2001 22:00:32 +0000 (22:00 +0000)]
javaprims.h: Updated class list.

* gcj/javaprims.h: Updated class list.
* java/util/Hashtable.java: Re-merged with Classpath.

From-SVN: r46295

22 years agocp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_NAME.
Hans-Peter Nilsson [Tue, 16 Oct 2001 21:19:34 +0000 (21:19 +0000)]
cp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_NAME.

* cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.

From-SVN: r46293

22 years agotree-inline.c (inlinable_function_p): Leave it up to the front-end to turn -finline...
Alexandre Oliva [Tue, 16 Oct 2001 21:17:59 +0000 (21:17 +0000)]
tree-inline.c (inlinable_function_p): Leave it up to the front-end to turn -finline-functions into DECL_INLINE set...

* tree-inline.c (inlinable_function_p): Leave it up to the
front-end to turn -finline-functions into DECL_INLINE set for all
functions.

From-SVN: r46292

22 years ago* config/rs6000/darwin.h (ASM_COMMENT_START): Define.
Stan Shebs [Tue, 16 Oct 2001 20:16:45 +0000 (20:16 +0000)]
* config/rs6000/darwin.h (ASM_COMMENT_START): Define.

From-SVN: r46291

22 years agotrans.c (tree_transform): Adjust to recent change in expand_asm_operands to implement...
Florian Weimer [Tue, 16 Oct 2001 19:12:53 +0000 (21:12 +0200)]
trans.c (tree_transform): Adjust to recent change in expand_asm_operands to implement named asm operands.

* trans.c (tree_transform): Adjust to recent change in
expand_asm_operands to implement named asm operands.

From-SVN: r46289

22 years ago* g++.dg/template/unify2.C: New test.
Richard Sandiford [Tue, 16 Oct 2001 13:09:17 +0000 (13:09 +0000)]
* g++.dg/template/unify2.C: New test.

From-SVN: r46288

22 years agopt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
Richard Sandiford [Tue, 16 Oct 2001 13:07:29 +0000 (13:07 +0000)]
pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.

* pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
(unify): Only handle MINUS_EXPR specially if the above flag is set
and the subtracted constant is 1.  Clear the flag on recursive calls.
Set it when unifying the maximum value in an INTEGER_TYPE's range.

From-SVN: r46287

22 years ago* g++.dg/other/exception-specification.C: New test
Richard Sandiford [Tue, 16 Oct 2001 13:02:39 +0000 (13:02 +0000)]
* g++.dg/other/exception-specification.C: New test

From-SVN: r46286

22 years agodecl.c (bad_specifiers): Don't allow exception specifications on any typedefs.
Richard Sandiford [Tue, 16 Oct 2001 13:01:44 +0000 (13:01 +0000)]
decl.c (bad_specifiers): Don't allow exception specifications on any typedefs.

* decl.c (bad_specifiers): Don't allow exception specifications
on any typedefs.

From-SVN: r46285

22 years agoForgot this file in last commit.
Bryce McKinlay [Tue, 16 Oct 2001 11:18:03 +0000 (12:18 +0100)]
Forgot this file in last commit.

From-SVN: r46284

22 years agoMakefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.
Bryce McKinlay [Tue, 16 Oct 2001 09:01:40 +0000 (09:01 +0000)]
Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.

* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1
and merged local changes.

From-SVN: r46283

22 years agoEliminate use of C++ static constructors.
Bryce McKinlay [Tue, 16 Oct 2001 08:35:17 +0000 (08:35 +0000)]
Eliminate use of C++ static constructors.

* interpret.cc: Remove static Utf8Consts. Use namespace gcj.
* jni.cc: Likewise.
* resolve.cc: Likewise.
* defineclass.cc: Likewise.
(_Jv_ClassReader::handleClassBegin): Synchronize call to
_Jv_RegisterClass.
* include/jvm.h (void_signature, clinit_name, init_name, finit_name):
Declare in namespace gcj.
* java/lang/Class.h (Class): Remove initialization for primitive
types.
(friend void _Jv_InitPrimClass): This is in prims.cc.
* prims.cc (_Jv_InitPrimClass): Do primitive type initialization
here instead.
(void_signature, clinit_name, init_name, finit_name): Define in
namespace gcj.
(_Jv_CreateJavaVM): Call _Jv_InitThreads, _Jv_InitGC, and
_Jv_InitializeSyncMutex from here. Initialize Utf8 constants.
Initialize primitive types.
* java/lang/natClassLoader.cc (_Jv_RegisterClasses): Don't call
initialization routines. Don't synchronize.
* java/lang/natRuntime.cc (_load): Synchronize on java.lang.Class
across dlopen call.

From-SVN: r46282

22 years ago* name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname.
Bryce McKinlay [Tue, 16 Oct 2001 07:36:12 +0000 (07:36 +0000)]
* name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname.

From-SVN: r46280

22 years agoDaily bump.
GCC Administrator [Tue, 16 Oct 2001 07:16:11 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46278

22 years ago[multiple changes]
Bryce McKinlay [Tue, 16 Oct 2001 05:47:01 +0000 (06:47 +0100)]
[multiple changes]

2001-10-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

* java/util/HashMap.java (HashEntry.clone): Removed.
(HashMap(Map)): Use putAllInternal.
(clone): Likewise.
(putAllInternal): New method. Efficient counterpart to putAll which
does not call put().
* java/util/LinkedHashMap.java (rethread): Removed.
(putAllInternal): New method. Clear "head" and "tail".
(addEntry): New argument "callRemove". Don't call removeEldestEntry()
if callRemove == false.

* Makefile.am: Add new classes RandomAccess and LinkedHashMap.
* Makefile.in: Rebuilt.

2001-10-15  Eric Blake  <ebb9@email.byu.edu>

* java/util/Collection.java: Updated javadoc.
* java/util/Comparator.java: Updated javadoc.
* java/util/Enumeration.java: Updated javadoc.
* java/util/Iterator.java: Updated javadoc.
* java/util/List.java: Updated javadoc.
* java/util/ListIterator.java: Updated javadoc.
* java/util/Map.java: Updated javadoc.
* java/util/RandomAccess.java: New file.
* java/util/Set.java: Updated javadoc.
* java/util/SortedMap.java: Updated javadoc.
* java/util/SortedSet.java: Updated javadoc.

From-SVN: r46277

22 years ago* recog.c: Formatting and comment typo fixes.
Alan Modra [Tue, 16 Oct 2001 04:19:26 +0000 (04:19 +0000)]
* recog.c: Formatting and comment typo fixes.

From-SVN: r46276

22 years agoconfigure.in (gcc_cv_as_bfd_srcdir): New.
Alan Modra [Tue, 16 Oct 2001 03:33:48 +0000 (03:33 +0000)]
configure.in (gcc_cv_as_bfd_srcdir): New.

* configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
version in single tree build.
* configure: Regenerate.

From-SVN: r46275

22 years agoMakefile.in (TEXIFILES): Add fnmatch.txh.
DJ Delorie [Tue, 16 Oct 2001 02:50:13 +0000 (22:50 -0400)]
Makefile.in (TEXIFILES): Add fnmatch.txh.

* Makefile.in (TEXIFILES): Add fnmatch.txh.
(maint-undoc): New.
maint-tool: Add "undoc" tool.
* alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
documentation.
* fnmatch.txh: New.
* functions.texi: Regenerate.

From-SVN: r46274

22 years agors6000.md (cr_logical): Swap order of CODE and MODE arguments to
David Edelsohn [Tue, 16 Oct 2001 00:43:21 +0000 (00:43 +0000)]
rs6000.md (cr_logical): Swap order of CODE and MODE arguments to
        gen_rtx and compare operand with const0_rtx.

From-SVN: r46273

22 years agoAccessibleObject.java (checkPermission): Implemented.
Tom Tromey [Mon, 15 Oct 2001 22:45:03 +0000 (22:45 +0000)]
AccessibleObject.java (checkPermission): Implemented.

* java/lang/reflect/AccessibleObject.java (checkPermission):
Implemented.
Updated copyright information.

From-SVN: r46272

22 years agonatObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_proc near...
Hans Boehm [Mon, 15 Oct 2001 22:42:42 +0000 (22:42 +0000)]
natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_proc near beginning.

2001-10-15  Hans Boehm <Hans_Boehm@hp.com>

* java/lang/natObject.cc (heavy_lock): Moved fields
old_client_data, old_finalization_proc near beginning.
(heavy_lock_finalization_proc): Now inline; changed type of
argument.
(JV_SYNC_TABLE_SZ): Now 2048.
(mp): New global.
(spin): `mp' now global.
(heavy_lock_obj_finalization_proc): Updated to correctly handle
heavy lock finalization.
(remove_all_heavy): New function.
(maybe_remove_all_heavy): Likewise.
(_Jv_MonitorEnter): Throw exception if object is NULL.
(_Jv_MonitorExit): Likewise.  Also, clear long lists of unlocked
heavy locks.
* include/jvm.h (_Jv_AllocTraceTwo): Declare.
* nogc.cc (_Jv_AllocTraceTwo): New function.
* boehm.cc (trace_two_vtable): New global.
(_Jv_AllocTraceTwo): New function.

From-SVN: r46271

22 years agolang.c (langhooks.h): Included.
Alexandre Petit-Bianco [Mon, 15 Oct 2001 22:10:56 +0000 (15:10 -0700)]
lang.c (langhooks.h): Included.

2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * lang.c (langhooks.h): Included.
        (LANG_HOOKS_INIT): Redefined.
        (LANG_HOOKS_INIT_OPTIONS): Likewise.
        (LANG_HOOKS_DECODE_OPTION): Likewise.
        (struct lang_hooks lang_hooks): New initialization.

( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00692.html )

From-SVN: r46270

22 years agosystem.h: Poison old unused target macros.
Neil Booth [Mon, 15 Oct 2001 20:10:13 +0000 (20:10 +0000)]
system.h: Poison old unused target macros.

* system.h: Poison old unused target macros.
* config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
* config/stormy16/stormy16.c: Update references to obsolete macros.
* config/stormy16/stormy16.h: Similarly.
* config/stormy16/stormy16.md: Similarly.
* config/cris/cris.h: Similarly.

From-SVN: r46269

This page took 0.108864 seconds and 5 git commands to generate.