Commit Graph

37608 Commits

Author SHA1 Message Date
Richard Sandiford
2e547b13f1 * calls.c (store_one_arg): Expand comment.
From-SVN: r45502
2001-09-10 10:14:13 +00:00
Roman Lechtchinsky
0df299ae0b calls.c (store_one_arg): Make sure that the entire argument is pushed if...
* calls.c (store_one_arg): Make sure that the entire argument is
	pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.

From-SVN: r45501
2001-09-10 10:10:16 +00:00
Richard Henderson
c347e68d71 * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
From-SVN: r45500
2001-09-10 01:52:54 -07:00
GCC Administrator
6f36d76ad0 Daily bump.
From-SVN: r45499
2001-09-10 07:16:41 +00:00
Bryce McKinlay
7866a458e2 jvm.h (_Jv_AllocRawObj): New prototype.
* include/jvm.h (_Jv_AllocRawObj): New prototype.
	* boehm.cc (_Jv_AllocRawObj): Implement.
	* nogc.cc (_Jv_AllocRawObj): Likewise.
	* exception.cc (_Jv_Throw): Use _Jv_AllocRawObj, not GC_malloc.

From-SVN: r45497
2001-09-10 02:21:08 +01:00
Benjamin Kosnik
69971cd850 Implement std::money_put.
2001-09-09  Benjamin Kosnik  <bkoz@redhat.com>

	Implement std::money_put.
	* include/bits/locale_facets.h
	(moneypunct::_M_initialize_moneypunct): Split up specializations
	to account for _Intl.  More grody hacking to get around the
	ill-considered use of const bool as a template parameter.
	* config/locale/moneypunct_members_gnu.cc: And here.
	* config/locale/moneypunct_members_generic.cc: And here.
	* testsuite/22_locale/moneypunct_members_char.cc: Add tests.
	* testsuite/22_locale/moneypunct.cc: Add tests.
	* testsuite/22_locale/money_put_members_wchar_t.cc: New file.
	* testsuite/22_locale/moneypunct_members_wchar_t.cc: New file.

	* src/locale.cc (money_base::_S_construct_pattern): Move into
	gnu-specific file.
	* config/locale/moneypunct_members_gnu.cc: Add here.
	* config/locale/moneypunct_members_generic.cc: Add generic version
	here.

	* include/bits/locale_facets.tcc (money_put::do_put): Move member
	function definitions here.
	* include/bits/locale_facets.h (money_put): Implement.
	* src/locale-inst.cc: Add use_facet instantiations for moneypunct.
	Correct money_get, money_put instantiations.
	* src/locale.cc (money_base::_S_construct_pattern): Handle case
	where __posn == 0.
	* testsuite/22_locale/money_put_members_char.cc: Add tests.

From-SVN: r45496
2001-09-10 01:00:27 +00:00
Richard Henderson
1650fcade9 * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
From-SVN: r45495
2001-09-09 02:11:05 -07:00
Jan Hubicka
5bb08c847f * loop.c (combine_givs): Fix computing of benefit once giv is combined.
From-SVN: r45494
2001-09-09 08:45:21 +00:00
Richard Henderson
1eb356b98d alpha.c (alpha_next_sequence_number): New.
* config/alpha/alpha.c (alpha_next_sequence_number): New.
	(alpha_this_literal_sequence_number): New.
	(alpha_this_gpdisp_sequence_number): New.
	(some_operand, input_operand): Add HIGH.
	(local_symbolic_operand): New.
	(alpha_encode_section_info): New.
	(alpha_legitimate_address_p): Allow LO_SUM.
	(alpha_legitimize_address): Generate HIGH+LO_SUM.
	(alpha_expand_mov): Likewise.
	(secondary_reload_class): Check memory_operand not general_operand
	for FP_REGS test.
	(alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
	(alpha_expand_unaligned_store): Likewise.
	(alpha_expand_unaligned_load_words): Likewise.
	(alpha_expand_unaligned_store_words): Likewise.
	(alpha_expand_block_clear): Likewise.
	(print_operand): Handle %#, %*, %H.
	(print_operand_address): Handle LO_SUM.
	(find_lo_sum): New.
	(alpha_does_function_need_gp): Use it.
	(alpha_expand_block_move): Fix signed compare warnings.
	(alpha_sa_mask, alpha_align_insns): Likewise.
	* config/alpha/alpha-protos.h: Update.
	* config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
	(MASK_EXPLICIT_RELOCS): New.
	(TARGET_SWITCHES): Add -mexplicit-relocs.
	(EXTRA_CONSTRAINT): Add 'T'.
	(PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
	(ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
	(ENCODE_SECTION_INFO): Out line.
	(REDO_SECTION_INFO_P): New.
	(STRIP_NAME_ENCODING): New.
	(ASM_OUTPUT_LABELREF): New.
	(PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
	(PREDICATE_CODES): Update.
	* config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
	call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
	movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
	builtin_setjmp_receiver_er, exception_receiver_1_er,
	call_value_osf_1_er): New patterns.
	(sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
	(movqi, movhi, movsi): Add explicit $31 base register to lda.
	* config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
	(FINAL_PRESCAN_INSN): New.

From-SVN: r45493
2001-09-09 01:42:40 -07:00
GCC Administrator
7b95ee3dda Daily bump.
From-SVN: r45491
2001-09-09 07:16:09 +00:00
Jan Hubicka
b74cf1ce45 * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
From-SVN: r45490
2001-09-08 20:01:54 +00:00
GCC Administrator
718fd87ea1 Daily bump.
From-SVN: r45488
2001-09-08 07:16:10 +00:00
Andreas Jaeger
2c36d07028 * i386.h (TARGET_SWITCHES): Fix spelling of option.
From-SVN: r45487
2001-09-08 08:31:52 +02:00
David Edelsohn
d5d8d540f9 install.texi: Explain AIX exception handling work-around.
* doc/install.texi: Explain AIX exception handling work-around.
        Update URL for AIX fixes.

From-SVN: r45486
2001-09-08 02:24:00 -04:00
David Edelsohn
4e2c1c4484 rs6000.c (num_insns_constant): Compute number of instructions more accurately.
* rs6000.c (num_insns_constant): Compute number of instructions
        more accurately.

From-SVN: r45484
2001-09-07 22:40:36 -04:00
Jim Wilson
43fe47ca78 re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/super.c)
Fix for PR 3783.
	* alias.c (clear_reg_alias_info): New.
	* flow.c (attempt_auto_inc): Call clear_reg_alias_info.
	* rtl.h (clear_reg_alias_info): Declare.

From-SVN: r45482
2001-09-07 16:25:01 -07:00
Roman Lechtchinsky
177b41ebf3 real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available.
* real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
        available.
        (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
        (m16m,edivm,emulm): Change declaration to match definition.

From-SVN: r45481
2001-09-07 15:33:56 -07:00
Roman Lechtchinsky
b4905cba94 reload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE being 0 when...
* reload.c (push_reload): Check for subreg_lowpart_p instead of
        SUBREG_BYTE being 0 when determining if the inner part of a subreg
        can be reloaded.

From-SVN: r45480
2001-09-07 15:19:05 -07:00
Richard Henderson
4a063bec6e c-common.c (signed_or_unsigned_type): Handle machine mode types which have no corresponding C type.
* c-common.c (signed_or_unsigned_type): Handle machine mode types
        which have no corresponding C type.
        * fold_const.c (target_isinf,target_isnan,target_negative): Update
        the representation of 64-bit doubles to work with 64-bit ints.

From-SVN: r45479
2001-09-07 15:14:43 -07:00
Aldy Hernandez
2fd7f0c1f8 mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU_STRING_DEFAULT was specified.
* config/mips/mips.c (override_options): Do not override ISA when ABI
        specified if MIPS_CPU_STRING_DEFAULT was specified.

From-SVN: r45476
2001-09-07 21:29:05 +00:00
Alexandre Petit-Bianco
0ef02b2d31 java-tree.h (compile_resource_file): Grouped with other prototypes.
2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* java-tree.h (compile_resource_file): Grouped with other prototypes.
	* jvspec.c (lang_specific_driver): Removed unused local `ptr.'

(http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00249.html )

From-SVN: r45475
2001-09-07 11:40:26 -07:00
Alexandre Petit-Bianco
731866ba53 re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3.1 expermental.)
2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>

	* jcf-write.c (generate_classfile): Issue an error in case of
	field/initial value mismatch.
	* parse.y (analyze_clinit_body): Keep <clinit> if an array is
	being initialized and we're generating bytecode.
	(java_complete_lhs): In MODIFY_EXPR section: added comments,
	set DECL_INITIAL properly when appropriate.
	Fixes PR java/4230
	Fixes PR java/4204

(http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00247.html )

From-SVN: r45474
2001-09-07 11:30:29 -07:00
Richard Henderson
9b3bd4249d loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
* loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
        (express_from_1): Wrap lines.
        * rtlanal.c (commutative_operand_precedence): Rename from
        operand_preference; export.
        * rtl.h: Declare it.
        * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
        (simplify_binary_operation): Invoke simplify_plus_minus on
        (CONST (PLUS ...)) as well.
        (struct simplify_plus_minus_op_data): New.
        (simplify_plus_minus_op_data_cmp): New.
        (simplify_plus_minus): Use them.  Avoid infinite recursion with
        simplify_binary_operation wrt CONST.

From-SVN: r45473
2001-09-07 11:14:32 -07:00
Anthony Green
9978052974 ResourceBundle fixes
From-SVN: r45472
2001-09-07 18:14:20 +00:00
Kazu Hirata
5660465a0b h8300-protos.h (general_operand_dst_push): Remove.
* h8300-protos.h (general_operand_dst_push): Remove.
        * h8300.c (general_operand_dst_push): Likewise.
        * h8300.h (OK_FOR_T): Likewise.
        (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
        * h8300.md (pushqi_h8300): New.
        (pushqi_h8300hs): Likewise.
        (pushqi): Likewise.
        (pushhi_h8300): Likewise.
        (pushhi_h8300hs): Likewise.
        (pushhi): Likewise.

From-SVN: r45470
2001-09-07 11:55:47 -06:00
Richard Kenner
7b9e1fcf2d genattrtab.c (attr_printf): First arg is unsigned.
* genattrtab.c (attr_printf): First arg is unsigned.
	Clean up formatting of callers.

From-SVN: r45469
2001-09-07 12:52:26 -04:00
Janis Johnson
08dc0e10f4 Test gcov output for functions that use longjmp.
From-SVN: r45468
2001-09-07 16:42:54 +00:00
Janis Johnson
518c36b65e Control which kinds of gcov output to verify.
From-SVN: r45467
2001-09-07 16:42:04 +00:00
Janis Johnson
0c2ba6f1c9 Add support for a .x file to control XFAIL and wich kinds of gcov output
to verify.

From-SVN: r45466
2001-09-07 16:39:44 +00:00
Janis Johnson
ebe0d2668b gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify.
* gcc.misc-tests/gcov.exp: Add support for a .x file to control
	XFAIL and which kinds of gcov output to verify.
	* gcc.misc-tests/gcov-4b.x: New file.
	* gcc.misc-tests/gcov-5b.x: New file.
	* gcc.misc-tests/gcov-6.x: New file.
	* gcc.misc-tests/gcov-7.c: New test.
	* gcc.misc-tests/gcov-7.x: New file.

From-SVN: r45465
2001-09-07 16:38:32 +00:00
Aldy Hernandez
1dee47c328 mips.c (override_options): Allow abi32 with 64 bit registers.
* config/mips/mips.c (override_options): Allow abi32 with 64 bit
	registers.

From-SVN: r45464
2001-09-07 12:52:49 +00:00
Andreas Jaeger
4cba3b67af * i386.h (TARGET_SWITCHES): Fix descriptions.
From-SVN: r45463
2001-09-07 10:57:13 +02:00
GCC Administrator
d29d2b8756 Daily bump.
From-SVN: r45462
2001-09-07 08:55:16 +00:00
Matt Kraai
6a9f67271e typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.
* java/typeck.c (java_array_type_length, build_prim_array_type):
        Represent empty arrays by NULL index.

        * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.

From-SVN: r45460
2001-09-07 01:54:32 -07:00
Richard Sandiford
b5f2093196 revert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and...
Revert:
	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
	touch.

From-SVN: r45459
2001-09-07 07:57:51 +00:00
Tom Tromey
89066f10f5 RuleBasedCollator.java (clone): Rewrote.
* java/text/RuleBasedCollator.java (clone): Rewrote.
	(RuleBasedCollator(RuleBasedCollator)): Removed.
	* java/text/MessageFormat.java: Re-merged from Classpath.
	* java/text/DecimalFormat.java: Re-merged from Classpath.

From-SVN: r45458
2001-09-07 00:15:47 +00:00
Ira Ruben
cffb260138 Remove OP_IDENTIFIER.
2001-09-06  Ira Ruben  <ira@apple.com>

        Remove OP_IDENTIFIER.
        * tree.def (OP_IDENTIFIER): Remove.
        * tree.c (tree_node_kind enum): Remove op_id_kind.
        (tree_node_kind_names): Remove "op_identifiers".
        (make_node): Remove OP_IDENTIFIER test.
        (build_op_identifier): Removed because it isn't being used.
        * print-tree.c (print_node): Remove OP_IDENTIFIER case.
        * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.

From-SVN: r45457
2001-09-06 23:49:39 +00:00
Richard Henderson
0615ed3659 * simplify-rtx.c (simplify_binary_operation): Revert last change.
From-SVN: r45456
2001-09-06 16:33:56 -07:00
Janis Johnson
72d7fa184a Simple test of call return percentages along with branch percentages and
line counts.

From-SVN: r45454
2001-09-06 23:29:35 +00:00
Janis Johnson
aad8e7a914 Add support for checking call return percentages for gcov -b output.
From-SVN: r45453
2001-09-06 23:26:48 +00:00
Janis Johnson
a30705746d gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov.exp: Add support for call return percentages.
	* gcc.misc-tests/gcov-6.c: New test.

From-SVN: r45452
2001-09-06 23:25:58 +00:00
Anthony Green
a11e2c2279 jvm.h: Declare _Jv_RegisterResource.
* include/jvm.h: Declare _Jv_RegisterResource.
        * gnu/gcj/Core.java, gnu/gcj/natCore.cc,
        gnu/gcj/protocol/core/Connection.java,
        gnu/gcj/protocol/core/Handler.java,
        gnu/gcj/protocol/core/CoreInputStream.java,
        gnu/gcj/protocol/core/natCoreInputStream.cc: New files.
        * java/net/URL.java (setURLStreamHandler): Use
        gnu.gcj.protocol.core.Handler for the core protocol.
        * gnu/gcj/runtime/VMClassLoader.java (init): Add "core:/" to the
        end of java.class.path.
        * Makefile.am (ordinary_java_source_files): Add new java files.
        (nat_source_files): Add new native code files.
        * Makefile.in: Rebuilt.

From-SVN: r45450
2001-09-06 22:32:54 +00:00
Anthony Green
f2767a670e gcj -R patches
From-SVN: r45449
2001-09-06 22:23:09 +00:00
Anthony Green
7be5b0e5a4 class.c (O_BINARY): Define if necessary.
* class.c (O_BINARY): Define if necessary.
        (registerResource_libfunc): Declare.
        (init_class_processing): Initilize registerResource_libfunc.
        (compile_resource_file): New function.
        * java-tree.h (resource_name): Declare.
        (compile_resource_file): Declare.
        * jcf-parse.c (yyparse): Handle compiling java resource files.
        * lang.c (java_decode_option): Handle -fcompile-resource option.
        * jvspec.c (lang_specific_driver): Handle -R flag for compiling
        resource files.
        * gcj.texi (Code Generation): Add documentation for -R flag.

From-SVN: r45448
2001-09-06 22:22:44 +00:00
Richard Henderson
7d8be4dab0 simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.
* simplify-rtx.c (simplify_binary_operation): Simplify contents
        of CONST.

From-SVN: r45447
2001-09-06 15:14:43 -07:00
Franz Sirl
a1dc9455a3 rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR register.
2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
	* config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
	number used for CR register.

From-SVN: r45444
2001-09-06 18:12:53 +00:00
Tom Tromey
d70dd6c835 * java/util/Properties.java: Re-merged from Classpath.
From-SVN: r45442
2001-09-06 17:16:09 +00:00
Jeffrey A Law
1aae372ea5 Joern Rennecke (amylaar@cygnus.com)
Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
			  Joern Rennecke (amylaar@cygnus.com)

	* h8300-protos.h (h8300_return_addr_rtx): New prototype.
	* h8300.c (initial_offset): Handle offset between RP and FP.
	(h8300_return_addr_rtx): New function.
	* h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
	return register.
	(FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
	(REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
	(REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
	(CAN_ELIMINATE, REGISTER_NAMES):
	(RETURN_ADDR_RTX): Call h8300_return_addr_rtx.

Co-Authored-By: Joern Rennecke <amylaar@cygnus.com>

From-SVN: r45441
2001-09-06 10:48:48 -06:00
Nathan Sidwell
5234e23b11 oops, missed a bit in previous commit
From-SVN: r45436
2001-09-06 09:41:29 +00:00
Nathan Sidwell
39e78d8bfc re PR c++/3986 (ICE in build_rtti_vtbl_entries)
cp:
	PR c++/3986
	* class.c (force_canonical_binfo_r): Check & move an indirect
	primary base first.
	(force_canonical_binfo): Check that it's not already
	canonical.
	(mark_primary_virtual_base): Remove BINFO parameter.
	(mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
testsuite:
	PR c++/3986
	* g++.dg/abi/vbase1.C: New test.

From-SVN: r45435
2001-09-06 09:03:31 +00:00