gcc.git
14 years agoconfigure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.
David S. Miller [Fri, 12 Mar 2010 02:54:17 +0000 (02:54 +0000)]
configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.

* configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.
* configure: Rebuild.

From-SVN: r157397

14 years agoDaily bump.
GCC Administrator [Fri, 12 Mar 2010 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r157396

14 years agore PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)
Martin Jambor [Thu, 11 Mar 2010 22:27:26 +0000 (23:27 +0100)]
re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)

2010-03-11  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/43257
* tree.c (assign_assembler_name_if_neeeded): New function.
(free_lang_data_in_cgraph): Assembler name assignment moved to the
above new function.
* tree.h (assign_assembler_name_if_neeeded): Declare.
* cgraphunit.c (cgraph_analyze_function): Create an assembler name for
the function if needed.

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

From-SVN: r157393

14 years agoMakefile.in (stmp-int-hdrs): Make include/unwind.h, include/stdint-gcc.h, and include...
Chris Demetriou [Thu, 11 Mar 2010 20:31:01 +0000 (12:31 -0800)]
Makefile.in (stmp-int-hdrs): Make include/unwind.h, include/stdint-gcc.h, and include/stdint.h world-readable.

2010-03-11  Chris Demetriou  <cgd@google.com>

        * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
        include/stdint-gcc.h, and include/stdint.h world-readable.

From-SVN: r157392

14 years agore PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensions (rank) array values.)
Tobias Burnus [Thu, 11 Mar 2010 16:06:37 +0000 (17:06 +0100)]
re PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensions (rank) array values.)

2010-03-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43228
        * io/list_read.c (nml_parse_qualifier): Disable expanded_read
        for array sections.

2010-03-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43228
        * gfortran.dg/namelist_61.f90: New test.

From-SVN: r157389

14 years agore PR middle-end/43255 (ICE in extract_range_from_assert, at tree-vrp.c:1423)
Richard Guenther [Thu, 11 Mar 2010 15:08:24 +0000 (15:08 +0000)]
re PR middle-end/43255 (ICE in extract_range_from_assert, at tree-vrp.c:1423)

2010-03-11  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43255
* tree-vrp.c (process_assert_insertions_for): Do not insert
asserts for trivial conditions.

* gcc.c-torture/compile/pr43255.c: New testcase.

From-SVN: r157388

14 years agore PR tree-optimization/43280 (gcc4.5 -m32 -O2: misoptimizes sha256!)
Andreas Krebbel [Thu, 11 Mar 2010 13:51:00 +0000 (13:51 +0000)]
re PR tree-optimization/43280 (gcc4.5 -m32 -O2: misoptimizes sha256!)

2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

PR tree-optimization/43280
* tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number generation.
Move calculation of size out of the if branch.
(find_bswap): Modify compare number generation.

2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.dg/optimize-bswapdi-1.c: Add OpenSSL bswap variant.
* gcc.dg/pr43280.c: New testcase.

From-SVN: r157386

14 years agore PR lto/43200 ([LTO] tree check: expected array_type, have pointer_type in array_re...
Richard Guenther [Thu, 11 Mar 2010 13:13:53 +0000 (13:13 +0000)]
re PR lto/43200 ([LTO] tree check: expected array_type, have pointer_type in array_ref_low_bound)

2010-03-11  Richard Guenther  <rguenther@suse.de>

PR lto/43200
* lto-streamer-in.c (maybe_fixup_decls): Simplify.
(input_gimple_stmt): Fixup handled component types during
operand read.  Also fix up decls in ADDR_EXPRs.

* gcc.dg/lto/20100227-1_0.c: New testcase.
* gcc.dg/lto/20100227-1_1.c: Likewise.

From-SVN: r157385

14 years agoFix entry note.
Jerry DeLisle [Thu, 11 Mar 2010 02:28:33 +0000 (02:28 +0000)]
Fix entry note.

From-SVN: r157379

14 years agore PR libfortran/43320 (200.sixtrack fails setup)
Jerry DeLisle [Thu, 11 Mar 2010 02:26:36 +0000 (02:26 +0000)]
re PR libfortran/43320 (200.sixtrack fails setup)

2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43320
PR libfortran/43265
* gfortran.dg/read_eof_6.f: New test
* gfortran.dg/read_x_eof.f90: Update test.
* gfortran.dg/read_x_past.f: Update test.

From-SVN: r157378

14 years agore PR libfortran/43320 (200.sixtrack fails setup)
Jerry DeLisle [Thu, 11 Mar 2010 02:15:33 +0000 (02:15 +0000)]
re PR libfortran/43320 (200.sixtrack fails setup)

2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43320
* io/transfer.c (next_record_r): Add hit_eof based on item_count
condition.

From-SVN: r157377

14 years agoDaily bump.
GCC Administrator [Thu, 11 Mar 2010 00:17:00 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r157376

14 years agohashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189.
Paolo Carlini [Wed, 10 Mar 2010 23:49:28 +0000 (23:49 +0000)]
hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189.

2010-03-10  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/hashtable_policy.h (_Rehash_base<_Prime_rehash_policy,
_Hashtable>::reserve): Add, per DR 1189.
* include/bits/hashtable.h (_Hashtable<>::size_type,
_Hashtable<>::difference_type): Do not typedef from _Allocator.
* testsuite/23_containers/unordered_map/dr1189.cc: New.
* testsuite/23_containers/unordered_set/dr1189.cc: Likewise.
* testsuite/23_containers/unordered_multimap/dr1189.cc: Likewise.
* testsuite/23_containers/unordered_multiset/dr1189.cc: Likewise.

From-SVN: r157373

14 years agosol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
Eric Botcazou [Wed, 10 Mar 2010 23:25:37 +0000 (23:25 +0000)]
sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.

* config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
* config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
ada/
* gcc-interface/Makefile.in (SPARC/Solaris): Use sparcv8plus.

From-SVN: r157372

14 years agore PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)
Jan Hubicka [Wed, 10 Mar 2010 19:33:37 +0000 (19:33 +0000)]
re PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)

PR c/43288
* ipa.c (function_and_variable_visibility) Normalize COMMON bits.
* varasm.c (get_variable_section): Don't do that here...
(make_decl_rtl): ... and here.
(do_assemble_alias): Produce decl RTL.
(assemble_alias): Likewise.

* gcc.dg/compile/pr43288.c: New test.

From-SVN: r157366

14 years agoasm1.C: Don't detect pic via looking for the -fpic/-fPIC flags.
Kaveh R. Ghazi [Wed, 10 Mar 2010 19:29:50 +0000 (19:29 +0000)]
asm1.C: Don't detect pic via looking for the -fpic/-fPIC flags.

* g++.old-deja/g++.pt/asm1.C: Don't detect pic via looking for the
-fpic/-fPIC flags.
* g++.old-deja/g++.pt/asm2.C: Likewise.
* gcc.c-torture/compile/20000804-1.c: Likewise.
* gcc.target/i386/clobbers.c: Likewise.

From-SVN: r157365

14 years ago2010-03-10 Tobias Burnus <burnus@net-b.de
Tobias Burnus [Wed, 10 Mar 2010 18:56:46 +0000 (19:56 +0100)]
2010-03-10  Tobias Burnus  <burnus@net-b.de

        PR fortran/43303
        * symbol.c (get_iso_c_sym): Set sym->result.

2010-03-10  Tobias Burnus  <burnus@net-b.de

        PR fortran/43303
        * gfortran.dg/c_assoc_3.f90: New test.

From-SVN: r157364

14 years agore PR debug/43290 (ICE in dwarf2out_frame_debug_expr)
Jakub Jelinek [Wed, 10 Mar 2010 18:17:10 +0000 (19:17 +0100)]
re PR debug/43290 (ICE in dwarf2out_frame_debug_expr)

PR debug/43290
* reg-notes.def (REG_CFA_SET_VDRAP): New note.
* dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
of fde->vdrap_reg.
(dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
(based_loc_descr): Only express drap or vdrap regno based expressions
using DW_OP_fbreg when not optimizing.
* config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
REG_CFA_SET_VDRAP note.

PR debug/36728
* gcc.dg/guality/pr36728-1.c: New test.
* gcc.dg/guality/pr36728-2.c: New test.

From-SVN: r157363

14 years agoh8300-div-delay-slot.c: New test.
Kaushik Phatak [Wed, 10 Mar 2010 15:48:52 +0000 (15:48 +0000)]
h8300-div-delay-slot.c: New test.

        * gcc.dg/h8300-div-delay-slot.c: New test.

From-SVN: r157340

14 years agore PR tree-optimization/43236 (-ftree-loop-distribution produces wrong code in reload...
Alexander Monakov [Wed, 10 Mar 2010 12:53:51 +0000 (15:53 +0300)]
re PR tree-optimization/43236 (-ftree-loop-distribution produces wrong code in reload1.c:delete_output_reload(), bootstrap fails)

        PR tree-optimization/43236
        * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
        error in calculation of base address in reverse iteration case.
        (generate_builtin): Take number of latch executions if the statement
        is in the latch.

        * gcc.c-torture/execute/pr43236.c: New.

From-SVN: r157339

14 years agore PR middle-end/42859 (ICE in verify_flow_info)
Andrey Belevantsev [Wed, 10 Mar 2010 11:08:48 +0000 (14:08 +0300)]
re PR middle-end/42859 (ICE in verify_flow_info)

    PR middle-end/42859

    * tree-eh.c: Include pointer-set.h.
    (lower_eh_dispatch): Filter out duplicate case labels and
    remove the unneeded edge when the label is unused.  Return
    true when some edges are removed.
    (execute_lower_eh_dispatch): When any lowering resulted in
    removing an edge, also delete unreachable blocks.

    * g++.dg/eh/pr42859.C: New test.

From-SVN: r157337

14 years agore PR bootstrap/43287 (Bootstrap fails at stage 1 on powerpc-apple-darwin9)
Jakub Jelinek [Wed, 10 Mar 2010 07:51:17 +0000 (08:51 +0100)]
re PR bootstrap/43287 (Bootstrap fails at stage 1 on powerpc-apple-darwin9)

PR bootstrap/43287
* config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
UNSPEC_MACHOPIC_OFFSET.

From-SVN: r157334

14 years agoDaily bump.
GCC Administrator [Wed, 10 Mar 2010 00:16:42 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157331

14 years agore PR target/43294 (Error: junk at end of line, first unrecognized character is `@')
Andreas Schwab [Tue, 9 Mar 2010 21:57:36 +0000 (21:57 +0000)]
re PR target/43294 (Error: junk at end of line, first unrecognized character is `@')

PR target/43294
* config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
(m68k_delegitimize_address): New function.

From-SVN: r157328

14 years agore PR debug/43293 (Invalid unwind info for i?86 -fpic)
Jakub Jelinek [Tue, 9 Mar 2010 20:11:53 +0000 (21:11 +0100)]
re PR debug/43293 (Invalid unwind info for i?86 -fpic)

PR debug/43293
* config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
* config/i386/i386.c: Include debug.h and dwarf2out.h.
(ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
and .cfi_endproc around the pic thunks.
(output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
all queued unwind info register saves are saved before the call.
For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
considered as sp-=4 for unwind info and the pop as sp+=4 which
also clobbers dest, but doesn't actually restore it.

From-SVN: r157325

14 years agore PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)
Jakub Jelinek [Tue, 9 Mar 2010 18:54:25 +0000 (19:54 +0100)]
re PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)

PR debug/43299
* dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.

From-SVN: r157317

14 years agore PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)
Jakub Jelinek [Tue, 9 Mar 2010 18:53:38 +0000 (19:53 +0100)]
re PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)

PR debug/43299
* var-tracking.c (adjust_sets): New function.
(count_with_sets, add_with_sets): Use it.
(get_adjusted_src): New inline function.
(add_stores): Use it.

* gcc.dg/pr43299.c: New test.

From-SVN: r157316

14 years agore PR debug/43304 (ICE on vmx/fft.c and vmx/7-01{,a}.c)
Jakub Jelinek [Tue, 9 Mar 2010 18:51:44 +0000 (19:51 +0100)]
re PR debug/43304 (ICE on vmx/fft.c and vmx/7-01{,a}.c)

PR debug/43304
* var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
call cselib_dummy_expand_value_rtx_cb instead of
cselib_expand_value_rtx_cb.

From-SVN: r157315

14 years agore PR debug/43293 (Invalid unwind info for i?86 -fpic)
Jakub Jelinek [Tue, 9 Mar 2010 18:50:40 +0000 (19:50 +0100)]
re PR debug/43293 (Invalid unwind info for i?86 -fpic)

PR debug/43293
* config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
* config/i386/i386.c: Include debug.h and dwarf2out.h.
(ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
and .cfi_endproc around the pic thunks.
(output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
all queued unwind info register saves are saved before the call.
For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
considered as sp-=4 for unwind info and the pop as sp+=4 which
also clobbers dest, but doesn't actually restore it.

From-SVN: r157314

14 years agore PR debug/43290 (ICE in dwarf2out_frame_debug_expr)
Jakub Jelinek [Tue, 9 Mar 2010 18:48:43 +0000 (19:48 +0100)]
re PR debug/43290 (ICE in dwarf2out_frame_debug_expr)

PR debug/43290
* config/i386/i386.c (ix86_get_drap_rtx): Don't set
RTX_FRAME_RELATED_P.

* g++.dg/eh/unwind2.C: New test.

From-SVN: r157313

14 years ago* zh_CN.po: Update.
Joseph Myers [Tue, 9 Mar 2010 15:18:43 +0000 (15:18 +0000)]
* zh_CN.po: Update.

From-SVN: r157311

14 years agore PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)
Jerry DeLisle [Tue, 9 Mar 2010 14:41:17 +0000 (14:41 +0000)]
re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)

2010-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/43265
* io/read.c: Include fbuf.h and unix.h to enable lower level I/O for
read_x. (read_x): Replace the use of read_sf with equivalent lower level
I/O, eliminating unneeded code and handling EOF and EOR conditions.
* io/io.h: Revise prototype for read_sf.
* io/transfer.c (read_sf): Delete no_error parameter and all uses of it.
(read_block_form): Likewise.
(next_record_r): Delete wrong code call to hit_eof.

From-SVN: r157310

14 years agore PR bootstrap/43276 (lto-elf.c:388:10: error: 'EM_SPARC')
Eric Botcazou [Tue, 9 Mar 2010 09:01:56 +0000 (09:01 +0000)]
re PR bootstrap/43276 (lto-elf.c:388:10: error: 'EM_SPARC')

PR bootstrap/43276
* lto-elf.c: Define EM_* constants if not already defined.

From-SVN: r157305

14 years agoarm.md (thumb_mulsi3_v6): Remove trailing whitespaces in output template.
Jie Zhang [Tue, 9 Mar 2010 03:59:21 +0000 (03:59 +0000)]
arm.md (thumb_mulsi3_v6): Remove trailing whitespaces in output template.

* config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
whitespaces in output template.

From-SVN: r157303

14 years agorevert: PR libstdc++/41975, DR 579
Paolo Carlini [Tue, 9 Mar 2010 01:56:42 +0000 (01:56 +0000)]
revert: PR libstdc++/41975, DR 579

2010-03-08  Paolo Carlini  <paolo.carlini@oracle.com>

Revert:
2010-02-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/41975, DR 579
* include/bits/hashtable.h (_Hashtable<>::_M_erase_node): Remove.
(erase(const_iterator), erase(const_iterator, const_iterator)):
Change return type to void.
* include/debug/unordered_map: Adjust.
* include/debug/unordered_set: Likewise.
* testsuite/util/exception/safety.h: Likewise.
* testsuite/23_containers/unordered_map/erase/1.cc: Likewise.
* testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise.
* testsuite/23_containers/unordered_set/erase/1.cc:  Likewise.
* testsuite/23_containers/unordered_set/erase/24061-map.cc: Likewise.
* testsuite/23_containers/unordered_multimap/erase/1.cc:  Likewise.
* testsuite/23_containers/unordered_multimap/erase/24061-map.cc:
Likewise.
* testsuite/23_containers/unordered_multiset/erase/1.cc:  Likewise.
* testsuite/23_containers/unordered_multiset/erase/24061-map.cc:
Likewise.

From-SVN: r157300

14 years agoira-lives.c (check_and_make_def_use_conflict): Don't fall out array boundary.
Jie Zhang [Tue, 9 Mar 2010 01:30:00 +0000 (01:30 +0000)]
ira-lives.c (check_and_make_def_use_conflict): Don't fall out array boundary.

* ira-lives.c (check_and_make_def_use_conflict): Don't fall
out array boundary.

From-SVN: r157299

14 years ago* MAINTAINERS: Update my email address.
Jie Zhang [Tue, 9 Mar 2010 01:27:29 +0000 (01:27 +0000)]
* MAINTAINERS: Update my email address.

From-SVN: r157298

14 years agoDaily bump.
GCC Administrator [Tue, 9 Mar 2010 00:16:40 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157297

14 years agoMakefile.in (check_gcc_parallelize): Run dg-torture.exp and builtins.exp in a separat...
Jakub Jelinek [Mon, 8 Mar 2010 21:14:06 +0000 (22:14 +0100)]
Makefile.in (check_gcc_parallelize): Run dg-torture.exp and builtins.exp in a separate job.

* Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
builtins.exp in a separate job.

From-SVN: r157294

14 years agoAdd ChangeLog entries.
Sebastian Pop [Mon, 8 Mar 2010 17:50:17 +0000 (17:50 +0000)]
Add ChangeLog entries.

From-SVN: r157292

14 years agoUse {lower,upper}_bound_in_type.
Sebastian Pop [Mon, 8 Mar 2010 17:50:09 +0000 (17:50 +0000)]
Use {lower,upper}_bound_in_type.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (add_param_constraints): Use
lower_bound_in_type and upper_bound_in_type.

From-SVN: r157291

14 years agoUse sizetype instead of unsigned_type_node.
Sebastian Pop [Mon, 8 Mar 2010 17:50:03 +0000 (17:50 +0000)]
Use sizetype instead of unsigned_type_node.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (add_param_constraints): Use sizetype
instead of unsigned_type_node.

From-SVN: r157290

14 years agoFix PR43065: Insert bounds on pointer type parameters.
Sebastian Pop [Mon, 8 Mar 2010 17:49:57 +0000 (17:49 +0000)]
Fix PR43065: Insert bounds on pointer type parameters.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
    Reza Yazdani  <reza.yazdani@amd.com>

PR middle-end/43065
* graphite-sese-to-poly.c (add_param_constraints): Insert bounds
on pointer type parameters.

* gcc.dg/graphite/run-id-4.c: New.

Co-Authored-By: Reza Yazdani <reza.yazdani@amd.com>
From-SVN: r157289

14 years agoAdd testcase from PR43065.
Sebastian Pop [Mon, 8 Mar 2010 17:49:48 +0000 (17:49 +0000)]
Add testcase from PR43065.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43065
* gcc.dg/graphite/run-id-3.c: New.

From-SVN: r157288

14 years agoAdd forgotten ChangeLog entries.
Tobias Grosser [Mon, 8 Mar 2010 17:49:42 +0000 (17:49 +0000)]
Add forgotten ChangeLog entries.

Eric pointed out that my ChangeLog was incorrect. As I forgot to
commit it at all, here the corrected ChangeLogs for the last commit.

gcc/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>
    Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>

* graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
handle conversions from pointer to integers.
(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
induction variable, to be able to work with code generated by
CLooG.
* graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
(build_poly_scop): Bail out if we cannot codegen a loop.

gcc/testsuite/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

* gcc.dg/graphite/id-18.c: New.
* gcc.dg/graphite/run-id-pr42644.c: New.

libgomp/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

* testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

From-SVN: r157287

14 years agoFix type problems in loop ivs.
Tobias Grosser [Mon, 8 Mar 2010 17:49:36 +0000 (17:49 +0000)]
Fix type problems in loop ivs.

Fix pr42644.
Fix pr42130 (dealII).

2010-03-03  Tobias Grosser  <grosser@fim.uni-passau.de>

* gcc/graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
handle conversions from pointer to integers.
(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
induction variable, to be able to work with code generated by
CLooG.
* gcc/graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
(build_poly_scop): Bail out if we cannot codegen a loop.
* gcc/testsuite/gcc.dg/graphite/id-18.c: New.
* gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c: New.
* libgomp/testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
* libgomp/testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

From-SVN: r157286

14 years agoDo not short-cut code generation with gloog_error.
Tobias Grosser [Mon, 8 Mar 2010 17:49:28 +0000 (17:49 +0000)]
Do not short-cut code generation with gloog_error.

2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>

* graphite-clast-to-gimple.c (translate_clast): Do not short-cut
code generation with gloog_error.

From-SVN: r157285

14 years agoFold convert SSA_NAMEs in the scalar expander.
Sebastian Pop [Mon, 8 Mar 2010 17:49:22 +0000 (17:49 +0000)]
Fold convert SSA_NAMEs in the scalar expander.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
Call fold_convert on all the returned values.
(expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
the type of the resulting expression.

From-SVN: r157284

14 years agographite-ppl.c (ppl_min_for_le_polyhedron): Renamed ppl_min_for_le_pointset.
Sebastian Pop [Mon, 8 Mar 2010 17:49:16 +0000 (17:49 +0000)]
graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed ppl_min_for_le_pointset.

Cleanup.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
ppl_min_for_le_pointset.  Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
* graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.

From-SVN: r157283

14 years agoCleanup data dep polyhedron construction.
Sebastian Pop [Mon, 8 Mar 2010 17:49:09 +0000 (17:49 +0000)]
Cleanup data dep polyhedron construction.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-dependences.c (map_into_dep_poly): Removed.
(dependence_polyhedron_1): Use combine_context_id_scat.

From-SVN: r157282

14 years agoNew function combine_context_id_scat.
Sebastian Pop [Mon, 8 Mar 2010 17:49:02 +0000 (17:49 +0000)]
New function combine_context_id_scat.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-poly.h (struct poly_scattering): Add layout documentation.
(struct poly_bb): Same.
(combine_context_id_scat): New.

From-SVN: r157281

14 years agoFix PR42326: handle default definitions.
Sebastian Pop [Mon, 8 Mar 2010 17:48:55 +0000 (17:48 +0000)]
Fix PR42326: handle default definitions.

2010-03-02  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42326
* sese.c (name_defined_in_loop_p): Return false for default
definitions.

* gcc.dg/graphite/pr42326.c: New.

From-SVN: r157280

14 years agographite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify and clean up the logic.
Sebastian Pop [Mon, 8 Mar 2010 17:48:48 +0000 (17:48 +0000)]
graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify and clean up the logic.

Cleanup.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
and clean up the logic.

From-SVN: r157279

14 years agoAdd constraints on the type of parameters to the scop context.
Sebastian Pop [Mon, 8 Mar 2010 17:48:42 +0000 (17:48 +0000)]
Add constraints on the type of parameters to the scop context.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
early return.

From-SVN: r157278

14 years agovar-tracking.c (remove_cselib_value_chains): Define only for ENABLE_CHECKING.
Jakub Jelinek [Mon, 8 Mar 2010 13:33:31 +0000 (14:33 +0100)]
var-tracking.c (remove_cselib_value_chains): Define only for ENABLE_CHECKING.

* var-tracking.c (remove_cselib_value_chains): Define only for
ENABLE_CHECKING.
(dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
delete_slot_part, emit_notes_for_differences_1): Don't call
remove_cselib_value_chains here.
(set_slot_part, emit_notes_for_differences_2): Don't call
add_cselib_value_chains here.
(preserved_values): New vector.
(preserve_value): New function.
(add_uses, add_stores, vt_add_function_parameters): Use it
instead of cselib_preserve_value.
(changed_values_stack): New vector.
(check_changed_vars_0): New function.
(check_changed_vars_1, check_changed_vars_2): Use it.
(emit_notes_for_changes): Call set_dv_changed (*, false) on all
changed_values_stack VALUEs.
(vt_emit_notes): For all preserved_values call
add_cselib_value_chains.  If ENABLE_CHECKING call
remove_cselib_value_chains before verifying value_chains is empty.
Initialize and free changed_values_stack.
(vt_initialize): Initialize preserved_values.
(vt_finalize): Free preserved_values.

From-SVN: r157277

14 years agore PR tree-optimization/43269 (removing non dead store)
Richard Guenther [Mon, 8 Mar 2010 13:30:27 +0000 (13:30 +0000)]
re PR tree-optimization/43269 (removing non dead store)

2010-03-08  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43269
* tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
region detection.

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

From-SVN: r157276

14 years agoipa-prop.h (struct ipa_param_descriptor): Removed the called field.
Martin Jambor [Mon, 8 Mar 2010 11:00:07 +0000 (12:00 +0100)]
ipa-prop.h (struct ipa_param_descriptor): Removed the called field.

2010-03-08  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
(ipa_is_param_called): Removed.
* ipa-prop.c (ipa_note_param_call): Do not set the called flag.
(ipa_print_node_params): Do not print the called flag.
(ipa_write_node_info): Do not stream the called flag.
(ipa_read_node_info): Likewise.

From-SVN: r157273

14 years agore PR fortran/43256 ([OOP] TBP with missing optional arg)
Janus Weil [Mon, 8 Mar 2010 09:35:04 +0000 (10:35 +0100)]
re PR fortran/43256 ([OOP] TBP with missing optional arg)

2010-03-08  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43256
* resolve.c (resolve_compcall): Don't set 'value.function.name' here
for TBPs, otherwise they will not be resolved properly.
(resolve_function): Use 'value.function.esym' instead of
        'value.function.name' to check if we're dealing with a TBP.
(check_class_members): Set correct type of passed object for all TBPs,
not only generic ones, except if the type is abstract.

2010-03-08  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43256
* gfortran.dg/typebound_call_13.f03: New.

From-SVN: r157272

14 years agolibgfortran.h (_POSIX): Define if __MINGW32__ is defined.
Kai Tietz [Mon, 8 Mar 2010 08:01:55 +0000 (09:01 +0100)]
libgfortran.h (_POSIX): Define if __MINGW32__ is defined.

2010-03-08  Kai TIetz  <kai.tietz@onevision.com>

        PR/42950
        * libgfortran.h (_POSIX): Define if __MINGW32__ is defined.
        (gfc_printf): Define to gnu_printf for __MINGW32__ case,
        otherwise to __printf__.
        (gfc_strtof,gfc_strtod,gfc_strtold): Define for mingw case
        to POSIX compatible converter functions.
        (runtime_error): Use instead gfc_printf as formatter
        attribute name.
        (runtime_error_at): Likewise.
        (runtime_warning_at): Likewise.
        (st_printf): Likewise.
        * intrinsics/date_and_time.c (localtime_r): Undefine
        possible defined macro.
        (gmtime_r): Likewise.
        * io/read.c (convert_real): Use gfc_strtof, gfc_strtod,
        and gfc_strtold.

From-SVN: r157271

14 years agoDaily bump.
GCC Administrator [Mon, 8 Mar 2010 00:16:32 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157269

14 years agore PR debug/43176 (var-tracking fails to notice a value change)
Jakub Jelinek [Sun, 7 Mar 2010 15:44:11 +0000 (16:44 +0100)]
re PR debug/43176 (var-tracking fails to notice a value change)

PR debug/43176
* Makefile.in (var-tracking.o): Depend on pointer-set.h.
* cselib.c (struct expand_value_data): Add dummy field.
(cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
dummy to false.
(cselib_dummy_expand_value_rtx_cb): New function.
(cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
any rtl.
* cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
* var-tracking.c: Include pointer-set.h.
(variable): Change n_var_parts to char from int.  Add
cur_loc_changed and in_changed_variables fields.
(variable_canonicalize): Remove.
(shared_var_p): New inline function.
(unshare_variable): Maintain cur_loc_changed and
in_changed_variables fields.  If var was in changed_variables,
replace it there with new_var.  Just copy cur_loc instead of
resetting it to something else.
(variable_union): Don't recompute cur_loc.  Use shared_var_p.
(dataflow_set_union): Don't call variable_canonicalize.
(loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
of their DEBUG_EXPR_TREE_DECLs.
(canonicalize_loc_order_check): Verify that cur_loc is NULL
and in_changed_variables and cur_loc_changed is false.
(variable_merge_over_cur): Clear cur_loc, in_changed_variables
and cur_loc_changed.  Don't update cur_loc here.
(variable_merge_over_src): Don't call variable_canonicalize.
(dataflow_set_preserve_mem_locs): Use shared_var_p.  When
removing loc that is equal to cur_loc, clear cur_loc,
set cur_loc_changed and ensure variable_was_changed is called.
(dataflow_set_remove_mem_locs): Use shared_var_p.  Only
compare pointers in cur_loc check, if it is equal to loc,
clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
(variable_different_p): Remove compare_current_location argument,
don't compare cur_loc.
(dataflow_set_different_1): Adjust variable_different_p caller.
(variable_was_changed): If dv had some var in changed_variables
already, reset in_changed_variables flag for it and propagate
cur_loc_changed over to the new variable.  On empty var
always set cur_loc_changed.  Set in_changed_variables on whatever
var is added to changed_variables.
(set_slot_part): Clear cur_loc_changed and in_changed_variables.
Use shared_var_p.  When removing loc that is equal to cur_loc,
clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
end, don't set it to something else, just call variable_was_changed.
(delete_slot_part): Use shared_var_p.  When cur_loc equals to
loc being removed, clear cur_loc and set cur_loc_changed.
Set cur_loc_changed if all locations have been removed.
(struct expand_loc_callback_data): New type.
(vt_expand_loc_callback): Add dummy mode in which no rtxes are
allocated.  Always create SUBREGs if simplify_subreg failed.
Prefer to use cur_loc, when that fails and still in
changed_variables (and seen first time) recompute it.  Set
cur_loc_changed of variables which had to change cur_loc and
compute elcd->cur_loc_changed if any of the subexpressions used
had to change cur_loc.
(vt_expand_loc): Adjust to pass arguments in
expand_loc_callback_data structure.
(vt_expand_loc_dummy): New function.
(emitted_notes): New variable.
(emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
that weren't used for any other decl in current
emit_notes_for_changes call call vt_expand_loc_dummy to update
cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
first loc_chain location if NULL before.  Always use just
cur_loc instead of first loc_chain location.  When cur_loc_changed
is false, when not --enable-checking=rtl just don't emit any note.
When rtl checking, compute the note and assert it is the same
as previous note.  Clear cur_loc_changed and in_changed_variables
at the end before removing from changed_variables.
(check_changed_vars_3): New function.
(emit_notes_for_changes): Traverse changed_vars to call
check_changed_vars_3 on each changed var.
(emit_notes_for_differences_1): Clear cur_loc_changed and
in_changed_variables.  Recompute cur_loc of new_var.
(emit_notes_for_differences_2): Clear cur_loc if new variable
appears.
(vt_emit_notes): Initialize and destroy emitted_notes.

From-SVN: r157264

14 years agore PR middle-end/42220 (FAIL: gfortran.dg/complex_intrinsic_5.f90 -m64 -O -frename...
Bernd Schmidt [Sun, 7 Mar 2010 15:20:12 +0000 (15:20 +0000)]
re PR middle-end/42220 (FAIL: gfortran.dg/complex_intrinsic_5.f90  -m64 -O -frename-registers)

PR rtl-optimization/42220
* regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
Use verify_reg_tracked to determine if we should use OP_OUT rather
than OP_INOUT.
(build_def_use): If we see an in-out operand for a register that we
know nothing about, treat is an output if possible, fail the block if
not.

From-SVN: r157263

14 years agoDaily bump.
GCC Administrator [Sun, 7 Mar 2010 00:16:38 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157262

14 years agore PR debug/42897 (yet another ice in verify_ssa)
Alexandre Oliva [Sat, 6 Mar 2010 20:30:10 +0000 (20:30 +0000)]
re PR debug/42897 (yet another ice in verify_ssa)

PR debug/42897
* gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
permanently.

From-SVN: r157259

14 years agore PR debug/42897 (yet another ice in verify_ssa)
Alexandre Oliva [Sat, 6 Mar 2010 20:28:04 +0000 (20:28 +0000)]
re PR debug/42897 (yet another ice in verify_ssa)

PR debug/42897
* tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
uses of relevant DEFs that are dead outside the loop too.

From-SVN: r157258

14 years agore PR debug/41371 (var-tracking is slow and memory hungry)
Alexandre Oliva [Sat, 6 Mar 2010 20:26:15 +0000 (20:26 +0000)]
re PR debug/41371 (var-tracking is slow and memory hungry)

* var-tracking.c (dataflow_set_merge): Swap src and src2.
Reverted:
2010-01-13  Jakub Jelinek  <jakub@redhat.com>
PR debug/41371
* var-tracking.c (values_to_unmark): New variable.
(find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
values_to_unmark vector.  Moved body to...
(find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
instead queue it into values_to_unmark vector.
(vt_find_locations): Free values_to_unmark vector.

From-SVN: r157257

14 years agoDaily bump.
GCC Administrator [Sat, 6 Mar 2010 00:16:57 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157252

14 years agoMakefile.in (PLUGINCC, [...]): New variables.
Eric Botcazou [Fri, 5 Mar 2010 22:52:02 +0000 (22:52 +0000)]
Makefile.in (PLUGINCC, [...]): New variables.

* Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
(site.exp): Export them when plugins are enabled.
testsuite/
* lib/plugin-support.exp (plugin-test-execute): Use PLUGINCC in lieu
of HOSTCC and PLUGINCFLAGS in lieu of HOSTCFLAGS.

From-SVN: r157246

14 years agomangle.c (mangle_decl): Give name collision error even without ASM_OUTPUT_DEF.
Jason Merrill [Fri, 5 Mar 2010 22:44:56 +0000 (17:44 -0500)]
mangle.c (mangle_decl): Give name collision error even without ASM_OUTPUT_DEF.

* mangle.c (mangle_decl): Give name collision error even without
ASM_OUTPUT_DEF.
* g++.dg/abi/mangle40.C: Require weak and alias.

From-SVN: r157245

14 years agoFix PR42326: Handle more carefully convert expressions in chrec_fold_plus and chrec_f...
Sebastian Pop [Fri, 5 Mar 2010 20:37:44 +0000 (20:37 +0000)]
Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and chrec_fold_mult.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42326
* tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
that contain scevs.
(chrec_fold_multiply): Same.

* gfortran.dg/graphite/pr42326.f90: New.
* gfortran.dg/graphite/pr42326-1.f90: New.

From-SVN: r157244

14 years agognat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.
Rainer Orth [Fri, 5 Mar 2010 11:39:17 +0000 (11:39 +0000)]
gnat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.

* lib/gnat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.
(gnat_target_compile): Likewise.
Reinitialize GNAT_UNDER_TEST if target changes.
Set ADA_INCLUDE_PATH, ADA_OBJECTS_PATH in environment.
(local_find_gnatmake): Pass full --GCC to gnatlink.
Remove --LINK.

From-SVN: r157240

14 years agotestsuite_container_traits.h (traits_base): Add has_throwing_erase trait.
Paolo Carlini [Fri, 5 Mar 2010 01:51:56 +0000 (01:51 +0000)]
testsuite_container_traits.h (traits_base): Add has_throwing_erase trait.

2010-03-04  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/util/testsuite_container_traits.h (traits_base): Add
has_throwing_erase trait.
(traits<vector>, traits<deque>): Typedef the latter to true_type.
* testsuite/util/exception/safety.h (generation_prohibited):
Do not test vector::erase and deque::erase: can throw if
either copy constructor or assignment operator of value_type
throws.
* testsuite/23_containers/vector/requirements/exception/
generation_prohibited.cc: Remove xfail.
* testsuite/23_containers/deque/requirements/exception/
generation_prohibited.cc: Likewise.

* include/ext/throw_allocator.h (hash<__gnu_cxx::throw_value_limit>::
operator(), hash<__gnu_cxx::throw_value_random>::operator()): Pass
argument by const ref.

* testsuite/util/testsuite_container_traits.h (traits<map>,
traits<multimap>, traits<set>, traits<multiset>,
traits<unordered_map>, traits<unordered_multimap>,
traits<unordered_set>, traits<unordered_multiset>): Typedef
consistently has_erase and has_insert as true_type.

* testsuite/util/testsuite_container_traits.h
(traits<unordered_map>, traits<unordered_multimap>,
traits<unordered_set>, traits<unordered_multiset>): Do not wrongly
typedef has_size_type_constructor as true_type: the constructor
accepting a size_type actually gets the initial number of
buckets.

From-SVN: r157239

14 years agoDaily bump.
GCC Administrator [Fri, 5 Mar 2010 00:18:03 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r157236

14 years agore PR c/43248 (ICE: tree check: expected class 'type', have 'exceptional' (error_mark...
Andrew Pinski [Thu, 4 Mar 2010 19:59:19 +0000 (11:59 -0800)]
re PR c/43248 (ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at tree-ssa.c:1233)

2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>

        PR c/43248
        * c-decl.c (build_compound_literal): Return early if init is
        an error_mark_node.
2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>

        PR c/43248
        * gcc.dg/compound-literal-1.c: New testcase.

From-SVN: r157233

14 years agore PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sra.c:85)
Martin Jambor [Thu, 4 Mar 2010 18:16:32 +0000 (19:16 +0100)]
re PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sra.c:85)

2010-03-04  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/43164
PR tree-optimization/43191
* tree-sra.c (type_consists_of_records_p): Reject records with
zero-size bit-fields at the end.

* testsuite/gcc.c-torture/compile/pr43164.c: New test.
* testsuite/gcc.c-torture/compile/pr43191.c: Likewise.

From-SVN: r157232

14 years agopt.c (process_partial_specialization): Use error_n instead of error.
Marco Poletti [Thu, 4 Mar 2010 16:17:07 +0000 (16:17 +0000)]
pt.c (process_partial_specialization): Use error_n instead of error.

2010-03-04  Marco Poletti  <poletti.marco@gmail.com>

* pt.c (process_partial_specialization): Use error_n instead of
error.

From-SVN: r157229

14 years ago* Makefile.in (TAGS): Remove *.y.
Mike Stump [Thu, 4 Mar 2010 16:07:20 +0000 (16:07 +0000)]
* Makefile.in (TAGS): Remove *.y.

From-SVN: r157228

14 years agore PR fortran/43244 (Invalid statement misinterpreted as FINAL declaration)
Janus Weil [Thu, 4 Mar 2010 13:42:06 +0000 (14:42 +0100)]
re PR fortran/43244 (Invalid statement misinterpreted as FINAL declaration)

2010-03-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43244
* decl.c (gfc_match_final_decl): Make sure variable names starting with
'final...' are not misinterpreted as FINAL statements.

2010-03-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43244
* gfortran.dg/finalize_9.f90: New.

From-SVN: r157226

14 years agore PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)
Richard Biener [Thu, 4 Mar 2010 13:25:27 +0000 (13:25 +0000)]
re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)

2010-03-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/40761
* tree-ssa-pre.c (compute_antic): Walk reverse postorder
in reverse order.
(my_rev_post_order_compute): New function.
(init_pre): Call it.

From-SVN: r157225

14 years agoreassoc_4.f: Add --param max-completely-peel-times to dg-options for spu.
Tobias Burnus [Thu, 4 Mar 2010 12:56:06 +0000 (13:56 +0100)]
reassoc_4.f: Add --param max-completely-peel-times to dg-options for spu.

2010-03-04  Tobias Burnus  <burnus@net-b.de>
            Ken Werner <ken@linux.vnet.ibm.com>

        * gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times
        to dg-options for spu.
        * gfortran.dg/vect/vect-7.f90: Add vect_intfloat_cvt to the
        dump-scan target to exclude spu.

Co-Authored-By: Ken Werner <ken@linux.vnet.ibm.com>
From-SVN: r157224

14 years agoFix ChangeLog entries tabs.
Sebastian Pop [Thu, 4 Mar 2010 12:16:54 +0000 (12:16 +0000)]
Fix ChangeLog entries tabs.

From-SVN: r157218

14 years agoFix PR43209: Do not decrease the cost of an IV candidate when the cost is infinite.
Changpeng Fang [Thu, 4 Mar 2010 12:12:50 +0000 (12:12 +0000)]
Fix PR43209: Do not decrease the cost of an IV candidate when the cost is infinite.

2010-03-03  Changpeng Fang  <changpeng.fang@amd.com>

      PR middle-end/43209
      * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not decrease
      the cost of an IV candidate when the cost is infinite.

      * gcc.dg/tree-ssa/ivopts-4.c: New.

From-SVN: r157217

14 years agodoc: normalize 3DNow! spelling and spacing.
Ralf Wildenhues [Thu, 4 Mar 2010 03:01:21 +0000 (03:01 +0000)]
doc: normalize 3DNow! spelling and spacing.

gcc/:
* doc/extend.texi (Vector Extensions, X86 Built-in Functions):
Use '3DNow!' for the extension of that name, ensure normal space
after the string.
* doc/invoke.texi (i386 and x86-64 Options): Likewise.

From-SVN: r157215

14 years agoMakefile.am: Re-organize xml sources.
Benjamin Kosnik [Thu, 4 Mar 2010 02:55:08 +0000 (02:55 +0000)]
Makefile.am: Re-organize xml sources.

2010-03-03  Benjamin Kosnik  <bkoz@redhat.com>

* doc/Makefile.am: Re-organize xml sources.
(doc-latex-doxygen): New.
(doc-pdf-doxygen): New.
(stamp-xml-doxygen, stamp-latex-doxygen): New.
* doc/Makefile.in: Regenerate.
* doc/doxygen/user.cfg.in: Add support here.
* doc/xml/manual/appendix_contributing.xml: Add specifics.

* doc/xml/manual/concurrency.xml: New.
* doc/xml/manual/atomics.xml: New.
* doc/xml/manual/spine.xml: Adjust.
* doc/xml/manual/diagnostics.xml: Adjust.

From-SVN: r157214

14 years agoDaily bump.
GCC Administrator [Thu, 4 Mar 2010 00:16:43 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157213

14 years agore PR middle-end/32693 ([H8] : ICE: in gen_rtx_SUBREG, at emit-rtl.c:693)
Jeff Law [Wed, 3 Mar 2010 22:10:17 +0000 (15:10 -0700)]
re PR middle-end/32693 ([H8] : ICE: in gen_rtx_SUBREG, at emit-rtl.c:693)

* PR middle-end/32693
* expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
than gen_rtx_SUBREG.
(extract_bit_field_1): Likewise.

From-SVN: r157207

14 years agosourcebuild.texi (Test directives): Document that arguments include-opts and exclude...
Janis Johnson [Wed, 3 Mar 2010 22:05:30 +0000 (22:05 +0000)]
sourcebuild.texi (Test directives): Document that arguments include-opts and exclude-opts are now optional for...

* doc/sourcebuild.texi (Test directives): Document that arguments
include-opts and exclude-opts are now optional for dg-skip-if,
dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.

* lib/target-supports-dg.exp (check-flags): Provide defaults for
include-opts and exclude-opts; skip checking the flags if arguments
are the same as the defaults.
(dg-xfail-if): Verify the number of arguments, supply defaults
for unspecified optional arguments.
(dg-skip-if, dg-xfail-run-if): Verify the number of arguments.

From-SVN: r157206

14 years agomangle19-1.C: Adjust for default -Wabi.
Jason Merrill [Wed, 3 Mar 2010 20:24:45 +0000 (15:24 -0500)]
mangle19-1.C: Adjust for default -Wabi.

* g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.
* g++.dg/abi/mangle23.C: Likewise.
* g++.dg/eh/simd-2.C: Likewise.
* g++.dg/ext/attribute-test-2.C: Likewise.
* g++.dg/ext/vector14.C: Likewise.
* g++.dg/other/pr34435.C: Likewise.
* g++.dg/template/conv8.C: Likewise.
* g++.dg/template/nontype9.C: Likewise.
* g++.dg/template/qualttp17.C: Likewise.
* g++.dg/template/ref1.C: Likewise.
* g++.old-deja/g++.pt/crash68.C: Likewise.
* g++.old-deja/g++.pt/ref1.C: Likewise.
* g++.old-deja/g++.pt/ref3.C: Likewise.
* g++.old-deja/g++.pt/ref4.C: Likewise.

From-SVN: r157205

14 years agore PR c++/12909 (ambiguity in mangling vector types)
Jason Merrill [Wed, 3 Mar 2010 19:02:08 +0000 (14:02 -0500)]
re PR c++/12909 (ambiguity in mangling vector types)

PR c++/12909
* lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
* lto-streamer-in.c (lto_input_tree): Read it.
* lto-streamer-out.c (output_unreferenced_globals): Write it.

From-SVN: r157204

14 years agore PR c++/12909 (ambiguity in mangling vector types)
Jason Merrill [Wed, 3 Mar 2010 19:01:58 +0000 (14:01 -0500)]
re PR c++/12909 (ambiguity in mangling vector types)

PR c++/12909
* cgraph.h (varpool_node): Add extra_name field.
* varpool.c (varpool_extra_name_alias): New.
(varpool_assemble_decl): Emit extra name aliases.
(varpool_mark_needed_node): Look past an extra name alias.
cp/
* mangle.c (mangle_decl): Handle VAR_DECL, too.

From-SVN: r157203

14 years agore PR c++/12909 (ambiguity in mangling vector types)
Jason Merrill [Wed, 3 Mar 2010 19:01:46 +0000 (14:01 -0500)]
re PR c++/12909 (ambiguity in mangling vector types)

PR c++/12909
* method.c (make_alias_for): Handle VAR_DECL, too.
* decl2.c (vague_linkage_p): Rename from vague_linkage_fn_p.
* tree.c (no_linkage_check): Adjust.
* decl.c (maybe_commonize_var): Adjust.
* mangle.c (mangle_decl): Adjust.
* cp-tree.h: Adjust.

From-SVN: r157202

14 years agore PR c++/12909 (ambiguity in mangling vector types)
Jason Merrill [Wed, 3 Mar 2010 19:01:36 +0000 (14:01 -0500)]
re PR c++/12909 (ambiguity in mangling vector types)

PR c++/12909
* mangle.c: Include cgraph.h.
(mangle_decl): If the mangled name will change in a later
ABI version, make the later mangled name an alias.
* method.c (make_alias_for): Copy DECL_ARGUMENTS.
* Make-lang.in (mangle.o): Depend on cgraph.h.

From-SVN: r157201

14 years agoconfig.gcc (sparc64-*-solaris2*, [...]): Merge into...
Eric Botcazou [Wed, 3 Mar 2010 18:14:50 +0000 (18:14 +0000)]
config.gcc (sparc64-*-solaris2*, [...]): Merge into...

* config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
(sparc*-*-solaris2*): ...this.

From-SVN: r157200

14 years agore PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp for...
Paul Thomas [Wed, 3 Mar 2010 17:49:53 +0000 (17:49 +0000)]
re PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp for DT with pointer component)

2010-03-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43243
* trans-array.c (gfc_conv_array_parameter): Contiguous refs to
allocatable ultimate components do not need temporaries, whilst
ultimate pointer components do.

2010-03-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43243
* gfortran.dg/internal_pack_12.f90: New test.

From-SVN: r157199

14 years agoUpdate gcc.dg/pr36997.c for vector size change.
H.J. Lu [Wed, 3 Mar 2010 16:54:19 +0000 (16:54 +0000)]
Update gcc.dg/pr36997.c for vector size change.

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

* gcc.dg/pr36997.c: Adjust error message.

From-SVN: r157198

14 years agobuiltin-unreachable.c: Don't expect stack adjustments to not be present on machines...
Mike Stump [Wed, 3 Mar 2010 16:46:27 +0000 (16:46 +0000)]
builtin-unreachable.c: Don't expect stack adjustments to not be present on machines that align the...

* gcc.target/i386/builtin-unreachable.c: Don't expect stack
adjustments to not be present on machines that align the stack to
more than 4 bytes and don't have a red zone yet as that is an
unimplemented optimization.

From-SVN: r157197

14 years agore PR fortran/43169 ([OOP] gfortran rejects pure procedure with select type construct)
Janus Weil [Wed, 3 Mar 2010 15:12:40 +0000 (16:12 +0100)]
re PR fortran/43169 ([OOP] gfortran rejects pure procedure with select type construct)

2010-03-03  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43169
* resolve.c (resolve_code): Correctly set gfc_current_ns for
EXEC_SELECT_TYPE.
(gfc_impure_variable): Make it work with sub-namespaces (BLOCK etc).
(gfc_pure): Ditto.

2010-03-03  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43169
* gfortran.dg/impure_assignment_3.f90: New.

From-SVN: r157196

14 years agounique_ptr.h (unique_ptr<>::get_deleter): Simplify return type.
Paolo Carlini [Wed, 3 Mar 2010 11:06:59 +0000 (11:06 +0000)]
unique_ptr.h (unique_ptr<>::get_deleter): Simplify return type.

2010-03-03  Paolo Carlini  <paolo.carlini@oracle.com>
    Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/unique_ptr.h (unique_ptr<>::get_deleter): Simplify
return type.
* testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust
dg-error line number.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise.

Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com>
From-SVN: r157193

14 years agolto-elf.c (is_compatible_architecture): New static function.
Eric Botcazou [Wed, 3 Mar 2010 10:29:22 +0000 (10:29 +0000)]
lto-elf.c (is_compatible_architecture): New static function.

* lto-elf.c (is_compatible_architecture): New static function.
(DEFINE_VALIDATE_EHDR): Use it to validate the architecture.

From-SVN: r157192

14 years agore PR debug/43229 (ice expand_debug_expr, at cfgexpand.c:2957)
Jakub Jelinek [Wed, 3 Mar 2010 09:58:11 +0000 (10:58 +0100)]
re PR debug/43229 (ice expand_debug_expr, at cfgexpand.c:2957)

PR debug/43229
* cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.

* gfortran.dg/pr43229.f90: New test.

From-SVN: r157191