OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago * gcc.dg/float-range-3.c: Use "dg-do compile" dejagnu directive
uros [Fri, 23 Jul 2010 16:41:39 +0000 (16:41 +0000)]
* gcc.dg/float-range-3.c: Use "dg-do compile" dejagnu directive
instead of dg-compile.
* gcc.dg/float-range-4.c: Ditto.
* gcc.dg/float-range-5.c: Ditto.
* gcc.dg/fold-overflow-1.c: Ditto.
* gcc.dg/gomp/sections-4.c: Ditto.
* gcc.dg/transparent-union-1.c: Ditto.
* gcc.dg/transparent-union-2.c: Ditto.
* gcc.target/i386/pr39315-check.c: Ditto.
* g++.dg/gomp/sections-4.C: Ditto.
* g++.dg/template/dtor7.C: Ditto.
* g++.dg/tree-ssa/pr19952.C: Ditto.
* gfortran.dg/derived_constructor_comps_3.f90: Ditto.
* gfortran.dg/graphite/pr42185.f90: Ditto.
* gfortran.dg/namelist_36.f90: Ditto.
* gnat.dg/noreturn1.adb: Ditto.
* gnat.dg/specs/small_alignment.ads: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162470 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-23 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 23 Jul 2010 16:35:52 +0000 (16:35 +0000)]
2010-07-23  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/44915
* ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
* ipa-inline.c (cgraph_mark_inline_edge): Likewise.
(analyze_function): Likewise.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162469 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-23 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 23 Jul 2010 16:31:48 +0000 (16:31 +0000)]
2010-07-23  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/44914
* tree-sra.c (sra_modify_function_body): Return true if CFG was
changed, add purging dead eh edges.
(ipa_sra_modify_function_body): Return true if CFG was changed,
simplify purging dead eh edges.
(modify_function): Return true if CFG was changed.
(perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
was changed.
(ipa_early_sra): Likewise.

* testsuite/g++.dg/tree-ssa/pr44914.C:  New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162468 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/pr36997.c: Adjust dg-message line number.
uros [Fri, 23 Jul 2010 15:25:15 +0000 (15:25 +0000)]
* gcc.dg/pr36997.c: Adjust dg-message line number.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162467 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/44290
jiez [Fri, 23 Jul 2010 14:47:46 +0000 (14:47 +0000)]
PR target/44290
* attribs.c (decl_attributes): Insert "noinline" and "noclone"
if "naked".
* tree-sra.c (ipa_sra_preliminary_function_checks): Return
false if ! tree_versionable_function_p.

testsuite/
PR target/44290
* gcc.dg/pr44290-1.c: New test.
* gcc.dg/pr44290-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162466 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoCast to unsigned long.
hjl [Fri, 23 Jul 2010 14:37:21 +0000 (14:37 +0000)]
Cast to unsigned long.

2010-07-23  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/45042
* lto-plugin.c (translate): Cast to unsigned long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162465 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * builtins.def (BUILT_IN_ARGS_INFO): Remove.
froydnj [Fri, 23 Jul 2010 14:31:20 +0000 (14:31 +0000)]
* builtins.def (BUILT_IN_ARGS_INFO): Remove.
* ipa-pure-const.c (special_builtlin_state): Remove
BUILT_IN_ARGS_INFO case.
* tree-stdarg.c (execute_optimize_stdarg): Likewise.
* builtins.c (expand_builtin): Likewise.
(expand_builtin_args_info): Remove.
* doc/tm.texi (__builtin_args_info): Remove.
(__builtin_next_arg): Adjust to not refer to __builtin_args_info.
* doc/tm.text.in: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162463 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2009-07-23 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 23 Jul 2010 14:25:55 +0000 (14:25 +0000)]
2009-07-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24524
* trans-array.c (gfc_init_loopinfo): Initialize the reverse
field.
gfc_trans_scalarized_loop_end: If reverse set in dimension n,
reverse the scalarization loop.
gfc_conv_resolve_dependencies: Pass the reverse field of the
loopinfo to gfc_dep_resolver.
trans-expr.c (gfc_trans_assignment_1): Enable loop reversal for
assignment by resetting loop.reverse.
gfortran.h : Add the gfc_reverse enum.
trans.h : Add the reverse field to gfc_loopinfo.
dependency.c (gfc_check_dependency): Pass null to the new arg
of gfc_dep_resolver.
(gfc_check_section_vs_section): Check for reverse dependencies.
(gfc_dep_resolver): Add reverse argument and deal with the loop
reversal logic.
dependency.h : Modify prototype for gfc_dep_resolver to include
gfc_reverse *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162462 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-23 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 23 Jul 2010 14:01:49 +0000 (14:01 +0000)]
2010-07-23  Richard Guenther  <rguenther@suse.de>

* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum
values.
(lto_symtab_merge_decls_2): Likewise.
* tree-ssa.c (useless_type_conversion_p): Likewise.
* lto-streamer-in.c (input_gimple_stmt): Likewise.
* gimple.c (gtc_visited2, gtc_ob2): Remove.
(struct type_pair_d): Make same_p an array indexed by mode.
Update comment.
(lookup_type_pair): Update initialization.
(struct sccs): Adjust same_p type.
(gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
Adjust.
(print_gimple_types_stats): Likewise.
* gimple.h (enum gtc_mode): New.
(gimple_types_compatible_p): Adjust prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162461 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
drow [Fri, 23 Jul 2010 13:55:07 +0000 (13:55 +0000)]
* dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
again after processing insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162460 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/45008
jason [Fri, 23 Jul 2010 13:54:01 +0000 (13:54 +0000)]
PR c++/45008
* g++.dg/abi/mangle44.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162459 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.target/i386/*.c: Do not require sse{,2,3,4} effective target
uros [Fri, 23 Jul 2010 13:45:08 +0000 (13:45 +0000)]
* gcc.target/i386/*.c: Do not require sse{,2,3,4} effective target
for compile-time only tests.
* gcc.target/i386/pr39315-2.c: Remove redundant sse2 effective
target check.
* gcc.target/i386/pr39315-4.c: Ditto.
* gcc.target/i386/vperm-v4si-1.c: Remove sse_runtime effective
target check.  Include sse-os-support.h.
(main): Call check_isa and sse_os_support.
* gcc.target/i386/vperm-v4sf-1.c: Ditto.
* gcc.target/i386/vperm-v4si-2.c (main): Call check_isa.
* gcc.target/i386/vperm-v4sf-2.c: Ditto.
* gcc.target/i386/vperm-v2di.c: Remove sse2_runtime effective
target check.  Include sse-os-support.h.
(main): Call check_isa and sse_os_support.
* gcc.target/i386/vperm-v2df.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162457 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * lib/target-supports.exp (check_avx_hw_available): New procedure.
uros [Fri, 23 Jul 2010 11:33:19 +0000 (11:33 +0000)]
* lib/target-supports.exp (check_avx_hw_available): New procedure.
(check_effective_target_avx_runtime): New procedure.
(check_effective_target_sse2_runtime): Add check_effective_target_sse2.
(check_effective_target_sse_runtime): Add check_effective_target_sse.

* gcc.dg/compat/pr38736_main.c: Use avx_runtime effective target.
* gcc.dg/compat/vector-1b_main.c: Ditto.  Remove cpuid.h include
and __get_cpuid test.
* gcc.dg/compat/vector-2b_main.c: Ditto.

* gcc.target/i386/avx-check.h (main): Also check bit_OSXSAVE.

* gcc.dg/20020418-1.c: Do not require sse2 effective target
for compile-time only test.
* gcc.dg/pr32716.c: Ditto.
* gcc.dg/pr34856.c: Ditto.
* gcc.dg/pr36997.c: Ditto.
* gcc.dg/prefetch-loop-arrays-1.c: Ditto.
* gfortran.dg/pr28158.f90: Ditto.
* gfortran.dg/pr30667.f: Ditto.

* gcc.dg/vect/vect.exp: Use check_effective_target_sse2_runtime for
i?86-*-* and x86_64-*-* targets to disable execution on targets
without sse2 runtime support.
* g++.dg/vect/vect.exp: Ditto.
* gfortran.dg/vect/vect.exp: Ditto.

* gcc.dg/pr36584.c: Remove now redundant sse2 effective target check.
* gcc.dg/pr37544.c: Ditto.
* gcc.dg/pr40550.c: Ditto.
* gcc.dg/compat/union-m128-1_main.c: Ditto.
* gcc.dg/compat/vector-1a_main.c: Ditto.
* gcc.dg/compat/vector-2a_main.c: Ditto.
* gcc.dg/torture/pr16104-1.c: Ditto.
* gcc.dg/torture/pr35771-1.c: Ditto.
* gcc.dg/torture/pr35771-2.c: Ditto.
* gcc.dg/torture/pr35771-3.c: Ditto.
* gcc.dg/torture/stackalign/alloca-2.c: Ditto.
* gcc.dg/torture/stackalign/alloca-3.c: Ditto.
* gcc.dg/torture/stackalign/push-1.c: Ditto.
* gcc.dg/torture/stackalign/vararg-3.c: Ditto.
* g++.dg/other/i386-1.C: Ditto.
* g++.dg/other/pr40446.C: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162456 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
jiez [Fri, 23 Jul 2010 10:52:43 +0000 (10:52 +0000)]
* tree-sra.c (ipa_sra_preliminary_function_checks): Dump
proper words when !tree_versionable_function_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162453 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/pr43058.c: Use dg-timeout-factor 4.
ro [Fri, 23 Jul 2010 10:25:24 +0000 (10:25 +0000)]
* gcc.dg/pr43058.c: Use dg-timeout-factor 4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162452 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-23 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 23 Jul 2010 10:15:27 +0000 (10:15 +0000)]
2010-07-23  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45037
* tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162451 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-23 Daniel Kraft <d@domob.eu>
domob [Fri, 23 Jul 2010 09:53:45 +0000 (09:53 +0000)]
2010-07-23  Daniel Kraft  <d@domob.eu>

PR fortran/44709
* gfortran.h (gfc_find_symtree_in_proc): New method.
* symbol.c (gfc_find_symtree_in_proc): New method.
* match.c (match_exit_cycle): Look for loop name also in parent
namespaces within current procedure.

2010-07-23  Daniel Kraft  <d@domob.eu>

PR fortran/44709
* gfortran.dg/exit_1.f08: New test.
* gfortran.dg/exit_2.f08: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162450 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/extend.texi: Remove IP2K from the description of naked
jiez [Fri, 23 Jul 2010 09:31:36 +0000 (09:31 +0000)]
* doc/extend.texi: Remove IP2K from the description of naked
attribute.  Add MCORE instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162449 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoMove changelogs to correct files
ak [Fri, 23 Jul 2010 05:54:11 +0000 (05:54 +0000)]
Move changelogs to correct files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162447 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc:
ak [Fri, 23 Jul 2010 05:33:51 +0000 (05:33 +0000)]
gcc:

2010-07-10   Andi Kleen <ak@linux.intel.com>

        PR lto/44992
        * lto-opts.c (lto_write_options): Add NULL file_data argument to
lto_get_section_name.
* lto-section-out.c (lto_destroy_simple_output_block): Likewise.
* lto-streamer-out.c (produce_asm): Likewise.
(copy_function): Likewise.
(produce_symtab): Likewise.
(produce_asm_for_decls): Likewise.
* lto-streamer.c (lto_get_section_name): Add file_data argument.
Rewrite to add random postfix to LTO sections.
* lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
(lto_get_section_name): Add file_data argument to prototype.

lto:

2010-07-10   Andi Kleen <ak@linux.intel.com>

        PR lto/44992
        * lto.c: Include splay-tree.h
(lto_resolution_read): Change to walk file_ids tree and parse
extra file_id in resolution file.
(lto_section_with_id): Add.
(create_subid_section_table): Add.
(lwstate): Add.
(lto_create_files_from_ids): Add.
(lto_file_read): Change to handle sub file ids and create list
of file_datas. Add output argument for count.
(get_section_data): Pass file_data to lto_get_section_name.
(lto_flatten_file): Add.
(read_cgraph_and_symbols): Handle linked lists of file_datas.

lto-plugin:

2010-07-10   Andi Kleen <ak@linux.intel.com>

        PR lto/44992
        * lto-plugin.c (sym_aux): Add.
(plugin_symtab): Remove slots. Add aux and id.
(parse_table_entry): Change to use aux instead of slots.
(LTO_SECTION_PREFIX): Add.
(translate): Improve buffer allocation. Change to append
symbols to existing out buffer.
(get_section): Remove.
(process_symtab): Add.
(free_2): Free symtab->aux.
(write_resolution): Handle aux instead of slots.
Print sub id to resolution file.
(claim_file_handler): Clear lto_file. Replace get_symtab/translate
calls with call to process_symtab.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162443 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd changelog for last commit
ak [Fri, 23 Jul 2010 05:26:48 +0000 (05:26 +0000)]
Add changelog for last commit

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162442 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-10 Andi Kleen <ak@linux.intel.com>
ak [Fri, 23 Jul 2010 05:25:46 +0000 (05:25 +0000)]
2010-07-10  Andi Kleen <ak@linux.intel.com>

* lto-coff.c (hash_name, eq_name): Move.
(lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
* lto-elf.c: (hash_name, eq_name): Move.
(lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
* lto-macho.c: (hash_name, eq_name): Move.
(lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
* lto.c: (hash_name, eq_name): Move from lto-*.c
(lto_obj_create_section_hash_table): Add.
(free_with_string): Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162441 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-10 Andi Kleen <ak@linux.intel.com>
ak [Fri, 23 Jul 2010 05:24:47 +0000 (05:24 +0000)]
2010-07-10   Andi Kleen <ak@linux.intel.com>

        * lto-section-in.c (lto_section_name): Synchronize names
        with lto_get_section_name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162440 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-10 Andi Kleen <ak@linux.intel.com>
ak [Fri, 23 Jul 2010 05:23:50 +0000 (05:23 +0000)]
2010-07-10   Andi Kleen <ak@linux.intel.com>

        * lto-opts.c (lto_read_file_options): Check for missing section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162439 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Sandra Loosemore <sandra@codesourcery.com>
sandra [Fri, 23 Jul 2010 02:18:07 +0000 (02:18 +0000)]
2010-07-22  Sandra Loosemore  <sandra@codesourcery.com>

PR tree-optimization/39839

gcc/testsuite/
* gcc.target/arm/pr39839.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162438 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Fri, 23 Jul 2010 00:17:45 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162437 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 22 Jul 2010 22:58:15 +0000 (22:58 +0000)]
2010-07-22  Benjamin Kosnik  <bkoz@redhat.com>

DocBook 4.5 to 5.0 transition.
* doc/xml/authors.xml: Update markup to DocBook 5.0.
* doc/xml/faq.xml: Same.
* doc/xml/api.xml: Same.
* doc/xml/class.txml
* doc/xml/gnu/gpl-3.0.xml: Same.
* doc/xml/gnu/fdl-1.2.xml: Same.
* doc/xml/gnu/fdl-1.3.xml: Same.
* doc/xml/gnu/gpl-2.0.xml: Same.
* doc/xml/chapter.txml: Same.
* doc/xml/manual/mt_allocator.xml: Same.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/ctype.xml: Same.
* doc/xml/manual/numerics.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/backwards_compatibility.xml: Same.
* doc/xml/manual/concurrency.xml: Same.
* doc/xml/manual/intro.xml: Same.
* doc/xml/manual/abi.xml: Same.
* doc/xml/manual/shared_ptr.xml: Same.
* doc/xml/manual/status_cxxtr1.xml: Same.
* doc/xml/manual/auto_ptr.xml: Same.
* doc/xml/manual/internals.xml: Same.
* doc/xml/manual/atomics.xml: Same.
* doc/xml/manual/parallel_mode.xml: Same.
* doc/xml/manual/status_cxx1998.xml: Same.
* doc/xml/manual/profile_mode.xml: Same.
* doc/xml/manual/containers.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/concurrency_extensions.xml: Same.
* doc/xml/manual/appendix_porting.xml: Same.
* doc/xml/manual/utilities.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/bitmap_allocator.xml: Same.
* doc/xml/manual/configure.xml: Same.
* doc/xml/manual/build_hacking.xml: Same.
* doc/xml/manual/evolution.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/using_exceptions.xml: Same.
* doc/xml/manual/debug.xml: Same.
* doc/xml/manual/localization.xml: Same.
* doc/xml/manual/strings.xml: Same.
* doc/xml/manual/debug_mode.xml: Same.
* doc/xml/manual/locale.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/prerequisites.xml: Same.
* doc/xml/manual/messages.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/algorithms.xml: Same.
* doc/xml/manual/appendix_free.xml: Same.
* doc/xml/manual/iterators.xml: Same.
* doc/xml/manual/spine.xml: Same.
* doc/xml/manual/status_cxxtr24733.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
* doc/xml/manual/test.xml: Same.
* doc/xml/book.txml: Same.
* doc/xml/spine.xml: Same.
* doc/Makefile.am: Same.
* doc/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162433 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ira.c (check_allocation): Correctly handle the case where an allocno
bernds [Thu, 22 Jul 2010 22:34:11 +0000 (22:34 +0000)]
* ira.c (check_allocation): Correctly handle the case where an allocno
with two objects was allocated to a single reg.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162432 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
rsandifo [Thu, 22 Jul 2010 21:55:32 +0000 (21:55 +0000)]
gcc/
* tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
(is_widening_mult_p): Likewise.
(convert_to_widen): Use them.
(convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
well as integer ones.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162431 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * alias.c (true_dependence_1): New function, merged version of
steven [Thu, 22 Jul 2010 21:54:27 +0000 (21:54 +0000)]
* alias.c (true_dependence_1): New function, merged version of
true_dependence and canon_true_dependence.
(true_dependence): Simplify.
(canon_true_dependence): Simplify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162430 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/45027
rth [Thu, 22 Jul 2010 21:40:41 +0000 (21:40 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162429 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Andi Kleen <ak@linux.intel.com>
ak [Thu, 22 Jul 2010 21:16:49 +0000 (21:16 +0000)]
2010-07-22  Andi Kleen  <ak@linux.intel.com>

        * MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162428 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/45028
jakub [Thu, 22 Jul 2010 20:48:42 +0000 (20:48 +0000)]
PR bootstrap/45028
* recgprop.c (copyprop_hardreg_forward_1): If changed is true,
call cprop_find_used_regs again via note_uses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162427 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * alias.c (get_alias_set): Fix formatting issues.
ebotcazou [Thu, 22 Jul 2010 19:33:45 +0000 (19:33 +0000)]
* alias.c (get_alias_set): Fix formatting issues.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162426 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR ada/44892
ebotcazou [Thu, 22 Jul 2010 19:28:21 +0000 (19:28 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162425 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc-interface/utils.c (gnat_types_compatible_p): Don't require strict
ebotcazou [Thu, 22 Jul 2010 19:12:46 +0000 (19:12 +0000)]
* gcc-interface/utils.c (gnat_types_compatible_p): Don't require strict
equality for the component type of array types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162424 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Steve Ellcey <sje@cup.hp.com>
sje [Thu, 22 Jul 2010 18:14:27 +0000 (18:14 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162423 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ChangeLog: Fix whitespace.
uros [Thu, 22 Jul 2010 18:10:32 +0000 (18:10 +0000)]
* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162422 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR debug/45024
dodji [Thu, 22 Jul 2010 16:25:17 +0000 (16:25 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162420 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.
bernds [Thu, 22 Jul 2010 15:48:30 +0000 (15:48 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162418 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoReplace dg-require-lto-plugin with dg-require-linker-plugin.
hjl [Thu, 22 Jul 2010 14:45:07 +0000 (14:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162417 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 22 Jul 2010 14:19:40 +0000 (14:19 +0000)]
2010-07-22  Richard Guenther  <rguenther@suse.de>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162416 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 22 Jul 2010 13:47:32 +0000 (13:47 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162415 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 22 Jul 2010 12:54:44 +0000 (12:54 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162414 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Martin Jambor <mjambor@suse.cz>
jamborm [Thu, 22 Jul 2010 12:52:14 +0000 (12:52 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162413 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 22 Jul 2010 12:50:00 +0000 (12:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162412 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 22 Jul 2010 12:14:27 +0000 (12:14 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162411 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 22 Jul 2010 11:35:09 +0000 (11:35 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162410 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Daniel Kraft <d@domob.eu>
domob [Thu, 22 Jul 2010 10:59:31 +0000 (10:59 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162409 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
mkuvyrkov [Thu, 22 Jul 2010 09:47:01 +0000 (09:47 +0000)]
* config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
when no C library is specified.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162408 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Martin Jambor <mjambor@suse.cz>
jamborm [Thu, 22 Jul 2010 09:45:29 +0000 (09:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162407 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-22 Martin Jambor <mjambor@suse.cz>
jamborm [Thu, 22 Jul 2010 09:33:11 +0000 (09:33 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162406 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * MAINTAINERS (Write After Approval): Add myself.
cltang [Thu, 22 Jul 2010 09:13:25 +0000 (09:13 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162405 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR target/43698
ramana [Thu, 22 Jul 2010 08:30:36 +0000 (08:30 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162404 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/darwin.h (LINK_COMMAND_SPEC): Split into...
iains [Thu, 22 Jul 2010 08:02:20 +0000 (08:02 +0000)]
* 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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162403 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * calls.c (load_register_parameters): Move check for zero
iains [Thu, 22 Jul 2010 07:59:50 +0000 (07:59 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162402 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Thu, 22 Jul 2010 00:17:17 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162396 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ipa-pure-const.c (varying_state): Break out from ...
hubicka [Wed, 21 Jul 2010 22:56:27 +0000 (22:56 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162392 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * function.c (record_hard_reg_sets): Restrict the previous change
bernds [Wed, 21 Jul 2010 22:51:13 +0000 (22:51 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162391 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/44970
bernds [Wed, 21 Jul 2010 22:48:14 +0000 (22:48 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162390 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Wed, 21 Jul 2010 22:34:07 +0000 (22:34 +0000)]
2010-07-21  Steven G. Kargl  <kargl@gcc.gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162386 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/45015
jakub [Wed, 21 Jul 2010 19:11:55 +0000 (19:11 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162385 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoEliminate the computed goto in x64 varargs.
rth [Wed, 21 Jul 2010 18:50:02 +0000 (18:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162384 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIA64 uses // instead of # for comments in its assembly file.
jyasskin [Wed, 21 Jul 2010 18:46:40 +0000 (18:46 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162383 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR 44955: Strip off the real and complex parts.
spop [Wed, 21 Jul 2010 15:44:24 +0000 (15:44 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162381 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 21 Jul 2010 15:09:00 +0000 (15:09 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162380 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
ebotcazou [Wed, 21 Jul 2010 15:02:09 +0000 (15:02 +0000)]
* make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162379 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.
jason [Wed, 21 Jul 2010 14:38:12 +0000 (14:38 +0000)]
* tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162378 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL
jason [Wed, 21 Jul 2010 14:37:56 +0000 (14:37 +0000)]
* parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL
to cp_finish_decl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162377 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Martin Jambor <mjambor@suse.cz>
jamborm [Wed, 21 Jul 2010 14:17:11 +0000 (14:17 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162375 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Daniel Kraft <d@domob.eu>
domob [Wed, 21 Jul 2010 13:44:38 +0000 (13:44 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162373 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/44738
bernds [Wed, 21 Jul 2010 12:36:44 +0000 (12:36 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162372 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 21 Jul 2010 11:45:27 +0000 (11:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162371 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 21 Jul 2010 09:46:11 +0000 (09:46 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162368 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/45003
jakub [Wed, 21 Jul 2010 08:50:57 +0000 (08:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162364 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/guality/asm-1.c: New test.
jakub [Wed, 21 Jul 2010 08:12:36 +0000 (08:12 +0000)]
* gcc.dg/guality/asm-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162363 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 21 Jul 2010 04:20:58 +0000 (04:20 +0000)]
2010-07-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162362 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 21 Jul 2010 02:02:42 +0000 (02:02 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162361 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Wed, 21 Jul 2010 00:17:15 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162360 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
rth [Tue, 20 Jul 2010 23:09:58 +0000 (23:09 +0000)]
    * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162356 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
bernds [Tue, 20 Jul 2010 20:50:44 +0000 (20:50 +0000)]
* config/arm/arm.md (thumb1_addsi3): Add alternative and split for
computing the sum of the stack pointer and a large constant.
* config/arm/constraints.md (M): Remove superfluous parentheses.
(Pc): New constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162355 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR c++/44641
jyasskin [Tue, 20 Jul 2010 20:16:53 +0000 (20:16 +0000)]
PR c++/44641
        * gcc/cp/pt.c (instantiate_class_template): Propagate the
        template's location to its instance.

        * gcc/testsuite/lib/scanasm.exp (dg-function-on-line): Test
        that a function is defined on the current line.
        * gcc/testsuite/g++.dg/debug/dwarf2/lineno-simple1.C: New.
        Line number sanity test.
        * gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162349 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/45006
jakub [Tue, 20 Jul 2010 18:57:14 +0000 (18:57 +0000)]
PR debug/45006
* cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
operand's type if exp is tcc_unary class tree.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162348 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd myself to MAINTAINERS.
jyasskin [Tue, 20 Jul 2010 18:55:39 +0000 (18:55 +0000)]
Add myself to MAINTAINERS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162347 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
froydnj [Tue, 20 Jul 2010 18:38:50 +0000 (18:38 +0000)]
* config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
Reverse sense of if_then_else condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162346 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/44967
jason [Tue, 20 Jul 2010 18:22:34 +0000 (18:22 +0000)]
PR c++/44967
* pt.c (tsubst_copy_and_build): Rework last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162345 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
froydnj [Tue, 20 Jul 2010 17:43:06 +0000 (17:43 +0000)]
gcc/
* config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
* config/rs6000/rs6000.c (rs6000_override_options): Set
rs6000_block_move_inline_limit appropriately.
(expand_block_move): Use rs6000_block_move_inline_limit.
* doc/invoke.texi (mblock-move-inline-limit): Document.

gcc/testsuite/
* gcc.target/powerpc/block-move-1.c: New test.
* gcc.target/powerpc/block-move-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162344 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/44967
jason [Tue, 20 Jul 2010 17:34:18 +0000 (17:34 +0000)]
PR c++/44967
* pt.c (tsubst_copy_and_build): Handle partial substitution of
CALL_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162343 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
bernds [Tue, 20 Jul 2010 15:33:35 +0000 (15:33 +0000)]
* postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
FROM and TO.  All callers changed.  Don't look for tracked uses,
just scan the RTL for DEBUG_INSNs and substitute.
(reload_combine_recognize_pattern): Call fixup_debug_insns.
(reload_combine): Ignore DEBUG_INSNs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162342 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 15:05:59 +0000 (15:05 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

PR lto/42696
* gcc.dg/lto/20100720-4_0.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162341 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 13:06:32 +0000 (13:06 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

PR lto/43221
* gcc.dg/lto/20100720-2_0.c: New testcase.
* gcc.dg/lto/20100720-2_1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162339 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 13:03:10 +0000 (13:03 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

PR lto/43208
* gcc.dg/lto/20100720-1_0.c: New testcase.
* gcc.dg/lto/20100720-1_1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162338 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
jakub [Tue, 20 Jul 2010 12:58:59 +0000 (12:58 +0000)]
* var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
depth to 8 from 5.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162337 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/45003
jakub [Tue, 20 Jul 2010 12:58:03 +0000 (12:58 +0000)]
PR debug/45003
* cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
instead of the result's type.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162336 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 12:41:20 +0000 (12:41 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44977
* tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
SSA form.

* gcc.dg/torture/pr44977.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162334 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Bingfeng Mei <bmei@broadcom.com>
meibf [Tue, 20 Jul 2010 12:20:33 +0000 (12:20 +0000)]
2010-07-20  Bingfeng Mei  <bmei@broadcom.com>

* gcc.dg/lto/20090313_0.c: Use dg-require-effective-target
sync_char_short

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162331 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 12:05:59 +0000 (12:05 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
(lto_symtab_merge_decls_2): Likewise.
* gimple.h (gimple_types_compatible_p): Declare.
* gimple.c (gimple_queue_type_fixup): Remove.
(gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
(gimple_compatible_complete_and_incomplete_type_p): New
function.
(gimple_types_compatible_p): Adjust.
(gimple_register_type): Remove type fixup code.
(print_gimple_types_stats): Adjust.
(free_gimple_type_tables): Likewise.
* lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
* tree-ssa.c (useless_type_conversion_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162330 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 20 Jul 2010 11:28:56 +0000 (11:28 +0000)]
2010-07-20  Richard Guenther  <rguenther@suse.de>

PR middle-end/44971
PR middle-end/44988
* tree-ssa.c (maybe_optimize_var): New function split out from ...
(execute_update_addresses_taken): ... here.
(non_rewritable_mem_ref_base): Likewise.
(execute_update_addresses_taken): Do not iterate over all referenced
vars but just all local decls and parms.
Properly check call and asm arguments and rewrite call arguments.

* gcc.dg/pr44971.c: New testcase.
* gcc.c-torture/compile/pr44988.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162329 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-20 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 20 Jul 2010 09:44:01 +0000 (09:44 +0000)]
2010-07-20  Paolo Carlini  <paolo.carlini@oracle.com>

* libsupc++/unwind-cxx.h: Minor formatting / stylistic tweaks.

2010-07-20  Mikael Pettersson  <mikpe@it.uu.se>

PR libstdc++/44902
* libsupc++/unwind-cxx.h (__cxa_type_match): Correct prototype.
(__cxa_begin_cleanup): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162328 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2010-07-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 20 Jul 2010 06:43:02 +0000 (06:43 +0000)]
2010-07-19  Benjamin Kosnik  <bkoz@redhat.com>

* doc/Makefile.am (doc-texinfo): New rule.
(doc-texinfo-docbook): New rule.
(DB2TEXI_FLAGS): New.
(doc-xml-single-docbook): Just the manual, not the set. Tweak flags.
* doc/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162327 138bc75d-0d04-0410-961f-82ee72b054a4