Commit Graph

67033 Commits

Author SHA1 Message Date
Geoffrey Keating
5f89fef6c4 t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
	* config/t-darwin (TARGET_LIBGCC2_CFLAGS): Likewise.

From-SVN: r97434
2005-04-02 09:48:31 +00:00
Jan-Benedict Glaw
821bde61e0 * gcc/config/vax/vax.md: Spellcheck, fix whitespace.
From-SVN: r97430
2005-04-02 02:29:49 +00:00
Thomas Fitzsimmons
b6121641fc re PR libgcj/20090 (gij should be implemented in Java)
2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* gcj.texi (Invoking gij): Add descriptions of new -X options.
	Mention recognized-and-ignored compatibility options.
	(Memory allocation): Add descriptions of JvMalloc, JvRealloc and
	JvFree.
	(About CNI): Add Memory allocation section.

2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	PR libgcj/20090, PR libgcj/20526
	* gij.cc (nonstandard_opts_help): New function.
	(add_option): New function.
	(main): Support java options.  Set java.class.path.  Don't set
	_Jv_Jar_Class_Path.
	* prims.cc (parse_x_arg): New function.
	(parse_init_args): Call parse_x_arg for -X and _ options, when
	ignoreUnrecognized is true.
	(new _Jv_RunMain): New vm_args variant.
	(old _Jv_RunMain): Call new vm_args _Jv_RunMain.
	(_Jv_Jar_Class_Path): Remove variable.
	* include/java-props.h: Likewise.
	* include/cni.h (JvRealloc): New function.
	* include/jvm.h (_Jv_RunMain): Declare vm_args variant.
	* java/lang/natRuntime.cc (insertSystemProperties): Remove
	_Jv_Jar_Class_Path logic.  Use JV_VERSION and JV_API_VERSION
	macros.
	* configure.ac (JV_VERSION): Define.
	(JV_API_VERSION): Likewise.
	* configure: Regenerate.
	* include/config.h.in: Regenerate.

From-SVN: r97429
2005-04-02 02:26:51 +00:00
Douglas Gregor
ca6ca8fa9c functional (_Maybe_wrap_member_pointer): Wrap up member pointers in _Mem_fn but let other function objects pass through...
2005-04-01  Douglas Gregor  <doug.gregor@gmail.com>

	* include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
	member pointers in _Mem_fn but let other function objects pass
	through unchanged.
	* include/tr1/functional_iterator (bind): Reduce number of bind()
	overloads to two to eliminate ambiguities. Use
	_Maybe_wrap_member_pointer to handle member pointers gracefully.

From-SVN: r97428
2005-04-02 02:02:29 +00:00
Mark Anderson
9545f3a933 natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.
2005-04-01 Mark Anderson <mark@panonet.net>

	* java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and
	-Infinity as parameters.

From-SVN: r97424
2005-04-02 01:18:45 +00:00
GCC Administrator
55b01ba091 Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r97422.2
2005-04-02 00:16:38 +00:00
Mark Mitchell
fdbba6bcf0 Makefile.am (noinst_PROGRAMS): Remove.
* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
	(site.exp): Write out the path to the baseline file.
	(check-abi): Use DejaGNU.
	(check-abi-verbose): Remove.
	* testsuite/Makefile.in: Regenerated.
	* testsuite/abi_check.cc (main): Check the return value from
	compare_symbols.
	* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
	* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
	* testsuite/libstdc++-abi/abi.exp: New file.

From-SVN: r97417
2005-04-01 20:20:22 +00:00
Michael Koch
c6cc541b36 2005-04-01 Michael Koch <konqueror@gmx.de>
* java/io/PipedInputStream.java
	(read): Make sure a positive byte value is returned. Revised javadoc.
	Thanks to Olafur Bragason for reporting these bugs.

From-SVN: r97416
2005-04-01 20:04:21 +00:00
Tom Tromey
ef87438639 natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.
* java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal):
	Updated for name change.
	(nativeFindClass): New method.
	(loadClass): Use nativeFindClass.
	* java/lang/natClassLoader.cc (_Jv_FindClass): Use single-argument
	form of loadClass.
	* java/lang/VMClassLoader.java (tried_libraries, lib_control,
	LIB_FULL, LIB_CACHE, LIB_NEVER): New fields from old
	VMClassLoader.
	(initialize): New method.
	(nativeFindClass): Declare.
	* gnu/gcj/runtime/natVMClassLoader.cc: Removed.
	* gnu/gcj/runtime/VMClassLoader.java: Removed.
	* gnu/gcj/runtime/ExtensionClassLoader.java: Renamed from
	VMClassLoader.java.
	(definePackageForNative): Removed.
	(tried_libraries, LIB_CACHE, LIB_FULL, LIB_NEVER, lib_control):
	Moved to VMClassLoader.java.
	* prims.cc (_Jv_CreateJavaVM): Updated for renaming.
	* Makefile.am (gnu/gcj/runtime/ExtensionClassLoader.h): Renamed.
	(ordinary_java_source_files): Added ExtensionClassLoader.java,
	removed VMClassLoader.java.
	(nat_source_files): Removed natVMClassLoader.cc.

From-SVN: r97414
2005-04-01 19:19:13 +00:00
Tom Tromey
35913faefb Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
	* Makefile.am (db_pathtail): Use $(gcc_version), not
	@gcc_version@.

From-SVN: r97412
2005-04-01 17:54:27 +00:00
Jeroen Frijters
f68d5b0d04 2005-04-01 Jeroen Frijters <jeroen@frijters.net>
* java/util/Timer.java
	(run): Stop the queue if a task throws an exception.

From-SVN: r97411
2005-04-01 17:39:13 +00:00
Tom Tromey
77c10b31ec decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...
* decl.c (java_init_decl_processing): Fix types of
	_Jv_MonitorEnter, _Jv_MonitorExit, _Jv_AllocObject,
	_Jv_AllocObjectNoFinalizer, _Jv_Throw, _Jv_NewPrimArray,
	_Jv_JNI_PopSystemFrame, _Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ.

From-SVN: r97409
2005-04-01 17:18:39 +00:00
Ian Lance Taylor
054e88a868 gcc.c: Don't include <sys/resource.h> or declare getrusage.
* gcc.c: Don't include <sys/resource.h> or declare getrusage.
	(rus, prus): Remove static variables.
	(execute): Use pex_run/pex_get_status rather than pexecute/pwait.
	(process_command): Permit report_times and use_pipes together.

From-SVN: r97406
2005-04-01 16:44:31 +00:00
Joseph Myers
2c83be0cf0 c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argument types.
* c-decl.c (validate_proto_after_old_defn): Look at
	TYPE_MAIN_VARIANT of argument types.

testsuite:
	* gcc.dg/old-style-then-proto-1.c: New test.

From-SVN: r97403
2005-04-01 17:16:38 +01:00
Paul Brook
57ecec5749 arm.c (thumb_call_via_label): Include space for SP.
2005-04-01  Paul Brook  <paul@codesourcery.com>

	* config/arm/arm.c (thumb_call_via_label): Include space for SP.
	(arm_output_function_epilogue): Allow call_via_SP.
	(thumb_call_via_reg, arm_file_end): Ditto.
	* config/arm/arm.h (struct machine_function): Include space for SP.
	(thumb_call_via_label): Update declaration.

From-SVN: r97402
2005-04-01 15:59:09 +00:00
Paul Brook
f972113f86 arm.c (thumb_call_via_label): Include space for SP.
2005-04-01  Paul Brook  <paul@codesourcery.com>

	* config/arm/arm.c (thumb_call_via_label): Include space for SP.
	(arm_output_function_epilogue): Allow call_via_SP.
	(thumb_call_via_reg, arm_file_end): Ditto.
	* config/arm/arm.h (struct machine_function): Include space for SP.
	(thumb_call_via_label): Update declaration.

[[Split portion of a mixed commit.]]

From-SVN: r97400.2
2005-04-01 15:58:41 +00:00
Ian Lance Taylor
a278573900 final.c (final_scan_insn): Revert part of 2005-03-30 patch...
* final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
	doing a peephole optimization, once again put any notes in the
	proper position.

From-SVN: r97399
2005-04-01 15:27:58 +00:00
Francois-Xavier Coudert
4159401a0d backspace.f90: Check after backspace and read was incorrect.
* gfortran.fortran-torture/execute/backspace.f90: Check
        after backspace and read was incorrect.

From-SVN: r97397
2005-04-01 15:27:05 +00:00
Andrew Pinski
6dbce53820 re PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)
2005-04-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR treelang/20604
        * lang-spec.c: Simplify @treelang to what the other
        languages do.

From-SVN: r97396
2005-04-01 07:01:30 -08:00
Kazu Hirata
830113fd7b * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
From-SVN: r97395
2005-04-01 14:36:37 +00:00
Nathan Sidwell
b5e624c6dc local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
	(block_alloc, find_free_reg): Likewise.
	* loop-doloop.c (doloop_modify): Likewise.
	* loop-invariant.c (record_use): Likewise.
	* loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
	get_iv_value, canon_condition, eliminate_implied_condition,
	eliminate_implied_condition, simplify_using_initial_values,
	shorten_into_mode, canonicalize_iv_subregs,
	iv_number_of_iterations): Likewise.
	* loop-unroll.c (expand_var_during_unrolling): Likewise.
	* loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
	unswitch_loop): Likewise.
	* loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
	move_movables, replace_call_address, find_and_verify_loops,
	rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
	record_giv, final_giv_value, general_induction_var,
	simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
	loop_giv_dump): Likewise.

From-SVN: r97394
2005-04-01 14:17:36 +00:00
Kazu Hirata
71df444136 treelang.texi: Fix typos.
* treelang/treelang.texi: Fix typos.
	* treelang/treetree.c: Fix comment typos.

From-SVN: r97393
2005-04-01 14:13:20 +00:00
Nathan Sidwell
cccd217d2b gcov-io.h (GCOV_CHECK, [...]): Remove.
* gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
	GCOV_CHECK_WRITING): Remove.
	(gcov_position, gcov_rewrite): Use gcc_assert.
	* gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
	gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
	* libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
	gcc_assert.

From-SVN: r97392
2005-04-01 14:08:01 +00:00
Kazu Hirata
3cf1107531 * tree-inline.c: Fix a typo.
From-SVN: r97391
2005-04-01 14:03:36 +00:00
Nathan Sidwell
cdce5c164e configure.ac (enable-checking): Explicitly set all variables for collective switch values.
* configure.ac (enable-checking): Explicitly set all variables for
	collective switch values.  Alphabetize variables. Rename
	ac_checking_valgrind to ac_valgrind_checking.  Allow 'none' as
	synonym for 'no'.
	* doc/install.texi (enable-checking): Update documentation.
	* configure: Rebuilt.

From-SVN: r97390
2005-04-01 13:58:20 +00:00
Kazu Hirata
a7818b660d tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.
* tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
	possible.

From-SVN: r97389
2005-04-01 13:55:11 +00:00
Kaveh R. Ghazi
88ec1cc98b strcat.c: Check the result buffer past the terminating NUL using memcmp.
* gcc.c-torture/execute/builtins/strcat.c: Check the result
	buffer past the terminating NUL using memcmp.
	* gcc.c-torture/execute/builtins/strncat.c: Likewise.
	* gcc.c-torture/execute/builtins/strncpy.c: Likewise.

From-SVN: r97388
2005-04-01 13:48:19 +00:00
Kaveh R. Ghazi
55badfdae8 strncmp-2.c: Also test x86_64.
* gcc.c-torture/execute/builtins/strncmp-2.c: Also test x86_64.
	Fix unused/uninitialized variable warnings.

From-SVN: r97387
2005-04-01 13:45:36 +00:00
Kaveh R. Ghazi
dadd2deec6 strncat.c: Fix uninitialized var.
* gcc.c-torture/execute/builtins/lib/strncat.c: Fix uninitialized var.
	* gcc.c-torture/execute/builtins/lib/strpbrk.c: Fix discarded const.
	* gcc.c-torture/execute/builtins/strlen-3.c: Fix uninitialized var.
	* gcc.c-torture/execute/builtins/strncmp.c: Delete unused var.

From-SVN: r97386
2005-04-01 13:33:11 +00:00
Kaveh R. Ghazi
944c43928a abs-1-lib.c, [...]: Add missing prototypes.
* gcc.c-torture/execute/builtins/abs-1-lib.c,
	gcc.c-torture/execute/builtins/fputs-lib.c,
	gcc.c-torture/execute/builtins/lib/fprintf.c,
	gcc.c-torture/execute/builtins/lib/main.c,
	gcc.c-torture/execute/builtins/lib/memcmp.c,
	gcc.c-torture/execute/builtins/lib/memmove.c,
	gcc.c-torture/execute/builtins/lib/mempcpy.c,
	gcc.c-torture/execute/builtins/lib/memset.c,
	gcc.c-torture/execute/builtins/lib/printf.c,
	gcc.c-torture/execute/builtins/lib/sprintf.c,
	gcc.c-torture/execute/builtins/lib/stpcpy.c,
	gcc.c-torture/execute/builtins/lib/strchr.c,
	gcc.c-torture/execute/builtins/lib/strcmp.c,
	gcc.c-torture/execute/builtins/lib/strcpy.c,
	gcc.c-torture/execute/builtins/lib/strcspn.c,
	gcc.c-torture/execute/builtins/lib/strlen.c,
	gcc.c-torture/execute/builtins/lib/strncat.c,
	gcc.c-torture/execute/builtins/lib/strncmp.c,
	gcc.c-torture/execute/builtins/lib/strncpy.c,
	gcc.c-torture/execute/builtins/lib/strrchr.c,
	gcc.c-torture/execute/builtins/lib/strspn.c,
	gcc.c-torture/execute/builtins/lib/strstr.c,
	gcc.c-torture/execute/builtins/memops-asm-lib.c,
	gcc.c-torture/execute/builtins/strlen-2.c,
	gcc.c-torture/execute/builtins/strstr-asm-lib.c: Add missing
	prototypes.

From-SVN: r97385
2005-04-01 13:31:28 +00:00
Joern Rennecke
1ea96b3411 Add missing entry from yesterday:
2005-03-31  J"orn Rennecke <joern.rennecke@st.com>

	Fix fallout from PR middle-end/15700:
	* gcc.c-torture/compile/20011119-1.c: Take
	__USER_LABEL_PREFIX__ into account.
	* gcc.c-torture/compile/20011119-2.c: Likewise.

From-SVN: r97383
2005-04-01 12:38:50 +01:00
Richard Earnshaw
15b5c4c191 arm.c (adjacent_mem_locations): Reject volatile memory refs.
* arm.c (adjacent_mem_locations): Reject volatile memory refs.
	Also reject cases where this pattern will cause load delay stalls
	unless optimizing for size and it will produce a shorter sequence.
	* arm.md (arith_adjacent_mem): Make better use of ldm addressing
	variants to avoid pre-adjusting the base when possible.

From-SVN: r97381
2005-04-01 11:02:26 +00:00
Richard Earnshaw
7fac69e5b3 arm.md (minmax_arithsi): Reject all eliminable registers, not just the frame and argument pointers.
* arm.md (minmax_arithsi): Reject all eliminable registers, not just
	the frame and argument pointers.
	(strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
	(loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
	(strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
	(strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
	(loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
	(loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.

From-SVN: r97380
2005-04-01 10:44:59 +00:00
Nathan Sidwell
a34d33361e call.c (add_template_candidates_real): Remove length parameter from fn_type_unification call.
* call.c (add_template_candidates_real): Remove length parameter
	from fn_type_unification call.
	* class.c (resolve_address_of_overloaded_function): Likewise
	* cp-tree.h (fn_type_unification): Remove length parameter.
	* pt.c (get_bindings_overload): Remove.
	(get_bindings_real): Rename to ...
	(get_bindings): ... here.  Remove length and strict
	parameters. Change return type flag to boolean.  Remove original
	forwarding function.
	(determine_specialization): Adjust get_bindings call.
	(fn_type_unification): Remove length parameter.  Adjust.
	(type_unification_real): Remove length parameter.  Adjust.
	(resolve_overloaded_unification): Adjust get_bindings call.
	(try_one_overload): Simplify confusing cascaded if control flow.
	(unify): Remove length paramter from type_unification_real call.
	(most_specialized_instantiation): Adjust get_bindings calls.
	(most_specialized): Likewise.

From-SVN: r97379
2005-04-01 08:29:50 +00:00
Danny Smith
40ce6bf648 selectany1.C: New file.
* g++.dg/ext/selectany1.C: New file. Test for linkonce sections.
	* g++.dg/ext/selectany2.C: New file. Test for errors with invalid
	selectany usage.

From-SVN: r97378
2005-04-01 08:20:24 +00:00
Danny Smith
a20f6f00bf cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attribute.
* config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
	with entry for selectany attribute.
	* config/i386/i386-protos.h (ix86_handle_selectany_attribute):
	Declare.
	* config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
	(i386_pe_asm_named_section): Handle sections generated by
	selectany attribute.
	* doc/extend.texi (selectany): Document attribute.

From-SVN: r97377
2005-04-01 08:13:50 +00:00
Paolo Bonzini
7c93c2cc4d i386.c (ix86_decompose_address): Look inside SUBREGs to fix addresses involving EBP and ESP.
2005-04-01  Paolo Bonzini  <bonzini@gnu.org>
	    Jan Hubicka  <jh@suse.cz>

	* config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
	to fix addresses involving EBP and ESP.
	(aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
	for SUBREGed registers.
	(legitimate_address_p): Accept SUBREGed registers.

Co-Authored-By: Jan Hubicka <jh@suse.cz>

From-SVN: r97376
2005-04-01 07:58:44 +00:00
Jakub Jelinek
a288c5cd8c re PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442)
PR c++/19406
	* dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
	(dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
	for FIELD_DECLs.

	* g++.dg/debug/using1.C: New test.

From-SVN: r97373
2005-04-01 09:47:27 +02:00
Zdenek Dvorak
fff72cc4ee * MAINTAINERS: Remove 'loop unrolling' maintainer.
From-SVN: r97372
2005-04-01 07:39:09 +00:00
Hans-Peter Nilsson
c522153145 re PR middle-end/20524 (Alias failures on ARM, CRIS, MMIX)
PR middle-end/20524
	* gcc.dg/alias-7.c: Prefix asm-declared name with
	__USER_LABEL_PREFIX__.

From-SVN: r97370
2005-04-01 07:06:37 +00:00
Kazu Hirata
45f7cb6018 adaint.c, [...]: Fix comment typos.
* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
	raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
	typos.

From-SVN: r97369
2005-04-01 05:28:01 +00:00
Kazu Hirata
38b974a6cf * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
From-SVN: r97367
2005-04-01 04:28:33 +00:00
Kazu Hirata
69de3b838f decl.c, [...]: Fix comment typos.
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
	trans.h: Fix comment typos.

From-SVN: r97364
2005-04-01 04:16:52 +00:00
James E Wilson
77270e03c3 Handle static const initializers that contain arithmetic.
PR c++/20505
* dwarf2out.c (rtl_for_decl_init): New function.
(rtl_for_decl_location): Extracted from here.
(tree_add_const_value_attribute): Call rtl_for_decl_init and
add_const_value_attribute.  Delete initializer_constant_valid_p call.

From-SVN: r97363
2005-03-31 19:58:40 -08:00
Kazu Hirata
aabcd30904 cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
	lambda-code.c, loop.c, machmode.def, mips-tfile.c,
	modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
	tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
	config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
	config/i386/i386.md, config/rs6000/predicates.md,
	config/rs6000/rs6000.c, config/s390/fixdfdi.h,
	config/s390/s390.c, config/stormy16/stormy16.c,
	config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
	typos.

From-SVN: r97362
2005-04-01 03:42:55 +00:00
Doug Gregor
59cffcf69a [multiple changes]
2005-03-31  Chris Jefferson  <chris@bubblescope.net>

        * include/tr1/tuple: Support iteration via tuple_iterate.h.
        * include/tr1/tuple_iterate.h: Iteration file for tuple.

2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>

        * include/Makefile.am (tr1_headers): Add bind and mu repetition
        headers and reference_wrapper<> forwarding header.
        * include/Makefile.in: Regenerate.
        * include/tr1/bind_iterate.h: Implementation of function call
        operators for the function object returned from tr1::bind().
        * include/tr1/bind_repeat.h: Bind-specific repetition header,
        akin to include/tr1/repeat.h.
        * include/tr1/functional (_Mem_fn): Bug fix: declare result
member
        template for use with result_of.
        (is_bind_expression): New.
        (is_placeholder): New.
        (_Placeholder): New. Placeholder type for bind.
        (_Mu): New. Implementation detail of bind.
        (_Bind, _Bind_result): New. Function objects returned by bind.
        (_GLIBCXX_JOIN): New. Required to create bind placeholders.
        * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
        New. Implementation of tr1::bind.
        * include/tr1/mu_iterate.h (_Mu): result template and operator()
        for the _Mu helper to bind.
        * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
        used by tuple header.
        (ref): Ditto.
        (cref): Ditto.
        * include/tr1/repeat.h: Add bind-specific repetition macros.
        * include/tr1/tuple: Use reference_wrapper forwarding header for
        initial definitions, then include <tr1/functional> at the end, to
        make the circular dependencies work.
        (tie): Support zero-argument tie() function.
        * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
        bind() functionality with parameters bound.
        * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
        nested bind() expressions.
        * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
        of bind() placeholders.
        * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
        with arguments bound via reference_wrapper<>.
        * scripts/gen_includers.pl: Generate the repetitive part of
	include/tr1/repeat.h.
	* scripts/gen_bind_includers.pl: Generate the repetitive part of
	include/tr1/bind_repeat.h.

From-SVN: r97361
2005-04-01 03:35:59 +00:00
Gabriel Dos Reis
c423ee0d35 re PR c++/18644 (-Wsynth warning in <complex>)
PR c++/18644
        * g++.old-deja/g++.jason/warning9.C (struct A, main): Adjust

From-SVN: r97360
2005-04-01 00:28:00 +00:00
GCC Administrator
65ce7a41f1 Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r97358.2
2005-04-01 00:16:18 +00:00
Joseph Myers
0223e4f514 re PR c/17855 (modification of function struct return not diagnosed)
PR c/17855
	* gimplify.c (gimplify_expr): Create a temporary for lvalue
	COND_EXPR and CALL_EXPR.

testsuite:
	* gcc.c-torture/compile/struct-non-lval-1.c,
	gcc.c-torture/compile/struct-non-lval-2.c,
	gcc.c-torture/compile/struct-non-lval-3.c: New tests.

From-SVN: r97352
2005-04-01 00:34:44 +01:00
Vladimir Makarov
96ddf8ef23 re PR target/20632 (GCC should avoid generating F- and B-unit NOPs)
2005-03-31  Vladimir Makarov  <vmakarov@redhat.com>

	PR target/20632
	* genautomata.c (first_cycle_unit_presence): Check all alternative
	states for unit presence.

	* doc/md.texi: Remove remark about impossibility to query unit
	presence in non nondeterministic automaton state.

	* config/ia64/ia64.c (get_template): Change order of unit querying.

From-SVN: r97351
2005-03-31 23:26:33 +00:00