Commit Graph

37237 Commits

Author SHA1 Message Date
Alexandre Oliva 898c7238df backport: ltcf-c.sh: Use $objext, not $ac_objext.
Merged from gcc-3_0-branch:
2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
* ltcf-c.sh: Use $objext, not $ac_objext.
2001-07-27  Mark Kettenis  <kettenis@gnu.org>
* ltcf-cxx.sh: Add support for GNU.
2001-07-22  Timothy Wall  <twall@redhat.com>
* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
default settings if using GNU tools with that configuration.
* ltcf-cxx.sh: Ditto.
* ltcf-gcj.sh: Ditto.
2001-07-21  Michael Chastain  <chastain@redhat.com>
* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
* ltmain.sh: Mark as gcc-local.

From-SVN: r45341
2001-09-01 00:47:19 +00:00
Eric Christopher 4049df424c gcc.c (handle_braces): Add explaination for abort.
2001-08-31  Eric Christopher  <echristo@redhat.com>

	* gcc.c (handle_braces): Add explaination for abort.

From-SVN: r45340
2001-09-01 00:23:53 +00:00
Roman Zippel 8950361603 ieee.exp: Add -ffloat-store for m68k.
* testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
        for m68k.

From-SVN: r45339
2001-08-31 16:09:11 -07:00
Roman Zippel 57bfa49ae1 expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment of bitpos instead.
* expmed.c (store_bit_field): Update to patch from 2001-08-27:
        move adjustment of bitpos instead.

From-SVN: r45338
2001-08-31 15:54:19 -07:00
Tom Tromey 4504a65546 Re-merge with Classpath:
* java/util/Comparator (equals): Added.
	* java/io/PipedWriter.java (write): Changed argument to `int'.

	* java/io/FileDescriptor.java (FileDescriptor()): New
	constructor.
	* java/io/File.java (getAbsoluteFile): Doesn't throw IOException.

From-SVN: r45337
2001-08-31 22:31:40 +00:00
Zack Weinberg eb3ae3e105 function.c: Remove all_functions.
* function.c: Remove all_functions.  Make outer_function_chain
	static.
	(init_function_start): Don't add new function structure to
	all_functions.
	(find_function_data, push_function_context_to,
	pop_function_context_from, put_var_into_stack,
	trampoline_address): Update for changed structure element names.
	(push_function_context_to): Disentangle.
	(free_after_compilation): Also free F.
	(expand_dummy_function_end): Don't free cfun here.
	(put_var_into_stack): Comment why we can't use find_function_data here.
	(fix_lexical_addr, trampoline_address, ): Use find_function_data.
	(mark_function_chain): Split into maybe_mark_struct_function and
	ggc_mark_struct_function.  Export the latter.
	(init_function_once): Mark from cfun and outer_function_chain;
	not all_functions.

	* function.h (struct function): Kill next_global.  Rename next
	to outer.  All users updated to match.
	(all_functions, outer_function_chain): Don't declare.

	* ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
	* integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
	don't touch f->inlinable, after calling rest_of_compilation.

	* tree.h: Forward-declare struct function.  Prototype
	ggc_mark_struct_function.

From-SVN: r45336
2001-08-31 22:22:02 +00:00
Tom Tromey 7a95ae6b51 Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
	* Makefile.am (ordinary_java_source_files): Removed
	EnumerationChain, added DoubleEnumeration.
	(nat_source_files): Added natResourceBundle.cc.
	* java/util/natResourceBundle.cc: New file.
	* gnu/java/util/DoubleEnumeration.java: New file.
	* gnu/gcj/util/EnumerationChain.java: Removed.
	* java/beans/VetoableChangeSupport.java: Merged with Classpath.
	* java/util/ResourceBundle.java: Merged with Classpath.
	* java/util/StringTokenizer.java: Merged with Classpath.
	* java/util/Locale.java: Merged with Classpath.
	* java/util/Random.java: Merged with Classpath.
	* java/util/PropertyResourceBundle.java: Merged with Classpath.
	* java/util/ListResourceBundle.java: Merged with Classpath.
	* java/util/ConcurrentModificationException.java: Re-merged with
	Classpath.
	* java/util/EmptyStackException.java: Likewise.
	* java/util/MissingResourceException.java: Likewise.
	* java/util/NoSuchElementException.java: Likewise.
	* java/util/TooManyListenersException.java: Likewise.

From-SVN: r45335
2001-08-31 21:31:20 +00:00
Kazu Hirata fb9282f91f * config/h8300/h8300.md (*andorhi3): Fix typos.
From-SVN: r45334
2001-08-31 20:13:38 +00:00
Per Bothner 289b57ee28 class.c (set_constant_value): When not emiting class files, then a String ConstantValue is a utf8const_ptr_type.
* class.c (set_constant_value):  When not emiting class files, then a
	String ConstantValue is a utf8const_ptr_type.

From-SVN: r45333
2001-08-31 13:07:31 -07:00
Kaveh R. Ghazi 6268b92246 calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE, i.e.
* calls.c (emit_library_call_value): Don't use a fixed
	argument after VA_CLOSE, i.e. out of scope in traditional C.

	* emit-rtl.c (gen_rtvec): Likewise.

From-SVN: r45332
2001-08-31 19:28:58 +00:00
Kaveh R. Ghazi 78b411667a Makefile.in (c-pragma.o): Depend on output.h.
* Makefile.in (c-pragma.o): Depend on output.h.
	(reorg.o): Depend on except.h.

	* c-pragma.c: Include output.h.

	* reorg.c: Include except.h.

	* unwind-dw2.c: Call __builtin_alloca, not alloca.

From-SVN: r45331
2001-08-31 19:27:12 +00:00
Richard Henderson fe3e667fb4 sched-deps.c (add_dependence): Don't elide dependancy if the conditional used by insn is modified in elem.
* sched-deps.c (add_dependence): Don't elide dependancy if the
        conditional used by insn is modified in elem.

From-SVN: r45330
2001-08-31 11:01:08 -07:00
Kriang Lerdsuwanakij 38066e838d error.c (dump_template_decl): Output template parameters together with their specifiers.
* error.c (dump_template_decl): Output template parameters
	together with their specifiers.
	Output `class' prefix for template template parameter.
	(dump_decl): Fix formatting.

From-SVN: r45329
2001-08-31 17:46:06 +00:00
Nick Clifton 75b9045a65 oops - omitted from previouys delta
From-SVN: r45328
2001-08-31 17:15:20 +00:00
Tom Tromey 636c570696 ByteArrayOutputStream.java: Re-merged with Classpath.
* java/io/ByteArrayOutputStream.java: Re-merged with Classpath.
	* java/io/OptionalDataException.java: Merged with Classpath.

From-SVN: r45327
2001-08-31 17:11:27 +00:00
Nick Clifton 73a697d96e Skip TRUNCATE operators in const pool addresses for v850 short switch tables
From-SVN: r45326
2001-08-31 17:10:57 +00:00
Nick Clifton ef7112de26 Account for FP registers saved to stack during prologue
From-SVN: r45325
2001-08-31 17:09:58 +00:00
Geoffrey Keating 7566ca495a empty4.C: Allow for 16-bit ints.
* g++.dg/abi/empty4.C: Allow for 16-bit ints.

	* g++.dg/special/initp1.C (X): Allow for 16-bit ints.

	* gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.

From-SVN: r45324
2001-08-31 16:59:43 +00:00
Diego Novillo a8231a01c1 c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.
* c-decl.c (c_decode_option): Skip '-f' prefix before calling
	dump_switch_p.

From-SVN: r45323
2001-08-31 12:34:44 -04:00
Geoffrey Keating 43898541b9 stormy16.c (stormy16_asm_out_destructor): New function.
* config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
	function.
	(stormy16_asm_out_constructor): New function.
	(TARGET_ASM_CONSTRUCTOR): Define.
	(TARGET_ASM_DESTRUCTOR): Define.

From-SVN: r45322
2001-08-31 15:44:20 +00:00
Andreas Jaeger 6b8c9327ed gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
	* loop.c (add_label_notes): Likewise.
	* reload.c (find_reloads): Likewise.
	* config/sh/sh.c (machine_dependent_reorg): Likewise.

From-SVN: r45320
2001-08-31 16:49:37 +02:00
Jason Merrill 6c8d43e78d exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.
* exception.cc (PERSONALITY_FUNCTION): Simplify
        leb128 handling.

From-SVN: r45317
2001-08-31 08:27:32 -04:00
Jason Merrill ea57133ffe tweak comment
From-SVN: r45316
2001-08-31 06:24:46 -04:00
Jason Merrill a9985a921e unwind-pe.h (read_uleb128, [...]): Move actual reading code here.
* unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
        code here.  Take _Unwind_{W,Sw}ord*.
        (read_encoded_value_with_base): Use them.
        * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
        words.
        (extract_cie_info): Simplify read_?leb128 handling.
        (execute_stack_op, execute_cfa_program): Likewise.
        * unwind-dw2-fde.c (get_cie_encoding): Likewise.

        * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify
        leb128 handling.

From-SVN: r45315
2001-08-31 05:49:13 -04:00
Geoffrey Keating e2470e1be7 stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack if convenient.
* config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
	the frame pointer to pop the stack if convenient.

	* config/stormy16/stormy16.c (stormy16_initialize_trampoline):
	Don't use post-increment before combine.
	* config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
	a call-saved register.

From-SVN: r45314
2001-08-31 07:57:54 +00:00
GCC Administrator 06d2bb8002 Daily bump.
From-SVN: r45313
2001-08-31 07:16:42 +00:00
Per Bothner b3ebe23057 Temporaily change error to wanring to hopefully allow boostrap.
From-SVN: r45311
2001-08-30 23:44:22 -07:00
Eric Christopher 8fa0a32ec7 config.guess: Merge from master sources.
2001-08-30  Eric Christopher  <echristo@redhat.com>
	    Jason Eckhardt  <jle@redhat.com>

	* config.guess: Merge from master sources.
	* config.sub: Merge from master sources, add support for mipsisa32.

Co-Authored-By: Jason Eckhardt <jle@redhat.com>

From-SVN: r45310
2001-08-31 06:35:37 +00:00
Tom Tromey 35ddff9f08 * java/io/ByteArrayInputStream.java: Merged with Classpath.
From-SVN: r45309
2001-08-31 05:58:46 +00:00
Andreas Jaeger f5dd47c4d4 jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.
* jump.c (mark_jump_label): Revert patch from 2001-08-28, the
	code was correct.

From-SVN: r45308
2001-08-31 07:55:56 +02:00
Tom Tromey 599654283d * java/io/BufferedReader.java: Re-merged with Classpath.
From-SVN: r45307
2001-08-31 05:00:12 +00:00
Per Bothner be0c7ff405 jcf-write.c (generate_classfile): Check that field is primitive or string before emitting ConstantValue attribute.
* jcf-write.c (generate_classfile):  Check that field is primitive
	or string before emitting ConstantValue attribute.

From-SVN: r45306
2001-08-30 21:14:44 -07:00
Per Bothner f0cdee96aa parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set it's type correctly.
* parse.y (resolve_qualified_expression_name):  If creating a
	COMPOUND_EXPR, set it's type correctly.

From-SVN: r45305
2001-08-30 20:07:12 -07:00
Geoffrey Keating 2d107c59b4 longlong.c (alpha_ep_extbl_i_eq_0): Allow for 16-bit 'unsigned int'.
* gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
	for 16-bit 'unsigned int'.

From-SVN: r45304
2001-08-31 02:02:42 +00:00
Geoffrey Keating ed09481d0d stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.
* config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
	not DIV/MOD, of course.

From-SVN: r45303
2001-08-31 01:56:43 +00:00
Per Bothner bc8a5e56c0 jcf-io.c (open_class): Set filename field.
* jcf-io.c (open_class):  Set filename field.

	* jcf-parse,c (parse_class_file):  Set current_function_decl
	for better error message when Code attribute is missing.

	* lang.c (put_decl_node, lang_print_error):  Re-arrange for
	better diagnostics, especially for constructors.

From-SVN: r45299
2001-08-30 14:28:20 -07:00
Per Bothner 1b9ee7233c jcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is not final...
* jcf-write.c (generate_classfile):  Don't write ConstantValue
	attribute if field is not final, for compatibility with jdk.

	* jcf-write.c (generate_classfile):  Convert ConstantValue values
	to correct type.  Work-around for front-end bug.
	* class.c (set_constant_value):  Error if constant has wrong type.

From-SVN: r45298
2001-08-30 14:08:32 -07:00
Vladimir Makarov b8ec576419 rtl.def: Undo my patch commited 2001-08-27.
2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>

	* rtl.def: Undo my patch commited 2001-08-27.

	* genattrtab.c: Ditto.

	* rtl.h: Ditto.

	* sched-int.h: Ditto.

	* target-def.h: Ditto.

	* target.h: Ditto.

	* haifa-sched.c: Ditto.

	* sched-rgn.c: Ditto.

	* sched-vis.c: Ditto.

	* Makefile.in: Ditto.

	* doc/md.texi: Ditto.

	* doc/tm.texi: Ditto.

	* doc/contrib.texi: Ditto.

	* doc/gcc.texi: Ditto.

	* genattrtab.h: Remove it.

	* genautomata.c: Remove it.

	* genattr.c: Undo my patch and Richard Henderson's patch commited
	2001-08-27.

From-SVN: r45297
2001-08-30 20:44:51 +00:00
Per Bothner 6e4302ec5b jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1.
* jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
	"Double" are printed at verbosity 1.

	* jcf-dump.c (main):  Disable flag_print_attributes if --javap.

	* jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.

From-SVN: r45296
2001-08-30 12:42:36 -07:00
J"orn Rennecke 9f5b774b11 config.gcc (h8300-*-elf*): New case.
* config.gcc (h8300-*-elf*): New case.
	* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
	(SUBTARGET_CPP_SPEC): Define.
	(EXTRA_SPECS): Define.
	(SUBTARGET_EXTRA_SPECS): Define.
	* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
	* config/h8300/elf.h, config/h8300/t-elf: Likewise.

From-SVN: r45294
2001-08-30 19:22:55 +01:00
J"orn Rennecke f4926e194a config.gcc (h8300-*-elf*): New case.
* config.gcc (h8300-*-elf*): New case.
	* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
	(SUBTARGET_CPP_SPEC): Define.
	(EXTRA_SPECS): Define.
	(SUBTARGET_EXTRA_SPECS): Define.
	* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
	* config/h8300/elf.h, config/h8300/t-elf: Likewise.

From-SVN: r45293
2001-08-30 19:20:33 +01:00
J"orn Rennecke 8c062645a6 t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
* t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
	(LIB2FUNCS_EXTRA): Define.
	config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
	config/h8300/fixunssfsi.c: New file.

From-SVN: r45291
2001-08-30 18:51:04 +01:00
Kazu Hirata 6f41623f03 h8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-specific attributes.
* config/h8300/h8300.md (zero_extendqihi2): Changes to
	define_expand to accomodate target-specific attributes.
	(anonymous zero_extendqihi2 patterns): New.

From-SVN: r45290
2001-08-30 17:17:17 +00:00
J"orn Rennecke ee43793268 * h8300.md (*andorhi3): New pattern.
From-SVN: r45289
2001-08-30 18:11:39 +01:00
J"orn Rennecke 63a57e0fb0 * h8300.c (dosize): Fix test for "sub".
From-SVN: r45288
2001-08-30 16:13:27 +01:00
Kurt Garloff 598e9ba5bd optimize.c (inlinable_function_p): Allow only smaller single functions.
* optimize.c (inlinable_function_p): Allow only smaller single
	functions. Halve inline limit after reaching recursive limit.

From-SVN: r45286
2001-08-30 13:55:17 +00:00
J"orn Rennecke 95602da11c c-typeck.c (pointer_diff): Try to eliminate common term before doing conversions.
* c-typeck.c (pointer_diff): Try to eliminate common term before
	doing conversions.

From-SVN: r45285
2001-08-30 13:46:52 +01:00
Joern Rennecke f232e4a500 class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.
* class.c (build_vtable_entry_ref): Subtract in char*, not
        ptrdiff_t.

Co-Authored-By: Jason Merrill <jason@redhat.com>

From-SVN: r45284
2001-08-30 08:44:22 -04:00
GCC Administrator c8cbefbb57 Daily bump.
From-SVN: r45282
2001-08-30 07:16:09 +00:00
Geoffrey Keating 52fdbf26b6 reload1.c (move2add_note_store): Correct typo checking for argument pushes.
* reload1.c (move2add_note_store): Correct typo checking for
	argument pushes.

From-SVN: r45279
2001-08-29 23:18:51 +00:00