Commit Graph

102007 Commits

Author SHA1 Message Date
Steven Bosscher
9362286d74 alias.c (true_dependence_1): New function, merged version of true_dependence and canon_true_dependence.
* alias.c (true_dependence_1): New function, merged version of
	true_dependence and canon_true_dependence.
	(true_dependence): Simplify.
	(canon_true_dependence): Simplify.

From-SVN: r162430
2010-07-22 21:54:27 +00:00
Richard Henderson
b78cb618ae re PR target/45027 (FAIL: c-c++-common/dfp/pr36800.c)
PR target/45027
	* config/i386/i386.c (setup_incoming_varargs_64): Force the use
	of V4SFmode for the SSE saves; increase stack alignment if needed.
	(ix86_gimplify_va_arg): Don't increase stack alignment here.

From-SVN: r162429
2010-07-22 14:40:41 -07:00
Andi Kleen
2e29059874 MAINTAINERS (Write After Approval): Add myself.
2010-07-22  Andi Kleen  <ak@linux.intel.com>

        * MAINTAINERS (Write After Approval): Add myself.

From-SVN: r162428
2010-07-22 21:16:49 +00:00
Jakub Jelinek
828f2c8b2e re PR bootstrap/45028 (ICE building 64-bit libjava on Solaris 2/SPARC: output_operand: invalid expression as operand)
PR bootstrap/45028
	* recgprop.c (copyprop_hardreg_forward_1): If changed is true,
	call cprop_find_used_regs again via note_uses.

From-SVN: r162427
2010-07-22 22:48:42 +02:00
Eric Botcazou
7be7d292fb * alias.c (get_alias_set): Fix formatting issues.
From-SVN: r162426
2010-07-22 19:33:45 +00:00
Eric Botcazou
980a05010b re PR ada/44892 (internal error on gnat.dg/unchecked_convert5.adb)
PR ada/44892
	* gcc-interface/utils.c (convert): Fix thinko in test.
	(unchecked_convert): When converting from a scalar type to a type with
	a different size, pad to have the same size on both sides.

From-SVN: r162425
2010-07-22 19:28:21 +00:00
Eric Botcazou
cfa0bd19c5 utils.c (gnat_types_compatible_p): Don't require strict equality for the component type of array types.
* gcc-interface/utils.c (gnat_types_compatible_p): Don't require strict
	equality for the component type of array types.

From-SVN: r162424
2010-07-22 19:12:46 +00:00
Steve Ellcey
426d633375 re PR middle-end/44878 (Build fails when compiling libstdc++)
2010-07-22  Steve Ellcey  <sje@cup.hp.com>

	PR middle-end/44878
	* stmt.c (expand_value_return):  Call promote_function_mode with
	a for_return argument of 2 when returning by reference.

From-SVN: r162423
2010-07-22 18:14:27 +00:00
Uros Bizjak
bd3a5d17b0 ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace.
	* testsuite/ChangeLog: Ditto.

From-SVN: r162422
2010-07-22 20:10:32 +02:00
Dodji Seketeli
35ea1c5ac8 re PR debug/45024 (wrong nesting for inner template class)
Fix PR debug/45024

gcc/ChangeLog:
	PR debug/45024
	* dwarf2out.c (scope_die_for): Don't fall back to the compilation
	unit DIE if we can find the scope DIE.

gcc/testsuite/ChangeLog:
	PR debug/45024
	* g++.dg/debug/dwarf2/nested-2.C: New test case.

From-SVN: r162420
2010-07-22 18:25:17 +02:00
Bernd Schmidt
ac0ab4f718 ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.
	Initialize OBJECT_SUBWORD.
	(ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
	(ira_create_allocno_objects): Renamed from ira_create_allocno_object;
	all callers changed.
	(merge_hard_reg_conflicts): Iterate over allocno subobjects.
	(finish_allocno): Likewise.
	(move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
	(remove_low_level_allocnos): Likewise.
	(update_bad_spill_attribute): Likewise.
	(setup_min_max_allocno_live_range_point): Likewise.
	(sort_conflict_id_map): Likewise.
	(ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
	(ior_hard_reg_conflicts): New function.
	(ior_allocate_object_conflicts): Renamed first argument to OBJ.
	(compress_conflict_vecs): Iterate over objects, not allocnos.
	(ira_add_live_range_to_object): New function.
	(object_range_compare_func): Renamed from allocno_range_compare_func.
	All callers changed.
	(setup_min_max_conflict_allocno_ids): For allocnos with multiple
	subobjects, widen the min/max range of the lowest-order object to
	potentially include all other such low-order objects.
	* ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
	(check_allocation): Likewise.  Use more fine-grained tests for register
	conflicts.
	* ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
	allocno subobjects.
	(assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
	choices about which bits to set in each set.  Don't use
	ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
	using the multiple sets we computed.
	(push_allocno_to_stack): Iterate over allocno subobjects.
	(all_conflicting_hard_regs_coalesced): New static function.
	(setup_allocno_available_regs_num): Use it.
	(setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
	subobjects.
	(coalesced_allocno_conflict): Test subobject 0 in each allocno.
	(setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
	by ALLOCNO_NUM_OBJECTS.
	(calculate_spill_cost): Likewise.
	(color_pass): Express if statement in a more normal way.
	(ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
	(slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
	(setup_slot_coalesced_allocno_live_ranges): Likewise.
	(allocno_reload_assign): Likewise.
	(ira_reassign_pseudos): Likewise.
	(fast_allocation): Likewise.
	* ira-conflicts.c (build_conflict_bit_table): Likewise.
	(print_allocno_conflicts): Likewise.
	(ira_build_conflicts): Likewise.
	(allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
	callers changed.  Test subword 0 of each allocno for conflicts.
	(build_object_conflicts): Renamed from build_allocno_conflicts.  All
	callers changed.  Iterate over allocno subobjects.
	* ira-emit.c (modify_move_list): Iterate over allocno subobjects.
	* ira-int.h (struct ira_allocno): New member. num_objects.  Rename object
	to objects and change it into an array.
	(ALLOCNO_OBJECT): Add new argument N.
	(ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
	(ira_create_allocno_objects): Renamed from ira_create_allocno_object.
	(ior_hard_reg_conflicts): Declare.
	(ira_add_live_range_to_object): Declare.
	(ira_allocno_object_iterator): New.
	(ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
	(FOR_EACH_ALLOCNO_OBJECT): New macro.
	* ira-lives.c (objects_live): Renamed from allocnos_live; all uses changed.
	(allocnos_processed): New sparseset.
	(make_object_born): Renamed from make_allocno_born; take an ira_object_t
	argument.  All callers changed.
	(make_object_dead): Renamed from make_allocno_dead; take an ira_object t
	argument.  All callers changed.
	(update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
	All callers changed.
	(mark_pseudo_regno_live): Iterate over allocno subobjects.
	(mark_pseudo_regno_dead): Likewise.
	(mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
	functions.
	(mark_ref_live): Detect subword accesses and call
	mark_pseudo_regno_subword_live as appropriate.
	(mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
	(process_bb_nodes_live): Deal with object-related updates first; set
	and test bits in allocnos_processed to avoid computing allocno
	statistics more than once.
	(create_start_finish_chains): Iterate over objects, not allocnos.
	(print_object_live_ranges): New function.
	(print_allocno_live_ranges): Use it.
	(ira_create_allocno_live_ranges): Allocate and free allocnos_processed
	and objects_live.

From-SVN: r162418
2010-07-22 15:48:30 +00:00
H.J. Lu
cd1822b80e Replace dg-require-lto-plugin with dg-require-linker-plugin.
2010-07-22  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.dg/lto/20100722-1_0.c: Replace dg-require-lto-plugin
	with dg-require-linker-plugin.

From-SVN: r162417
2010-07-22 07:45:07 -07:00
Richard Guenther
7e39ec05ee re PR c++/43850 (ice: tree code �template_type_parm� is not supported in gimple streams)
2010-07-22  Richard Guenther  <rguenther@suse.de>

	PR lto/43850
	* g++.dg/lto/20100722-1_0.C: New testcase.

From-SVN: r162416
2010-07-22 14:19:40 +00:00
Richard Guenther
d4398a43f5 re PR lto/42451 ('warning: type of "array" does not match original declaration' with -flto/-fwhopr)
2010-07-22  Richard Guenther  <rguenther@suse.de>

	PR lto/42451
	* gimple.c (gtc_next_dfs_num): New global.
	(struct sccs): Make value a union, add integer same_p member.
	(gtc_visit): New function.
	(gimple_types_compatible_p_1): New function, split out from ...
	(gimple_types_compatible_p): ... here.  Start a DFS walk here.
	(iterative_hash_gimple_type): Adjust for sccs change.

	* gcc.dg/lto/20100720-3_0.c: New testcase.
	* gcc.dg/lto/20100720-3_1.c: Likewise.

From-SVN: r162415
2010-07-22 13:47:32 +00:00
Richard Guenther
3cf8ccdf3b re PR lto/43373 (-fwhopr -fuse-linker-plugin ICE compressed stream data error)
2010-07-22  Richard Guenther  <rguenther@suse.de>

	* lib/target-supports-dg.exp (dg-require-linker-plugin): New proc.
	* lib/target-supports.exp (check_linker_plugin_available): Likewise.

	PR lto/43373
	* gcc.dg/lto/20100722-1_0.c: New testcase.

From-SVN: r162414
2010-07-22 12:54:44 +00:00
Martin Jambor
56a42add96 re PR tree-optimization/44891 (non-trivial conversion ICE from early SRA)
2010-07-22  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/44891
	* tree-sra.c: Include gimple-pretty-print.h.
	(replace_uses_with_default_def_ssa_name): Renamed to
	get_repl_default_def_ssa_name, return the new SSA name instead of
	replacing the old one.
	(sra_modify_assign): Dump a message when removing a load, if the LHS
	is an SSA_NAME, do not do any propagation, just set the RHS to a
	default definition SSA NAME, type convert if necessary.
	* Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.

	* testsuite/gcc.c-torture/compile/pr44891.c: New test.

From-SVN: r162413
2010-07-22 14:52:14 +02:00
Richard Guenther
553fc58230 Makefile.am: New copy_lto_plugin rule to install the plugin into ../gcc.
2010-07-22  Richard Guenther  <rguenther@suse.de>

	lto-plugin/
	* Makefile.am: New copy_lto_plugin rule to install the plugin
	into ../gcc.
	* Makefile.in: Regenerated.

From-SVN: r162412
2010-07-22 12:50:00 +00:00
Richard Guenther
5ccbfc1fb8 re PR middle-end/45017 (miscompile with bitfield and optimization)
2010-07-22  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/45017
	* tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
	TYPE_PRECISION of integral types in addition to size.

	* gcc.c-torture/execute/pr45017.c: New testcase.

From-SVN: r162411
2010-07-22 12:14:27 +00:00
Tobias Burnus
e1d818f7ea re PR fortran/45019 (Aliasing of TARGET dummy argument not detected correctly)
2010-07-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45019
        * dependency.c (gfc_check_dependency): Add argument alising
        * check.
        * symbol.c (gfc_symbols_could_alias): Add argument alising
        * check.

2010-07-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45019
        * gfortran.dg/aliasing_dummy_5.f90: New.

From-SVN: r162410
2010-07-22 13:35:09 +02:00
Daniel Kraft
ba3ff5c2db trans-stmt.c (gfc_trans_return): Put back in the handling of se.post, now in the correct place.
2010-07-22  Daniel Kraft  <d@domob.eu>

	* trans-stmt.c (gfc_trans_return): Put back in the handling of se.post,
	now in the correct place.

From-SVN: r162409
2010-07-22 12:59:31 +02:00
Maxim Kuvyrkov
14ee5f0ae2 sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC when no C library is specified.
* config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
	when no C library is specified.

From-SVN: r162408
2010-07-22 09:47:01 +00:00
Martin Jambor
93c594a39d ipa-prop.h (struct ipa_node_params): Updated comment.
2010-07-22  Martin Jambor  <mjambor@suse.cz>

	* ipa-prop.h (struct ipa_node_params): Updated comment.
	(struct ipa_edge_args): Likewise.
	* Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.

From-SVN: r162407
2010-07-22 11:45:29 +02:00
Martin Jambor
02ec698819 cgraphunit.c (verify_edge_count_and_frequency): New function.
2010-07-22  Martin Jambor  <mjambor@suse.cz>

	* cgraphunit.c (verify_edge_count_and_frequency): New function.
	(verify_cgraph_node): Verify frequencies of indirect edges.
	* tree-inline.c (tree_function_versioning): Update frequencies of
	indirect edges.

From-SVN: r162406
2010-07-22 11:33:11 +02:00
Chung-Lin Tang
8d6cd38823 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r162405
2010-07-22 09:13:25 +00:00
Ramana Radhakrishnan
f67325e838 re PR target/43698 (Wrong use of ARMv6 REV instruction for endian bytewapping with -Os or -O2 optimizations)
Fix PR target/43698

2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	PR target/43698
	* config/arm/arm.md: Split arm_rev into *arm_rev
	and *thumb1_rev. Set *arm_rev to be predicable.

2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	PR target/43698
	* gcc.target/arm/pr43698.c: New test.

From-SVN: r162404
2010-07-22 08:30:36 +00:00
Iain Sandoe
50eb566f04 darwin.h (LINK_COMMAND_SPEC): Split into...
* config/darwin.h (LINK_COMMAND_SPEC): Split into...
	(LINK_COMMAND_SPEC_A): New.
	(DSYMUTIL): New.
	(DSYMUTIL_SPEC): New.
	* config/darwin9.h (LINK_COMMAND_SPEC): Remove.
	(DSYMUTIL_SPEC): Update for darwin >= 9 requirements.

-This line, and those below, will be ignored--

M    ChangeLog
M    config/darwin.h
M    config/darwin9.h

From-SVN: r162403
2010-07-22 08:02:20 +00:00
Iain Sandoe
3b2ee1701f calls.c (load_register_parameters): Move check for zero sized items so that only the call to ...
* calls.c (load_register_parameters): Move check for zero
	sized items so that only the call to 
	mem_overlaps_already_clobbered_arg_p () is protected.

From-SVN: r162402
2010-07-22 07:59:50 +00:00
GCC Administrator
20b3c24c86 Daily bump.
From-SVN: r162396
2010-07-22 00:17:17 +00:00
Jan Hubicka
37512c66d0 ipa-pure-const.c (varying_state): Break out from ...
* ipa-pure-const.c (varying_state): Break out from ...
	(get_function_state): ... here; always return varying_state
	when state would be NULL otherwise.
	(remove_node_data): Do not free varying state.

From-SVN: r162392
2010-07-21 22:56:27 +00:00
Bernd Schmidt
dbb9443595 function.c (record_hard_reg_sets): Restrict the previous change to cases where the incoming nominal mode is the...
* function.c (record_hard_reg_sets): Restrict the previous change
	to cases where the incoming nominal mode is the same as the
	incoming promoted mode and everything happens in MODE_INT.

From-SVN: r162391
2010-07-21 22:51:13 +00:00
Bernd Schmidt
08bd6876cb re PR bootstrap/44970 (Revision 162270 failed to bootstrap)
PR bootstrap/44970
	PR middle-end/45009
	* postreload.c: Include "target.h".
	(reload_combine_closest_single_use): Don't take DEBUG_INSNs
	into account.
	(fixup_debug_insns): Don't copy the rtx.
	(reload_combine_recognize_const_pattern): DEBUG_INSNs can't
	have uses.  Don't copy when replacing.  Call fixup_debug_insns
	in the case where we merged one add with another.
	(reload_combine_recognize_pattern): Fail if there aren't any
	uses.  Try harder to determine whether we're picking a valid
	index register.  Don't set store_ruid for an insn we're going
	to scan in the next iteration.
	(reload_combine): Remove unused code.
	(reload_combine_note_use): When updating use information for
	an old insn, ignore a use that occurs after store_ruid.
	* Makefile.in (postreload.o): Update dependencies.

From-SVN: r162390
2010-07-21 22:48:14 +00:00
Steven G. Kargl
6168fc435e re PR fortran/44929 ([OOP] Parsing error of derived type name starting with 'REAL')
2010-07-21  Steven G. Kargl  <kargl@gcc.gnu.org>

    PR fortran/44929
    * Revert my commit r162325 for this PR.

From-SVN: r162386
2010-07-21 22:34:07 +00:00
Jakub Jelinek
fcc71c6c35 re PR debug/45015 (ICE in cselib.c caused by fix for PR43051)
PR debug/45015
	* var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
	ASM_OPERANDS_OUTPUT_IDX.
	(adjust_insn): For inline asm with multiple sets ensure first
	ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
	the insn.

	* gcc.target/m68k/pr45015.c: New test.

From-SVN: r162385
2010-07-21 21:11:55 +02:00
Richard Henderson
650b53291f Eliminate the computed goto in x64 varargs.
Use a simple test and branch vs 0 instead.  Which also allows us
to avoid funny code emission problems as well.

From-SVN: r162384
2010-07-21 11:50:02 -07:00
Jeffrey Yasskin
5634254ce5 IA64 uses // instead of # for comments in its assembly file.
PR c++/44641
	* lib/scanasm.exp (dg-function-on-line): Fix regex for IA64's
	comments.

From-SVN: r162383
2010-07-21 18:46:40 +00:00
Changpeng Fang
7c6dafac64 Fix PR 44955: Strip off the real and complex parts.
2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>

	PR tree-optimization/44955
	* tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
	and imagine parts of a complex, so that they can have the same
	base and fall into the same group.

From-SVN: r162381
2010-07-21 15:44:24 +00:00
Richard Guenther
60f6be5a8e re PR lto/45018 (ICE: tree check: did not expect class 'type', have 'type' (record_type) in contains_placeholder_p, at tree.c:2749)
2010-07-21  Richard Guenther  <rguenther@suse.de>

	PR lto/45018
	* tree.c (find_decls_types_r): Do not follow TREE_CHAIN
	of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
	TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.

	* g++.dg/lto/20100721-1_0.C: New testcase.

From-SVN: r162380
2010-07-21 15:09:00 +00:00
Pascal Obry
79cf762806 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
From-SVN: r162379
2010-07-21 15:02:09 +00:00
Jason Merrill
31d06664e6 * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.
From-SVN: r162378
2010-07-21 10:38:12 -04:00
Jason Merrill
557165ae94 parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL to cp_finish_decl.
* parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL
	to cp_finish_decl.

From-SVN: r162377
2010-07-21 10:37:56 -04:00
Martin Jambor
75a75e91fd re PR tree-optimization/44900 (The variable of SSE will be broken)
2010-07-21  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/44900
	* tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
	(sra_modify_assign): Move gsi to the next statmenent unconditionally.

	* testsuite/g++.dg/torture/pr44900.C: New test.

From-SVN: r162375
2010-07-21 16:17:11 +02:00
Daniel Kraft
d74d8807cc trans.h (gfc_get_return_label): Removed.
2010-07-21  Daniel Kraft  <d@domob.eu>

	* trans.h (gfc_get_return_label): Removed.
	(gfc_generate_return): New method.
	(gfc_trans_deferred_vars): Update gfc_wrapped_block rather than
	returning a tree directly.
	* trans-stmt.c (gfc_trans_return): Use `gfc_generate_return'.
	(gfc_trans_block_construct): Update for new interface to
	`gfc_trans_deferred_vars'.
	* trans-decl.c (current_function_return_label): Removed.
	(current_procedure_symbol): New variable.
	(gfc_get_return_label): Removed.
	(gfc_trans_deferred_vars): Update gfc_wrapped_block rather than
	returning a tree directly.
	(get_proc_result), (gfc_generate_return): New methods.
	(gfc_generate_function_code): Clean up and do init/cleanup here
	also with gfc_wrapped_block.  Remove return-label but rather
	return directly.

From-SVN: r162373
2010-07-21 15:44:38 +02:00
Bernd Schmidt
426797b226 re PR middle-end/44738 (c-c++-common/uninit-17.c failed)
PR middle-end/44738
	* tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.

	PR middle-end/44738
	* c-c++-common/uninit-17.c: Correct expected error.

From-SVN: r162372
2010-07-21 12:36:44 +00:00
Richard Guenther
35e3a6e946 re PR middle-end/45013 (Failed to build 483.xalancbmk in SPEC CPU 2006)
2010-07-21  Richard Guenther  <rguenther@suse.de>

	PR middle-end/45013
	* tree-ssa.c (useless_type_conversion_p): Dispatch to
	gimple_types_compatible_p only when in lto.
	* gimple.c (gimple_types_compatible_p): Use canonical types
	to speed up comparison.

From-SVN: r162371
2010-07-21 11:45:27 +00:00
Richard Guenther
3f2930d891 tree-flow.h (referenced_var): Move define ...
2010-07-21  Richard Guenther  <rguenther@suse.de>

	* tree-flow.h (referenced_var): Move define ...
	* tree-flow-inline.h (referenced_var): ... here as an inline
	function.  Assert here ...
	* tree-dfa.c (referenced_var_lookup): ... instead of here.
	* tree-ssa.c (maybe_optimize_var): Check if the variable
	is in referenced vars.
	(execute_update_addresses_taken): Remove old broken check.
	* gimple-pretty-print.c (pp_points_to_solution): Use
	referenced_var_lookup.
	* tree-into-ssa.c (dump_decl_set): Likewise.

From-SVN: r162368
2010-07-21 09:46:11 +00:00
Jakub Jelinek
370ae5992f re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries)
PR debug/45003
	* var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of
	a MEM.
	* dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
	ZERO_EXTEND here.

	* gcc.dg/guality/pr45003-2.c: New test.
	* gcc.dg/guality/pr45003-3.c: New test.

From-SVN: r162364
2010-07-21 10:50:57 +02:00
Jakub Jelinek
a431e91330 * gcc.dg/guality/asm-1.c: New test.
From-SVN: r162363
2010-07-21 10:12:36 +02:00
Jerry DeLisle
6b2b43d844 re PR fortran/44697 (I/O testsuite failures: \r\n vs \n - gfortran.dg/ftell_3.f90)
2010-07-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/44697
	* gfortran.dg/ftell_3.f90: Take care of cr-lf record endings.

From-SVN: r162362
2010-07-21 04:20:58 +00:00
Benjamin Kosnik
7d8cafcde8 appendix_contributing.xml: Update for new reality.
2010-07-19  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/appendix_contributing.xml: Update for new reality.
	* doc/Makefile.am (doc-xml): New default rule for XML output.
	(doc-xml-single-doxygen): Standardize output names.
	* doc/Makefile.in: Regenerate.

	* doc/doxygen/user.cfg.in: Tweak.

From-SVN: r162361
2010-07-21 02:02:42 +00:00
GCC Administrator
eb061dfbca Daily bump.
From-SVN: r162360
2010-07-21 00:17:15 +00:00