gcc.git
13 years agore PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)
Tobias Burnus [Sat, 11 Dec 2010 22:04:06 +0000 (23:04 +0100)]
re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)

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

        PR fortran/46370
        * primary.c (gfc_match_varspec): Pass information about
        * codimension
        to gfc_match_array_ref also for BT_CLASS.
        * resolve.c (resolve_procedure): Correct check for C612.

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

        PR fortran/46370
        * gfortran.dg/coarray_14.f90: New.

From-SVN: r167715

13 years agore PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto...
Jerry DeLisle [Sat, 11 Dec 2010 20:09:59 +0000 (20:09 +0000)]
re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto test run miscompares)

2010-12-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/46842
* gfortran.dg/array_function_6.f90: New test.

From-SVN: r167714

13 years agore PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto...
Mikael Morin [Sat, 11 Dec 2010 20:05:20 +0000 (20:05 +0000)]
re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto test run miscompares)

2010-12-11  Mikael Morin   <mikael@gcc.gnu.org>
    Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/46842
* trans-array.c (dim_ok): New helper function.
(gfc_conv_expr_descriptor): Use new helper function to check
function array is full.

Co-Authored-By: Jerry DeLisle <jvdelisle@gcc.gnu.org>
From-SVN: r167713

13 years agoIn libobjc/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Sat, 11 Dec 2010 19:43:21 +0000 (19:43 +0000)]
In libobjc/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>

        * sendmsg.c (selector_resolveClassMethod): New.
        (selector_resolveInstanceMethod): New.
        (__objc_resolve_class_method): New.
        (__objc_resolve_instance_method): New.
        (get_imp): Call __objc_resolve_class_method or
        __objc_resolve_instance_method at the appropriate time.
        (objc_msg_lookup): Same.
        (class_getClassMethod): Same.
        (class_getInstanceMethod): Same.
        (__objc_init_dispatch_tables): Initialize
        selector_resolveClassMethod and selector_resolveInstanceMethod.
        * objc/runtime.h: Updated documentation of class_getClassMethod,
        class_getInstanceMethod and class_getMethodImplementation.

In gcc/testsuite/:
2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc.dg/gnu-api-2-resolve-method.m: New.
        * obj-c++.dg/gnu-api-2-resolve-method.mm: New.

From-SVN: r167712

13 years agomodule-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs.
Nicola Pero [Sat, 11 Dec 2010 14:03:38 +0000 (14:03 +0000)]
module-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs.

2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-private/module-abi-8.h (struct objc_symtab): Updated
description of sel_ref_cnt and refs.
* objc/deprecated/struct_objc_symtab.h (objc_symtab): Same change.

From-SVN: r167710

13 years agoAdded testcase that fails when stack alignment is incorrectly capped.
Ahmad Sharif [Sat, 11 Dec 2010 01:45:10 +0000 (01:45 +0000)]
Added testcase that fails when stack alignment is incorrectly capped.

From-SVN: r167709

13 years agofuncorder.c: Remove XFAIL for hppa*64*-*-*.
John David Anglin [Sat, 11 Dec 2010 01:23:43 +0000 (01:23 +0000)]
funcorder.c: Remove XFAIL for hppa*64*-*-*.

* gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.

From-SVN: r167708

13 years agoDaily bump.
GCC Administrator [Sat, 11 Dec 2010 00:18:48 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r167707

13 years agofobjc-std-1.m: Updated to test that class extensions produce an error with -fobjc...
Nicola Pero [Fri, 10 Dec 2010 20:22:37 +0000 (20:22 +0000)]
fobjc-std-1.m: Updated to test that class extensions produce an error with -fobjc-std=objc1.

2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/fobjc-std-1.m: Updated to test that class extensions
produce an error with -fobjc-std=objc1.
* obj-c++.dg/fobjc-std-1.mm: Same change.

From-SVN: r167700

13 years agore PR c++/46001 (diagnostic refers to type '__java_boolean')
Jakub Jelinek [Fri, 10 Dec 2010 19:41:48 +0000 (20:41 +0100)]
re PR c++/46001 (diagnostic refers to type '__java_boolean')

PR c++/46001
* decl.c (record_builtin_java_type): Call build_distinct_type_copy
on build_nonstandard_integer_type result for __java_* types.

* g++.dg/diagnostic/bitfld1.C: New test.

From-SVN: r167698

13 years agoFix PR43023: fuse_partitions_with_similar_memory_accesses.
Sebastian Pop [Fri, 10 Dec 2010 19:16:48 +0000 (19:16 +0000)]
Fix PR43023: fuse_partitions_with_similar_memory_accesses.

2010-12-10  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/43023
* tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p):
Removed.
(stores_zero_from_loop): Call stmt_stores_zero.
* tree-data-ref.h (stmt_stores_zero): New.
* tree-loop-distribution.c (generate_memset_zero): Do not return a
boolean.  Call gcc_assert on stride_of_unit_type_p.
(generate_builtin): Call stmt_stores_zero.
(rdg_flag_all_uses): Removed.
(rdg_flag_similar_memory_accesses): Removed.
(build_rdg_partition_for_component): Removed parameter
other_stores.  Removed call to rdg_flag_similar_memory_accesses.
(can_generate_builtin): New.
(similar_memory_accesses): New.
(fuse_partitions_with_similar_memory_accesses): New.
(rdg_build_partitions): Call
fuse_partitions_with_similar_memory_accesses.

* gfortran.dg/ldist-1.f90: Adjust pattern.
* gfortran.dg/ldist-pr43023.f90: New.

From-SVN: r167697

13 years agoconfigure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if appropriate.
Rainer Orth [Fri, 10 Dec 2010 17:03:53 +0000 (17:03 +0000)]
configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if appropriate.

* configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
appropriate.
* configure: Regenerate.

From-SVN: r167696

13 years agore PR rtl-optimization/46804 (gfortran.dg/char_cshift_2.f90 FAILs with -fregmove)
Jakub Jelinek [Fri, 10 Dec 2010 16:40:51 +0000 (17:40 +0100)]
re PR rtl-optimization/46804 (gfortran.dg/char_cshift_2.f90 FAILs with -fregmove)

PR rtl-optimization/46804
* regmove.c (optimize_reg_copy_3): Look for REG_EQUAL note
on the setter of src_reg rather than on insn.  If it is
equal to the setter's original SET_SRC, replace it with its
zero or sign extension instead of dropping it.

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

From-SVN: r167695

13 years agolibstdc++.exp (v3-build_support): Delete libtestc++.a before creation.
Rainer Orth [Fri, 10 Dec 2010 16:24:48 +0000 (16:24 +0000)]
libstdc++.exp (v3-build_support): Delete libtestc++.a before creation.

* testsuite/lib/libstdc++.exp (v3-build_support): Delete
libtestc++.a before creation.

From-SVN: r167692

13 years agodecl.c (grokmethod): Test DECL_CLASS_SCOPE_P.
Nathan Froyd [Fri, 10 Dec 2010 16:06:30 +0000 (16:06 +0000)]
decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.

* decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.
* error.c (dump_decl): Test DECL_FILE_SCOPE_P.

From-SVN: r167691

13 years agore PR lto/46808 (Too verbose diagnostic messages when compiling with LTO)
Richard Guenther [Fri, 10 Dec 2010 15:53:58 +0000 (15:53 +0000)]
re PR lto/46808 (Too verbose diagnostic messages when compiling with LTO)

2010-12-10  Richard Guenther  <rguenther@suse.de>

PR lto/46808
* lto-symtab.c (lto_symtab_merge_decls_2): Avoid type warnings
after errors.
(lto_symtab_merge_decls_1): Adjust.

From-SVN: r167690

13 years agore PR bootstrap/46819 (libffi is always built)
Ian Lance Taylor [Fri, 10 Dec 2010 14:47:12 +0000 (14:47 +0000)]
re PR bootstrap/46819 (libffi is always built)

PR bootstrap/46819
* configure.ac: For --disable-libgcj clear libgcj_saved.
* configure: Rebuild.

From-SVN: r167689

13 years agore PR middle-end/46674 (Weak alias is mistakenly optimized away)
Dave Korn [Fri, 10 Dec 2010 14:28:58 +0000 (14:28 +0000)]
re PR middle-end/46674 (Weak alias is mistakenly optimized away)

gcc/ChangeLog:

PR middle-end/46674
PR lto/43157
* target.def (mangle_assembler_name): New target asm_out hook.
* targhooks.c (default_mangle_assembler_name): Add default hook
implementation.
* targhooks.h (default_mangle_assembler_name): Add prototype.
* lto-symtab.c (lto_symtab_register_decl): Use new hook when
processing DECL_ASSEMBLER_NAMEs for lto symtabs.
(lto_symtab_get_resolution): Likewise.
(lto_cgraph_replace_node): Likewise.
(lto_symtab_prevailing_decl): Likewise.
* lto-streamer-out.c (write_symbol): Likewise.
* doc/tm.texi.in (TARGET_MANGLE_ASSEMBLER_NAME): Add @hook directive.
* doc/tm.texi: Regenerate.
* config/i386/cygming.h (TARGET_MANGLE_ASSEMBLER_NAME): Define to
point at i386_pe_mangle_assembler_name.
* config/i386/winnt.c (i386_pe_mangle_assembler_name): New function.
* config/i386/i386-protos.h (i386_pe_mangle_assembler_name): Add
prototype.

lto-plugin/ChangeLog:

PR middle-end/46674
PR lto/43157
* configure.ac (SYM_STYLE): Don't AC_DEFINE.
* lto-plugin.c (sym_style): Don't use it; default to ss_none.
* configure: Regenerate.
* config.h.in: Likewise.

gcc/testsuite/ChangeLog:

PR middle-end/46674
PR lto/43157
* gcc.dg/pr43157.c: New file.

From-SVN: r167688

13 years agoc-typeck.c (readonly_error): Delete.
Nathan Froyd [Fri, 10 Dec 2010 14:20:26 +0000 (14:20 +0000)]
c-typeck.c (readonly_error): Delete.

gcc/
* c-typeck.c (readonly_error): Delete.

gcc/c-family/
* c-common.h (readonly_error): Declare.
* c-common.c (readonly_error): Define.

gcc/cp/
* cp-tree.h (readonly_error_kind): Delete.
(readonly_error): Rename to...
(cxx_readonly_error): ...this.  Change second argument to be an
enum lvalue_use.
* semantics.c (finish_asm_stmt): Call cxx_readonly_error.
* typeck.c (cp_build_unary_op): Likewise.
(cp_build_modify_expr): Likewise.
* typeck2.c (readonly_error): Rename to...
(cxx_readonly_error): ...this.  Delegate to readonly_error for
most cases.

gcc/testsuite/
* gcc.dg/dfp/struct-union.c: Adjust.
* gcc.dg/lvalue-2.c: Adjust.
* gcc.dg/pr21419.c: Adjust.
* gcc.dg/qual-component-1.c: Adjust.
* g++.dg/other/const1.C: Adjust.

From-SVN: r167687

13 years agore PR rtl-optimization/46865 (Using -save-temps (or ccache, distcc) produces differen...
Jakub Jelinek [Fri, 10 Dec 2010 12:43:45 +0000 (13:43 +0100)]
re PR rtl-optimization/46865 (Using -save-temps (or ccache, distcc) produces different results with multiline macros containing asm code)

PR rtl-optimization/46865
* rtl.c (rtx_equal_p_cb, rtx_equal_p): For last operand of
ASM_OPERANDS and ASM_INPUT if integers are different,
call locator_eq.
* jump.c (rtx_renumbered_equal_p): Likewise.

* gcc.target/i386/pr46865-1.c: New test.
* gcc.target/i386/pr46865-2.c: New test.

From-SVN: r167686

13 years agore PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for throw...
Jakub Jelinek [Fri, 10 Dec 2010 12:42:12 +0000 (13:42 +0100)]
re PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for throw, but doesn't with -fnon-call-exceptions)

PR tree-optimization/46864
* tree-ssa-loop-im.c (loop_suitable_for_sm): Return false even
when there are EDGE_EH exit edges.

* g++.dg/opt/pr46864.C: New test.

From-SVN: r167685

13 years agore PR fortran/46540 (libquadmath: Implement --disable-libquadmath)
Tobias Burnus [Fri, 10 Dec 2010 10:55:56 +0000 (11:55 +0100)]
re PR fortran/46540 (libquadmath: Implement --disable-libquadmath)

/
2010-12-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46540
        * configure.ac: Add --disable-libquadmath and
        --disable-libquadmath-support.
        * configure: Regenerate.
gcc/
2010-12-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46540
        * configure.ac: Handle --disable-libquadmath-support.
        * doc/install.texi: Document --disable-libquadmath and
        --disable-libquadmath-support
        * configure: Regenerate.
        * config.in: Regenerate.

gcc/fortran/
2010-12-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46540
        * trans-types.c (gfc_init_kinds): Handle
        --disable-libquadmath-support.

libgfortran/
2010-12-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46540
        * acinclude.m4 (LIBGFOR_CHECK_FLOAT128): Honour
        --disable-libquadmath-support.
        * configure.ac: Handle --disable-libquadmath-support.
        * configure: Regenerate.

From-SVN: r167684

13 years agodsymutil enabled for Fortran.
Jack Howarth [Fri, 10 Dec 2010 10:40:43 +0000 (10:40 +0000)]
dsymutil enabled for Fortran.

2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
    Iain Sandoe  <iains@gcc.gnu.org>

PR 43751/target

gcc:
* config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types.

testsuite:

* lib/prune.exp: Prune dsymutil warnings.

libstadc++-v3:

* testsuite/lib/prune.exp: Prune dsymutil warnings.

Co-Authored-By: Iain Sandoe <iains@gcc.gnu.org>
From-SVN: r167683

13 years agogcc:
Iain Sandoe [Fri, 10 Dec 2010 10:13:36 +0000 (10:13 +0000)]
gcc:

* config/rs6000/rs6000.c
(rs6000_darwin64_record_arg_advance_recurse): Name register increment
explicitly.  (rs6000_darwin64_record_arg_recurse): Make sure we split
long doubles when we run out of regs.   Also flag that this requires
stack and therefore cannot be returned by value.
(rs6000_darwin64_record_arg): Update comment.
(rs6000_function_value): Likewise.

From-SVN: r167682

13 years agoupdate boehm-gc for powerpc m64 darwin.
Iain Sandoe [Fri, 10 Dec 2010 10:09:10 +0000 (10:09 +0000)]
update boehm-gc for powerpc m64 darwin.

boehm-gc:

* powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
Do not build or use the picsymbol stub for Darwin >= 9.
* tests/test.c (reverse_test):  Modify count for ppc64-darwin.
* pthread_support.c (GC_get_thread_stack_base): Correct a debug
statement.

From-SVN: r167681

13 years agoIn gcc/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Fri, 10 Dec 2010 09:38:52 +0000 (09:38 +0000)]
In gcc/: 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/:
2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>

* c-parser.c (c_parser_objc_class_definition): Recognize
Objective-C 2.0 class extensions.

In gcc/cp/:
2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>

* parser.c (cp_parser_objc_superclass_or_category): Recognize
Objective-C 2.0 class extensions.  Added iface_p and
is_class_extension arguments.
(cp_parser_objc_class_interface): Updated call to
cp_parser_objc_superclass_or_category.
(cp_parser_objc_class_implementation): Same change.

In gcc/objc/:
2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-act.c (objc_in_class_extension): New.
(objc_start_category_interface): If -fobjc-std=objc1
was specified, produce an error if a class extension is used.
(objc_finish_interface): Reset objc_in_class_extension to false.
(objc_add_property_declaration): Allow a class extension to extend
readonly properties in the main @interface to be readwrite.
(start_class): Added code to deal with class extensions.  In that
case, return the existing interface after adding any additional
protocols to it and setting objc_in_class_extension to true.
(continue_class): If in a class extension, do not generate the
instance variable template.

In gcc/testsuite/:
2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/class-extension-1.m: New.
* objc.dg/class-extension-2.m: New.
* objc.dg/class-extension-3.m: New.
* objc.dg/property/at-property-26.m: New.
* objc.dg/property/at-property-27.m: New.
* objc.dg/property/at-property-28.m: New.
* obj-c++.dg/class-extension-1.mm: New.
* obj-c++.dg/class-extension-2.mm: New.
* obj-c++.dg/class-extension-3.mm: New.
* obj-c++.dg/property/at-property-26.mm: New.
* obj-c++.dg/property/at-property-27.mm: New.
* obj-c++.dg/property/at-property-28.mm: New.

From-SVN: r167680

13 years agodarwin.c: Remove c-tree.h and c-lang.h
Iain Sandoe [Fri, 10 Dec 2010 09:14:55 +0000 (09:14 +0000)]
darwin.c: Remove c-tree.h and c-lang.h

gcc:

* config/darwin.c: Remove c-tree.h and c-lang.h
* config/t-darwin: Remove dependencies on c-tree.h and c-lang.h.

From-SVN: r167679

13 years agore PR target/46881 (arm_preferred_rename_class uses keyword class as parameter name)
Joern Rennecke [Fri, 10 Dec 2010 03:58:30 +0000 (03:58 +0000)]
re PR target/46881 (arm_preferred_rename_class uses keyword class as parameter name)

PR target/46881
* doc/tm.texi: Regenerate.
* target.def: Fix "preferred" spelling.  Refer to rclass by its
exact name.
* config/arm/arm.c (arm_preferred_rename_class): Rename parameter class
to rclass.

From-SVN: r167678

13 years ago* call.c (print_conversion_rejection): Indent messages two spaces.
Nathan Froyd [Fri, 10 Dec 2010 01:32:32 +0000 (01:32 +0000)]
* call.c (print_conversion_rejection): Indent messages two spaces.

From-SVN: r167677

13 years agopdp11-protos.h (output_move_double, [...]): Delete.
Paul Koning [Fri, 10 Dec 2010 01:31:08 +0000 (20:31 -0500)]
pdp11-protos.h (output_move_double, [...]): Delete.

* config/pdp11/pdp11-protos.h (output_move_double,
output_move_quad): Delete.
(output_move_multiple, pdp11_expand_operands): New functions.
(pdp11_action, pdp11_partorder): New enums.
* config/pdp11/pdp11.md (movdi, movsi, movdf, movsf): Use
output_move_multiple.
(adddi3, subdi3, negdi2): New patterns.
(addsi3, subsi3, negsi2): Use pdp11_expand_operands.
(abshi2): Delete.
(neghi2, negqi2): Use PDPint iterator.
* config/pdp11/pdp11.c (find_addr_reg, output_move_double,
output_move_quad): Delete.
(pdp11_expand_operands, output_move_multiple): New functions.

From-SVN: r167676

13 years agolinux.h (WCHAR_TYPE, [...]): Define.
Joseph Myers [Fri, 10 Dec 2010 01:03:33 +0000 (01:03 +0000)]
linux.h (WCHAR_TYPE, [...]): Define.

* config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (vax-*-linux*): Don't use svr4.h.

From-SVN: r167675

13 years agoDaily bump.
GCC Administrator [Fri, 10 Dec 2010 00:18:34 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r167674

13 years agoAvoid some crashes on erroneous programs.
Ian Lance Taylor [Thu, 9 Dec 2010 23:56:47 +0000 (23:56 +0000)]
Avoid some crashes on erroneous programs.

From-SVN: r167670

13 years agore PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is already insta...
Ian Lance Taylor [Thu, 9 Dec 2010 22:17:25 +0000 (22:17 +0000)]
re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is already installed)

PR bootstrap/46812
Add explicit -I . when building libgo.

From-SVN: r167668

13 years agore PR target/46057 (Most stackalign tests fail on hppa-hpux)
John David Anglin [Thu, 9 Dec 2010 22:15:32 +0000 (22:15 +0000)]
re PR target/46057 (Most stackalign tests fail on hppa-hpux)

PR target/46057
* gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*.
* gcc.dg/torture/stackalign/vararg-1.c: Likewise.
* gcc.dg/torture/stackalign/nested-2.c: Likewise.
* gcc.dg/torture/stackalign/vararg-2.c: Likewise.
* gcc.dg/torture/stackalign/nested-3.c: Likewise.
* gcc.dg/torture/stackalign/nested-4.c: Likewise.
* gcc.dg/torture/stackalign/global-1.c: Likewise.
* gcc.dg/torture/stackalign/ret-struct-1.c: Likewise.
* gcc.dg/torture/stackalign/inline-1.c: Likewise.
* gcc.dg/torture/stackalign/inline-2.c: Likewise.
* gcc.dg/torture/stackalign/struct-1.c: Likewise.
* gcc.dg/torture/stackalign/pr16660-1.c: Likewise.
* gcc.dg/torture/stackalign/alloca-1.c: Likewise.
* g++.dg/torture/stackalign/throw-1.C: Likewise.
* g++.dg/torture/stackalign/throw-2.C: Likewise.
* g++.dg/torture/stackalign/throw-4.C: Likewise.
* g++.dg/torture/stackalign/eh-inline-1.C: Likewise.
* g++.dg/torture/stackalign/eh-inline-2.C: Likewise.
* g++.dg/torture/stackalign/eh-vararg-1.C: Likewise.
* g++.dg/torture/stackalign/eh-vararg-2.C: Likewise.
* g++.dg/torture/stackalign/eh-alloca-1.C: Likewise.
* g++.dg/torture/stackalign/eh-global-1.C: Likewise.

From-SVN: r167667

13 years agoc-typeck.c (build_indirect_ref): Call invalid_indirection_error.
Nathan Froyd [Thu, 9 Dec 2010 21:50:23 +0000 (21:50 +0000)]
c-typeck.c (build_indirect_ref): Call invalid_indirection_error.

gcc/
* c-typeck.c (build_indirect_ref): Call invalid_indirection_error.

gcc/c-family/
* c-common.h (invalid_indirection_error): Declare.
* c-common.c (invalid_indirection_error): Define.

gcc/cp/
* typeck.c (cp_build_indirect_ref): Call invalid_indirection_error.

From-SVN: r167666

13 years agotypeck.c (composite_pointer_error): New function.
Nathan Froyd [Thu, 9 Dec 2010 21:47:12 +0000 (21:47 +0000)]
typeck.c (composite_pointer_error): New function.

* typeck.c (composite_pointer_error): New function.
(composite_pointer_type_r, composite_pointer_type): Call it.

From-SVN: r167665

13 years agoextend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.
Joseph Myers [Thu, 9 Dec 2010 21:22:09 +0000 (21:22 +0000)]
extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.

* doc/extend.texi (Attribute Syntax): Correct description of
attributes in pointer declarators.

From-SVN: r167664

13 years agoFix typo.
Mike Stump [Thu, 9 Dec 2010 19:03:30 +0000 (19:03 +0000)]
Fix typo.

From-SVN: r167662

13 years agore PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)
John David Anglin [Thu, 9 Dec 2010 19:01:42 +0000 (19:01 +0000)]
re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)

PR tree-optimization/46021
gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.

From-SVN: r167661

13 years agovxworks.h (DBX_REGISTER_NUMBER): Undefine.
Joseph Myers [Thu, 9 Dec 2010 18:20:57 +0000 (18:20 +0000)]
vxworks.h (DBX_REGISTER_NUMBER): Undefine.

* config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
* config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.

From-SVN: r167660

13 years agomep.h (SIZE_TYPE, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 18:20:09 +0000 (18:20 +0000)]
mep.h (SIZE_TYPE, [...]): Define.

* config/mep/mep.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Define.
* config.gcc (mep-*-*): Don't use svr4.h.

From-SVN: r167659

13 years agomcore.h (PTRDIFF_TYPE, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:26:33 +0000 (17:26 +0000)]
mcore.h (PTRDIFF_TYPE, [...]): Define.

* config/mcore/mcore.h (PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Define.
* config/svr3.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Don't define.
* config.gcc (mcore-*-elf): Don't use svr4.h.

From-SVN: r167658

13 years agoconfig.gcc (m32r-*-elf*, [...]): Don't use svr4.h.
Joseph Myers [Thu, 9 Dec 2010 17:25:40 +0000 (17:25 +0000)]
config.gcc (m32r-*-elf*, [...]): Don't use svr4.h.

* config.gcc (m32r-*-elf*, m32rle-*-elf*, m32r-*-rtems*,
m32r-*-linux*, m32rle-*-linux*): Don't use svr4.h.

From-SVN: r167657

13 years agoiq2000.h (LINK_SPEC, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:24:41 +0000 (17:24 +0000)]
iq2000.h (LINK_SPEC, [...]): Define.

* config/iq2000/iq2000.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (iq2000*-*-elf*): Don't use svr4.h.

From-SVN: r167656

13 years ago* config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
Joseph Myers [Thu, 9 Dec 2010 17:23:37 +0000 (17:23 +0000)]
* config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.

From-SVN: r167655

13 years agopa32-linux.h (WCHAR_TYPE, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:22:38 +0000 (17:22 +0000)]
pa32-linux.h (WCHAR_TYPE, [...]): Define.

* config/pa/pa32-linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (hppa*64*-*-linux*, hppa*-*-linux*): Don't use
svr4.h.

From-SVN: r167654

13 years agomoxie.h (LINK_SPEC, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:21:24 +0000 (17:21 +0000)]
moxie.h (LINK_SPEC, [...]): Define.

* config/moxie/moxie.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config/moxie/rtems.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
WCHAR_TYPE, WCHAR_TYPE_SIZE): Undefine.
* config.gcc (moxie-*-elf, moxie-*-uclinux*): Don't use svr4.h.

From-SVN: r167653

13 years agofrv.h (SIZE_TYPE, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:20:25 +0000 (17:20 +0000)]
frv.h (SIZE_TYPE, [...]): Define.

* config/frv/frv.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Define.
* config.gcc (frv-*-elf, frv-*-*linux*): Don't use svr4.h.

From-SVN: r167652

13 years agofr30.h (LIB_SPEC, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:19:22 +0000 (17:19 +0000)]
fr30.h (LIB_SPEC, [...]): Define.

* config/fr30/fr30.h (LIB_SPEC, LINK_SPEC, SIZE_TYPE,
PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (fr30-*-elf): Don't use svr4.h.

From-SVN: r167651

13 years agolinux.h (SIZE_TYPE, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 17:18:20 +0000 (17:18 +0000)]
linux.h (SIZE_TYPE, [...]): Define.

* config/cris/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
* config.gcc (crisv32-*-linux* | cris-*-linux*): Don't use svr4.h.

From-SVN: r167650

13 years agore PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')
Richard Guenther [Thu, 9 Dec 2010 17:00:19 +0000 (17:00 +0000)]
re PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')

2010-12-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/46844
* gimple-fold.c (canonicalize_constructor_val): Canonicalize
addresses.

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

From-SVN: r167649

13 years agonetware.h (TARGET_POSIX_IO): Define.
Joseph Myers [Thu, 9 Dec 2010 16:58:32 +0000 (16:58 +0000)]
netware.h (TARGET_POSIX_IO): Define.

* config/i386/netware.h (TARGET_POSIX_IO): Define.
* config/i386/nto.h (TARGET_POSIX_IO): Define.
* config/ia64/hpux.h (TARGET_POSIX_IO): Define.
* config/moxie/moxie.h (TARGET_POSIX_IO): Don't undefine.
* config/openbsd.h (TARGET_POSIX_IO): Define.
* config/rtems.h (TARGET_POSIX_IO): Define.
* config/sh/embed-elf.h (TARGET_POSIX_IO): Don't undefine.
* config/sol2.h (TARGET_POSIX_IO): Define.
* config/svr4.h (TARGET_POSIX_IO): Don't define.
* config/vxworksae.h (TARGET_POSIX_IO): Define.

From-SVN: r167648

13 years agonto.h (MD_EXEC_PREFIX, [...]): Define.
Joseph Myers [Thu, 9 Dec 2010 16:31:47 +0000 (16:31 +0000)]
nto.h (MD_EXEC_PREFIX, [...]): Define.

* config/i386/nto.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
* config/ia64/hpux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Define.
* config/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
undefine.
* config/mips/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
undefine.
* config/mips/netbsd.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/rs6000/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/rs6000/linux64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/sol2.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
* config/sparc/netbsd-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/sparc/openbsd64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/sparc/sp64-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
Don't undefine.
* config/svr4.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
define.
* config/xtensa/elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
undefine.

From-SVN: r167647

13 years agohpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for non-GNU assembler.
Joseph Myers [Thu, 9 Dec 2010 16:28:45 +0000 (16:28 +0000)]
hpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for non-GNU assembler.

* config/ia64/hpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
non-GNU assembler.
* config/m68k/netbsd-elf.h (AS_NEEDS_DASH_FOR_PIPED_INPUT):
Remove.
* config/m68k/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
* config/mips/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
* config/sol2.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
non-GNU assembler.
* config/sparc/sparc.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
* config/svr4.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.

From-SVN: r167646

13 years agocheck.c (gfc_check_sngl): Insert missing space in error message.
Steven G. Kargl [Thu, 9 Dec 2010 16:02:50 +0000 (16:02 +0000)]
check.c (gfc_check_sngl): Insert missing space in error message.

2010-12-09  Steven G. Kargl  <kargl@gcc.gnu.org>

* check.c (gfc_check_sngl): Insert missing space in error message.

From-SVN: r167645

13 years agocheck.c (gfc_check_float): Insert missing space in error message.
Steven G. Kargl [Thu, 9 Dec 2010 15:43:29 +0000 (15:43 +0000)]
check.c (gfc_check_float): Insert missing space in error message.

2010-12-09  Steven G. Kargl  <kargl@gcc.gnu.org>

* check.c (gfc_check_float): Insert missing space in error message.

From-SVN: r167643

13 years agoipa-prop.c (compute_complex_ancestor_jump_func): Work also if the zero is the first...
Martin Jambor [Thu, 9 Dec 2010 15:27:14 +0000 (16:27 +0100)]
ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the zero is the first phi parameter.

2010-12-09  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the
zero is the first phi parameter.

From-SVN: r167642

13 years agoipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
Martin Jambor [Thu, 9 Dec 2010 15:16:22 +0000 (16:16 +0100)]
ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.

2010-12-09  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
* ipa-prop.c (ipa_modify_call_arguments): Use it.
* tree-sra.c (splice_param_accesses): Test that all accesses have the
same alias reference type.
(turn_representatives_into_adjustments): Set alias_ptr_type of the
adjustment.

From-SVN: r167641

13 years agore PR testsuite/45068 (g++.dg/debug/dwarf2/nested-2.C failed on Linux/ia64)
John David Anglin [Thu, 9 Dec 2010 15:15:26 +0000 (15:15 +0000)]
re PR testsuite/45068 (g++.dg/debug/dwarf2/nested-2.C failed on Linux/ia64)

PR testsuite/45068
* g++.dg/debug/dwarf2/nested-2.C: Also match comments starting with ';'.

From-SVN: r167640

13 years agore PR middle-end/46734 (ICE in create_tmp_var, at gimplify.c:505)
Martin Jambor [Thu, 9 Dec 2010 15:11:26 +0000 (16:11 +0100)]
re PR middle-end/46734 (ICE in create_tmp_var, at gimplify.c:505)

2010-12-09  Martin Jambor  <mjambor@suse.cz>

PR middle-end/46734
* tree-sra.c (splice_param_accesses): Check that there are not
multiple ADDRESSABLE types.

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

From-SVN: r167639

13 years agore PR c++/44641 (Generated constructors and destructors get wrong debug location...
John David Anglin [Thu, 9 Dec 2010 14:43:03 +0000 (14:43 +0000)]
re PR c++/44641 (Generated constructors and destructors get wrong debug location when a typedef uses a forward declaration of the type before the definition)

PR c++/44641
* lib/scanasm.exp (dg-function-on-line): Add match pattern for
hppa*-*-*.

From-SVN: r167638

13 years agoarc.h (ASM_SPEC): Remove %{v}.
Joseph Myers [Thu, 9 Dec 2010 13:30:01 +0000 (13:30 +0000)]
arc.h (ASM_SPEC): Remove %{v}.

* config/arc/arc.h (ASM_SPEC): Remove %{v}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
* config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
* config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
* config/frv/frv.h (ASM_SPEC): Remove %{v}.
* config/i386/linux.h (ASM_SPEC): Remove %{v}.
* config/i386/linux64.h (ASM_SPEC): Remove %{v}.
* config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
* config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
* config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
* config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
* config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
* config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
* config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
* config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
* config/mips/mips.h (ASM_SPEC): Remove %{v}.
* config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
* config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
* config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
* config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
* config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
* config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
* config/xtensa/linux.h (ASM_SPEC): Remove %{v}.

From-SVN: r167636

13 years agoopenbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
Joseph Myers [Thu, 9 Dec 2010 13:28:22 +0000 (13:28 +0000)]
openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.

* config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not
%{r*:}.
* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not
%{r*:}.
* config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.

From-SVN: r167635

13 years agofreebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.
Joseph Myers [Thu, 9 Dec 2010 13:27:07 +0000 (13:27 +0000)]
freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.

* config/alpha/freebsd.h (LINK_SPEC): Don't use
%{!dynamic-linker:}.
* config/alpha/linux-elf.h (LINK_SPEC): Likewise.
* config/arm/freebsd.h (LINK_SPEC): Likewise.
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Likewise.
* config/bfin/linux.h (LINK_SPEC): Likewise.
* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Likewise.
* config/frv/linux.h (LINK_SPEC): Likewise.
* config/i386/freebsd.h (LINK_SPEC): Likewise.
* config/i386/freebsd64.h (LINK_SPEC): Likewise.
* config/i386/linux.h (LINK_SPEC): Likewise.
* config/i386/linux64.h (LINK_SPEC): Likewise.
* config/i386/openbsdelf.h (LINK_SPEC): Likewise.
* config/ia64/freebsd.h (LINK_SPEC): Likewise.
* config/ia64/linux.h (LINK_SPEC): Likewise.
* config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
* config/m32r/linux.h (LINK_SPEC): Likewise.
* config/m68k/linux.h (LINK_SPEC): Likewise.
* config/microblaze/linux.h (LINK_SPEC): Likewise.
* config/mips/linux.h (LINK_SPEC): Likewise.
* config/mips/linux64.h (LINK_SPEC): Likewise.
* config/mips/openbsd.h (LINK_SPEC): Likewise.
* config/mn10300/linux.h (LINK_SPEC): Likewise.
* config/netbsd-elf.h (LINK_SPEC): Likewise.
* config/pa/pa-linux.h (LINK_SPEC): Likewise.
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC32,
LINK_OS_LINUX_SPEC64): Likewise.
* config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC,
LINK_OS_LINUX_SPEC, LINK_OS_GNU_SPEC, LINK_OS_NETBSD_SPEC):
Likewise.
* config/s390/linux.h (LINK_SPEC): Likewise.
* config/sh/linux.h (SUBTARGET_LINK_SPEC): Likewise.
* config/sparc/freebsd.h (LINK_SPEC): Likewise.
* config/sparc/linux.h (LINK_SPEC): Likewise.
* config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
LINK_SPEC): Likewise.
* config/sparc/openbsd64.h (LINK_SPEC): Likewise.
* config/vax/linux.h (LINK_SPEC): Likewise.
* config/xtensa/linux.h (LINK_SPEC): Likewise.

From-SVN: r167634

13 years agobfin.h (ASM_SPEC): Remove %{n} and %{T}.
Joseph Myers [Thu, 9 Dec 2010 13:25:25 +0000 (13:25 +0000)]
bfin.h (ASM_SPEC): Remove %{n} and %{T}.

* config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/frv/frv.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC): Likewise.
* config/i386/sol2.h (ASM_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/pa/pa-linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC32): Likewise.
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
* config/sol2.h (ASM_SPEC): Likewise.
* config/sparc/linux.h (ASM_SPEC): Likewise.
* config/sparc/linux64.h (ASM_SPEC): Likewise.
* config/sparc/sp-elf.h (ASM_SPEC): Likewise.
* config/sparc/sysv4.h (ASM_SPEC): Likewise.
* config/svr4.h (SVR4_ASM_SPEC): Likewise.

From-SVN: r167633

13 years agoreginfo.c (struct subregs_of_mode_node): Remove.
Richard Guenther [Thu, 9 Dec 2010 10:01:18 +0000 (10:01 +0000)]
reginfo.c (struct subregs_of_mode_node): Remove.

2010-12-09  Richard Guenther  <rguenther@suse.de>

* reginfo.c (struct subregs_of_mode_node): Remove.
(subregs_of_mode): Likewise.
(som_hash): Likewise.
(som_eq): Likewise.
(invalid_mode_changes): New bitmap.
(record_subregs_of_mode): Get subregs_of_mode argument.
Fill in invalid_mode_changes bitmap.
(find_subregs_of_mode): Get subregs_of_mode argument and pass
it through.
(init_subregs_of_mode): Adjust.
(finish_subregs_of_mode): Likewise.
(invalid_mode_change_p): Query invalid_mode_changes bitmap.

From-SVN: r167632

13 years agortl.h (invalid_mode_change_p): Adjust prototype.
Richard Guenther [Thu, 9 Dec 2010 10:00:25 +0000 (10:00 +0000)]
rtl.h (invalid_mode_change_p): Adjust prototype.

2010-12-09  Richard Guenther  <rguenther@suse.de>

* rtl.h (invalid_mode_change_p): Adjust prototype.
* reginfo.c (invalid_mode_change_p): Remove from argument.
* ira-costs.c (print_allocno_costs): Adjust callers.
(find_costs_and_classes): Likewise.

2010-12-09  Richard Guenther  <rguenther@suse.de>

* ira.c (ira): Do not call finish_subregs_of_mode.
* ira-costs.c (finish_costs): Call finish_subregs_of_mode.

From-SVN: r167631

13 years agos390.md (*mov<mode>cc): Change lgoc and stgoc to locg and stocg even in comment.
Jakub Jelinek [Thu, 9 Dec 2010 08:41:21 +0000 (09:41 +0100)]
s390.md (*mov<mode>cc): Change lgoc and stgoc to locg and stocg even in comment.

* config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
locg and stocg even in comment.
(sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.

From-SVN: r167630

13 years agore PR target/41082 (FAIL: gfortran.fortran-torture/execute/where_2.f90 execution...
Jakub Jelinek [Thu, 9 Dec 2010 08:33:45 +0000 (09:33 +0100)]
re PR target/41082 (FAIL: gfortran.fortran-torture/execute/where_2.f90 execution,  -O3)

PR target/41082
* config/rs6000/rs6000.c (rs6000_expand_vector_extract): Use stvx
instead of stve*x.
(altivec_expand_stv_builtin): For op0 use mode of operand 1 instead
of operand 0.
* config/rs6000/altivec.md (VI_scalar): New mode attr.
(altivec_stve<VI_char>x, *altivec_stvesfx): Use scalar instead of
vector mode for operand 0, put operand 1 into UNSPEC.

From-SVN: r167629

13 years agoarm.c (arm_preferred_rename_class): Implement targethook PREFERRED_RENAME_CLASS.
Yao Qi [Thu, 9 Dec 2010 05:32:05 +0000 (05:32 +0000)]
arm.c (arm_preferred_rename_class): Implement targethook PREFERRED_RENAME_CLASS.

2010-12-09  Yao Qi  <yao@codesourcery.com>

        * config/arm/arm.c (arm_preferred_rename_class): Implement targethook
        PREFERRED_RENAME_CLASS.

From-SVN: r167626

13 years agore PR testsuite/46860 (New libstdc++ failures)
Nathan Froyd [Thu, 9 Dec 2010 04:34:20 +0000 (04:34 +0000)]
re PR testsuite/46860 (New libstdc++ failures)

PR testsuite/46860
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.

From-SVN: r167625

13 years agobitset (_Base_bitset<>::_Base_bitset(), [...]): Simplify.
Paolo Carlini [Thu, 9 Dec 2010 02:33:55 +0000 (02:33 +0000)]
bitset (_Base_bitset<>::_Base_bitset(), [...]): Simplify.

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

* include/std/bitset (_Base_bitset<>::_Base_bitset(),
_Base_bitset(unsigned long)): Simplify.

From-SVN: r167624

13 years agore PR c++/46348 ([C++0x] ICE with constexpr default constructor and array member)
Jason Merrill [Thu, 9 Dec 2010 02:08:28 +0000 (21:08 -0500)]
re PR c++/46348 ([C++0x] ICE with constexpr default constructor and array member)

PR c++/46348
* semantics.c (cxx_eval_vec_init_1): Handle value-init.
(cxx_eval_vec_init): Pass value_init arg.

From-SVN: r167623

13 years agoUpdate gcc.target/i386/sse2-init-v2di-2.c.
H.J. Lu [Thu, 9 Dec 2010 00:46:34 +0000 (00:46 +0000)]
Update gcc.target/i386/sse2-init-v2di-2.c.

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

* gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
expected scan.

From-SVN: r167622

13 years agoDaily bump.
GCC Administrator [Thu, 9 Dec 2010 00:20:14 +0000 (00:20 +0000)]
Daily bump.

From-SVN: r167621

13 years agosourcebuild.texi (Front End): Remove reference to snapshot-README and snapshot-index...
Ian Lance Taylor [Thu, 9 Dec 2010 00:06:04 +0000 (00:06 +0000)]
sourcebuild.texi (Front End): Remove reference to snapshot-README and snapshot-index.html.

* doc/sourcebuild.texi (Front End): Remove reference to
snapshot-README and snapshot-index.html.

From-SVN: r167617

13 years agogcc_release: Add support for releasing Go as a separate tarball.
Ian Lance Taylor [Wed, 8 Dec 2010 23:55:43 +0000 (23:55 +0000)]
gcc_release: Add support for releasing Go as a separate tarball.

* gcc_release: Add support for releasing Go as a separate
tarball.

From-SVN: r167616

13 years agoIn gcc/objc/: 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Wed, 8 Dec 2010 23:46:28 +0000 (23:46 +0000)]
In gcc/objc/: 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/objc/:
2010-12-08  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-act.c (objc_build_throw_stmt): Check that the argument of
@throw is an object and emit an error if not.

In gcc/testsuite/:
2010-12-08  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/exceptions-7.m: New.
* obj-c++.dg/exceptions-7.mm: New.
* obj-c++.dg/exceptions-3.mm: Adjust for new C++ messages.
* obj-c++.dg/exceptions-5.mm: Same change.

From-SVN: r167615

13 years ago* update_web_docs_svn (MANUALS): Add gccgo.
Ian Lance Taylor [Wed, 8 Dec 2010 23:42:53 +0000 (23:42 +0000)]
* update_web_docs_svn (MANUALS): Add gccgo.

From-SVN: r167614

13 years ago* README: Change "CVS" to "Subversion".
Ian Lance Taylor [Wed, 8 Dec 2010 23:41:46 +0000 (23:41 +0000)]
* README: Change "CVS" to "Subversion".

From-SVN: r167613

13 years agosourcebuild.texi (Texinfo Manuals): Change update_web_docs to update_web_docs_svn.
Ian Lance Taylor [Wed, 8 Dec 2010 23:37:30 +0000 (23:37 +0000)]
sourcebuild.texi (Texinfo Manuals): Change update_web_docs to update_web_docs_svn.

* doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs
to update_web_docs_svn.
(Front End): Likewise.

From-SVN: r167612

13 years agogcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and x86_64-*-darwin* to with_...
Iain Sandoe [Wed, 8 Dec 2010 23:32:27 +0000 (23:32 +0000)]
gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and x86_64-*-darwin* to with_cpu:-core2.

2010-12-08  Iain Sandoe <iains@gcc.gnu.org>

gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and
x86_64-*-darwin* to with_cpu:-core2.
gcc/config/i386/mmx.md (*mov<mode>_internal_rex64): Replace movq
with movd for darwin assembler.
gcc/config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
(*vec_concatv2di_rex64_sse): Ditto.

From-SVN: r167611

13 years agoIn gcc/objc/: 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero [Wed, 8 Dec 2010 23:20:21 +0000 (23:20 +0000)]
In gcc/objc/: 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/objc/:
2010-12-08  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-act.c (objc_finish_foreach_loop): Use error_at() instead of
error() when printing an error about the iterating variable or
collection not being an object.

In gcc/testsuite/:
2010-12-08  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/foreach-6.m: Updated location of error messages.
* objc.dg/foreach-7.m: Same change.

From-SVN: r167610

13 years agoFix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.
Richard Guenther [Wed, 8 Dec 2010 23:01:40 +0000 (23:01 +0000)]
Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.

2010-12-08  Richard Guenther  <rguenther@suse.de>
    Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/45230
PR tree-optimization/45231
PR tree-optimization/45370
* sese.c (rename_uses): Returns a bool.  Call
recompute_tree_invariant_for_addr_expr only on the RHS of a
GIMPLE_ASSIGN.
(graphite_copy_stmts_from_block): Call fold_stmt_inplace when
rename_uses returns true.
* tree-ssa-copy.c (replace_exp): Add a comment about calling
fold_stmt_inplace after replace_exp.

* gcc.dg/graphite/id-pr45230-1.c: New.
* gcc.dg/graphite/id-pr45231.c: New.
* gfortran.dg/graphite/id-pr45370.f90: New.

Co-Authored-By: Sebastian Pop <sebastian.pop@amd.com>
From-SVN: r167609

13 years agore PR fortran/46772 (libquadmath: Build failure - strtod: static declaration of ...
Tobias Burnus [Wed, 8 Dec 2010 22:35:52 +0000 (23:35 +0100)]
re PR fortran/46772 (libquadmath: Build failure - strtod: static declaration of 'strtod'  follows non-static declaration)

2010-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46772
        * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
        * gdtoa/gdtoaimp.h: Don't declare strtod.

From-SVN: r167608

13 years agore PR c++/45329 (When printing a list of candidate functions, explain why each functi...
Nathan Froyd [Wed, 8 Dec 2010 21:37:51 +0000 (21:37 +0000)]
re PR c++/45329 (When printing a list of candidate functions, explain why each function failed to match.)

gcc/cp/
PR c++/45329
* call.c (struct conversion): Document bad_p field.
(enum rejection_reason_code): Define.
(struct conversion_info): Define.
(struct rejection_reason): Define.
(struct z_candidate): Add `reason' field.
(add_candidate): Add `reason' parameter.  Store it in CAND.
(alloc_rejection, arity_rejection, arg_conversion_rejection):
New functions.
(bad_arg_conversion_rejection): New function.
(convert_class_to_reference): Add comment.
(remaining_arguments): New function.
(add_function_candidate): Record rejection reason and pass it to
add_candidate.
(add_conv_candidate, build_builtin_candidate): Likewise.
(add_template_candidate_real): Likewise.
(print_conversion_rejection): New function.
(print_z_candidate): Print CAND->REASON if it exists.  Adjust
diagnostic strings.
(print_z_candidates): Add location_t argument.  Adjust calling
sequence for print_z_candidate. Print header line directly.
(build_user_type_conversion_1): Add reason for rejection to
CAND.  Adjust call to print_z_candidates.
(print_error_for_call_failure): New function.
(build_new_function_call): Call it.  Adjust call to
print_z_candidates.
(build_operator_new_call): Likewise.
(build_op_call): Likewise.
(build_conditional_expr): Likewise.
(build_new_op): Likewise.
(build_new_method_call): Likewise.

gcc/testsuite/
PR c++/45329
* testsuite/g++.dg/conversion/ambig1.C: Adjust.
* testsuite/g++.dg/conversion/op1.C: Adjust.
* testsuite/g++.dg/conversion/simd1.C: Adjust.
* testsuite/g++.dg/cpp0x/defaulted14.C: Adjust.
* testsuite/g++.dg/cpp0x/defaulted18.C: Adjust.
* testsuite/g++.dg/cpp0x/defaulted20.C: Adjust.
* testsuite/g++.dg/cpp0x/explicit3.C: Adjust.
* testsuite/g++.dg/cpp0x/explicit4.C: Adjust.
* testsuite/g++.dg/cpp0x/implicit4.C: Adjust.
* testsuite/g++.dg/cpp0x/nullptr15.C: Adjust.
* testsuite/g++.dg/cpp0x/nullptr19.C: Adjust.
* testsuite/g++.dg/cpp0x/pr31431-2.C: Adjust.
* testsuite/g++.dg/cpp0x/pr31431.C: Adjust.
* testsuite/g++.dg/cpp0x/pr31434.C: Adjust.
* testsuite/g++.dg/cpp0x/pr31437.C: Adjust.
* testsuite/g++.dg/cpp0x/rv2n.C: Adjust.
* testsuite/g++.dg/cpp0x/rv3n.C: Adjust.
* testsuite/g++.dg/cpp0x/rv4n.C: Adjust.
* testsuite/g++.dg/cpp0x/rv5n.C: Adjust.
* testsuite/g++.dg/cpp0x/rv6n.C: Adjust.
* testsuite/g++.dg/cpp0x/rv7n.C: Adjust.
* testsuite/g++.dg/cpp0x/temp_default2.C: Adjust.
* testsuite/g++.dg/cpp0x/trailing4.C: Adjust.
* testsuite/g++.dg/cpp0x/variadic-ex3.C: Adjust.
* testsuite/g++.dg/cpp0x/variadic-ex4.C: Adjust.
* testsuite/g++.dg/cpp0x/variadic35.C: Adjust.
* testsuite/g++.dg/cpp0x/vt-35147.C: Adjust.
* testsuite/g++.dg/cpp0x/vt-37737-2.C: Adjust.
* testsuite/g++.dg/expr/cond9.C: Adjust.
* testsuite/g++.dg/expr/pmf-1.C: Adjust.
* testsuite/g++.dg/ext/label5.C: Adjust.
* testsuite/g++.dg/ext/visibility/anon8.C: Adjust.
* testsuite/g++.dg/ext/vla2.C: Adjust.
* testsuite/g++.dg/gomp/pr26690-1.C: Adjust.
* testsuite/g++.dg/gomp/pr26690-2.C: Adjust.
* testsuite/g++.dg/init/synth2.C: Adjust.
* testsuite/g++.dg/lookup/conv-1.C: Adjust.
* testsuite/g++.dg/lookup/new1.C: Adjust.
* testsuite/g++.dg/lookup/using9.C: Adjust.
* testsuite/g++.dg/other/error13.C: Adjust.
* testsuite/g++.dg/other/error20.C: Adjust.
* testsuite/g++.dg/other/error31.C: Adjust.
* testsuite/g++.dg/other/pr28114.C: Adjust.
* testsuite/g++.dg/other/ptrmem10.C: Adjust.
* testsuite/g++.dg/other/ptrmem11.C: Adjust.
* testsuite/g++.dg/overload/ambig1.C: Adjust.
* testsuite/g++.dg/overload/arg3.C: Adjust.
* testsuite/g++.dg/overload/builtin1.C: Adjust.
* testsuite/g++.dg/overload/copy1.C: Adjust.
* testsuite/g++.dg/overload/new1.C: Adjust.
* testsuite/g++.dg/overload/template4.C: Adjust.
* testsuite/g++.dg/overload/unknown1.C: Adjust.
* testsuite/g++.dg/overload/using2.C: Adjust.
* testsuite/g++.dg/parse/crash5.C: Adjust.
* testsuite/g++.dg/parse/error19.C: Adjust.
* testsuite/g++.dg/parse/error28.C: Adjust.
* testsuite/g++.dg/parse/template7.C: Adjust.
* testsuite/g++.dg/parse/typename7.C: Adjust.
* testsuite/g++.dg/rtti/typeid6.C: Adjust.
* testsuite/g++.dg/tc1/dr152.C: Adjust.
* testsuite/g++.dg/template/conv11.C: Adjust.
* testsuite/g++.dg/template/copy1.C: Adjust.
* testsuite/g++.dg/template/crash37.C: Adjust.
* testsuite/g++.dg/template/deduce3.C: Adjust.
* testsuite/g++.dg/template/dependent-expr5.C: Adjust.
* testsuite/g++.dg/template/error38.C: Adjust.
* testsuite/g++.dg/template/error40.C: Adjust.
* testsuite/g++.dg/template/friend.C: Adjust.
* testsuite/g++.dg/template/incomplete2.C: Adjust.
* testsuite/g++.dg/template/instantiate5.C: Adjust.
* testsuite/g++.dg/template/local4.C: Adjust.
* testsuite/g++.dg/template/local6.C: Adjust.
* testsuite/g++.dg/template/new3.C: Adjust.
* testsuite/g++.dg/template/operator9.C: Adjust.
* testsuite/g++.dg/template/overload6.C: Adjust.
* testsuite/g++.dg/template/ptrmem2.C: Adjust.
* testsuite/g++.dg/template/ptrmem20.C: Adjust.
* testsuite/g++.dg/template/ptrmem4.C: Adjust.
* testsuite/g++.dg/template/ptrmem8.C: Adjust.
* testsuite/g++.dg/template/qualttp5.C: Adjust.
* testsuite/g++.dg/template/sfinae2.C: Adjust.
* testsuite/g++.dg/template/spec22.C: Adjust.
* testsuite/g++.dg/template/spec23.C: Adjust.
* testsuite/g++.dg/template/ttp25.C: Adjust.
* testsuite/g++.dg/template/typedef4.C: Adjust.
* testsuite/g++.dg/template/unify10.C: Adjust.
* testsuite/g++.dg/template/unify11.C: Adjust.
* testsuite/g++.dg/template/unify6.C: Adjust.
* testsuite/g++.dg/template/unify7.C: Adjust.
* testsuite/g++.dg/template/unify9.C: Adjust.
* testsuite/g++.dg/template/varmod1.C: Adjust.
* testsuite/g++.old-deja/g++.benjamin/15799.C: Adjust.
* testsuite/g++.old-deja/g++.benjamin/15800-1.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/ambiguity1.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/crash29.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/crash48.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/crash56.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/cvt3.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/overload1.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/overload4.C: Adjust.
* testsuite/g++.old-deja/g++.brendan/overload9.C: Adjust.
* testsuite/g++.old-deja/g++.bugs/900127_01.C: Adjust.
* testsuite/g++.old-deja/g++.bugs/900205_04.C: Adjust.
* testsuite/g++.old-deja/g++.bugs/900330_02.C: Adjust.
* testsuite/g++.old-deja/g++.bugs/900404_03.C: Adjust.
* testsuite/g++.old-deja/g++.bugs/900514_03.C: Adjust.
* testsuite/g++.old-deja/g++.eh/ctor1.C: Adjust.
* testsuite/g++.old-deja/g++.jason/conversion11.C: Adjust.
* testsuite/g++.old-deja/g++.jason/crash3.C: Adjust.
* testsuite/g++.old-deja/g++.jason/overload16.C: Adjust.
* testsuite/g++.old-deja/g++.jason/overload28.C: Adjust.
* testsuite/g++.old-deja/g++.jason/scoping10.C: Adjust.
* testsuite/g++.old-deja/g++.jason/template30.C: Adjust.
* testsuite/g++.old-deja/g++.jason/temporary2.C: Adjust.
* testsuite/g++.old-deja/g++.law/arg1.C: Adjust.
* testsuite/g++.old-deja/g++.law/arg11.C: Adjust.
* testsuite/g++.old-deja/g++.law/arm9.C: Adjust.
* testsuite/g++.old-deja/g++.law/ctors11.C: Adjust.
* testsuite/g++.old-deja/g++.law/ctors17.C: Adjust.
* testsuite/g++.old-deja/g++.law/ctors5.C: Adjust.
* testsuite/g++.old-deja/g++.law/ctors9.C: Adjust.
* testsuite/g++.old-deja/g++.law/enum4.C: Adjust.
* testsuite/g++.old-deja/g++.law/missed-error2.C: Adjust.
* testsuite/g++.old-deja/g++.law/operators32.C: Adjust.
* testsuite/g++.old-deja/g++.law/operators9.C: Adjust.
* testsuite/g++.old-deja/g++.mike/net2.C: Adjust.
* testsuite/g++.old-deja/g++.mike/net22.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p11110.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p1989.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p2431.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p438.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p807a.C: Adjust.
* testsuite/g++.old-deja/g++.mike/p9068.C: Adjust.
* testsuite/g++.old-deja/g++.niklas/t120.C: Adjust.
* testsuite/g++.old-deja/g++.niklas/t121.C: Adjust.
* testsuite/g++.old-deja/g++.niklas/t128.C: Adjust.
* testsuite/g++.old-deja/g++.ns/overload2.C: Adjust.
* testsuite/g++.old-deja/g++.ns/using12.C: Adjust.
* testsuite/g++.old-deja/g++.other/crash24.C: Adjust.
* testsuite/g++.old-deja/g++.other/expr1.C: Adjust.
* testsuite/g++.old-deja/g++.other/overload11.C: Adjust.
* testsuite/g++.old-deja/g++.other/pmf3.C: Adjust.
* testsuite/g++.old-deja/g++.other/volatile1.C: Adjust.
* testsuite/g++.old-deja/g++.pt/auto_ptr.C: Adjust.
* testsuite/g++.old-deja/g++.pt/crash28.C: Adjust.
* testsuite/g++.old-deja/g++.pt/crash60.C: Adjust.
* testsuite/g++.old-deja/g++.pt/explicit38.C: Adjust.
* testsuite/g++.old-deja/g++.pt/explicit39.C: Adjust.
* testsuite/g++.old-deja/g++.pt/explicit41.C: Adjust.
* testsuite/g++.old-deja/g++.pt/explicit67.C: Adjust.
* testsuite/g++.old-deja/g++.pt/explicit77.C: Adjust.
* testsuite/g++.old-deja/g++.pt/expr2.C: Adjust.
* testsuite/g++.old-deja/g++.pt/ptrmem10.C: Adjust.
* testsuite/g++.old-deja/g++.pt/ptrmem6.C: Adjust.
* testsuite/g++.old-deja/g++.pt/spec35.C: Adjust.
* testsuite/g++.old-deja/g++.pt/spec5.C: Adjust.
* testsuite/g++.old-deja/g++.pt/spec6.C: Adjust.
* testsuite/g++.old-deja/g++.pt/t05.C: Adjust.
* testsuite/g++.old-deja/g++.pt/t24.C: Adjust.
* testsuite/g++.old-deja/g++.pt/unify4.C: Adjust.
* testsuite/g++.old-deja/g++.pt/unify6.C: Adjust.
* testsuite/g++.old-deja/g++.pt/unify8.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb109.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb119.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb131.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb22.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb69.C: Adjust.
* testsuite/g++.old-deja/g++.robertl/eb98.C: Adjust.

From-SVN: r167607

13 years agore PR fortran/46520 (libquadmath: fails at link test on bare irons)
Tobias Burnus [Wed, 8 Dec 2010 21:04:45 +0000 (22:04 +0100)]
re PR fortran/46520 (libquadmath: fails at link test on bare irons)

2010-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46520
        * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
        AC_TRY_LINK and cache libquad_have_float128.
        * configure: Regenerate.

From-SVN: r167605

13 years agore PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin)
Mike Stump [Wed, 8 Dec 2010 20:11:05 +0000 (20:11 +0000)]
re PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin)

PR debug/46749
* config/darwin.h (COLLECT_RUN_DSYMUTIL): Add.
(DSYMUTIL_SPEC): Use `linker' flags instead to handle lto
better.
* config/darwin9.h (COLLECT_RUN_DSYMUTIL): Add.
(DSYMUTIL_SPEC): Use `linker' flags instead to handle lto
better.
* collect2.c (post_ld_pass): Add.
(process_args): Add.
(maybe_run_lto_and_relink): Call post_ld_pass after ld.
(main): Likewise.  Call process_args.

From-SVN: r167603

13 years agore PR c++/45822 (Qt 4.7.0 build fails)
Jason Merrill [Wed, 8 Dec 2010 20:00:37 +0000 (15:00 -0500)]
re PR c++/45822 (Qt 4.7.0 build fails)

PR c++/45822
* cp-tree.h (LOOKUP_DEFAULTED): New.
* call.c (add_function_candidate): Check it.
* method.c (synthesized_method_walk): Set it.
(do_build_copy_assign): Likewise.
* init.c (perform_member_init): Likewise.
(emit_mem_initializers): Likewise.

From-SVN: r167602

13 years agore PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it should be)
Jason Merrill [Wed, 8 Dec 2010 20:00:27 +0000 (15:00 -0500)]
re PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it should be)

PR c++/46736
* decl.c (cp_finish_decl): Complain about an implicitly deleted
method defaulted outside the class.
* method.c (maybe_explain_implicit_delete): Don't check DECL_INITIAL.

From-SVN: r167601

13 years agore PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')
Jakub Jelinek [Wed, 8 Dec 2010 16:43:14 +0000 (17:43 +0100)]
re PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')

PR middle-end/46844
* regrename.c (check_new_reg_p): Add ATTRIBUTE_UNUSED to reg
parameter.

From-SVN: r167596

13 years ago[multiple changes]
Richard Earnshaw [Wed, 8 Dec 2010 16:38:10 +0000 (16:38 +0000)]
[multiple changes]

2010-12-08  Richard Earnshaw  <rearnsha@arm.com>

PR target/46631
* arm.c (thumb2_reorg): Also try to reduce <commutative_op> Rd, Rn, Rd
into a 16-bit instruction.

2010-12-08  Wei Guozhi  <carrot@google.com>

PR target/46631
* gcc.target/arm/pr46631: New testcase.

From-SVN: r167595

13 years agoPR 42694: add checks to make sure sqrt is supported
Michael Meissner [Wed, 8 Dec 2010 16:34:20 +0000 (16:34 +0000)]
PR 42694: add checks to make sure sqrt is supported

From-SVN: r167594

13 years agotree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift instead of a division...
Richard Guenther [Wed, 8 Dec 2010 16:15:06 +0000 (16:15 +0000)]
tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift instead of a division to divide by BITS_PER_UNIT.

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

* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift
instead of a division to divide by BITS_PER_UNIT.

From-SVN: r167592

13 years agogimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is enabled.
Richard Guenther [Wed, 8 Dec 2010 16:14:29 +0000 (16:14 +0000)]
gimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is enabled.

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

* gimplify.c (gimple_tree_eq): Assert hashes are equal only
when checking is enabled.

From-SVN: r167591

13 years agosplay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.
Doug Evans [Wed, 8 Dec 2010 15:48:50 +0000 (15:48 +0000)]
splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.

* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
all callers updated.  Rewrite to be non-recursive.

From-SVN: r167589

13 years agore PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)
Andrey Belevantsev [Wed, 8 Dec 2010 13:55:57 +0000 (16:55 +0300)]
re PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)

        PR target/43603
        * haifa-sched.c (sched_create_recovery_edges): Update
        dominator info.
        * sel-sched-ir.c (maybe_tidy_empty_bb): Update dominator info
        after deleting an empty block.
        (tidy_control_flow): Also verify dominators.
        (sel_remove_bb): Update dominator info after removing a block.
        (sel_redirect_edge_and_branch_force): Assert that no unreachable
        blocks will be created. Update dominator info.
        (sel_redirect_edge_and_branch): Update dominator info when
        basic blocks do not become unreachable.
        (sel_remove_loop_preheader): Update dominator info.

From-SVN: r167588

13 years agotree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Reset alignment informa...
Richard Biener [Wed, 8 Dec 2010 10:06:14 +0000 (10:06 +0000)]
tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Reset alignment information.

2010-12-07  Richard Guenther  <rguenther@suse.de>

* tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
Reset alignment information.
(bump_vector_ptr): Likewise.

From-SVN: r167584

13 years agore PR fortran/46543 (libquadmath: Add documentation)
Tobias Burnus [Wed, 8 Dec 2010 08:06:49 +0000 (09:06 +0100)]
re PR fortran/46543 (libquadmath: Add documentation)

2010-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46543
        * configure.ac: Add texinfo checks.
        * Makefile.am: Handle .texi documentation.
        * libquadmath.texi: New.
        * configure: Regenerated.
        * Makefile.in: Regenerated.

From-SVN: r167583