gcc.git
12 years agore PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)
Jakub Jelinek [Thu, 5 Jan 2012 15:10:26 +0000 (16:10 +0100)]
re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)

PR middle-end/51761
* gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr
field.
* gimplify.c (gimplify_cleanup_point_expr): Save and set
in_cleanup_point_expr before gimplify_stmt call and restore it
afterwards.
(gimplify_target_expr): Don't add {CLOBBER} cleanup if
in_cleanup_point_expr is false.

* gcc.c-torture/compile/pr51761.c: New test.

From-SVN: r182914

12 years agore PR middle-end/51764 (mudflap does not work with LTO)
Richard Guenther [Thu, 5 Jan 2012 15:08:42 +0000 (15:08 +0000)]
re PR middle-end/51764 (mudflap does not work with LTO)

2012-01-05  Richard Guenther  <rguenther@suse.de>

PR middle-end/51764
* common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
to c.opt.
* toplev.c (process_options): Reject combining mudflap and LTO.
* tree-nomudflap.c (nogo): Use sorry instead of internal_error.

c-family/
* c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
from common.opt.

From-SVN: r182913

12 years agoAdd Patrick Marlier to ChangeLog entry.
Aldy Hernandez [Thu, 5 Jan 2012 14:16:39 +0000 (14:16 +0000)]
Add Patrick Marlier to ChangeLog entry.

From-SVN: r182912

12 years agore PR libitm/51171 (XFAIL: libitm.c/reentrant.c execution test)
Aldy Hernandez [Thu, 5 Jan 2012 14:14:29 +0000 (14:14 +0000)]
re PR libitm/51171 (XFAIL: libitm.c/reentrant.c execution test)

        PR other/51171
        * testsuite/libitm.c/reentrant.c: Remove xfail.
        (thread): Pass x to pure().

From-SVN: r182911

12 years agore PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456)
Richard Guenther [Thu, 5 Jan 2012 13:41:34 +0000 (13:41 +0000)]
re PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456)

2012-01-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/51760
* tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
not VARYING.
(bit_value_unop): Handle UNDEFINED operands.
(bit_value_binop): Likewise.

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

From-SVN: r182909

12 years agore PR middle-end/51472 (ICE: verify_gimple failed: invalid rhs for gimple memory...
Aldy Hernandez [Thu, 5 Jan 2012 13:36:32 +0000 (13:36 +0000)]
re PR middle-end/51472 (ICE: verify_gimple failed: invalid rhs for gimple memory store with -fgnu-tm --param tm-max-aggregate-size=32)

        PR middle-end/51472
        * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
testsuite/
        PR middle-end/51472
        * gcc.dg/tm/memopt-6.c: Adjust regexp.

From-SVN: r182908

12 years agore PR lto/41576 (LTO complains about mismatches in common sections)
Richard Guenther [Thu, 5 Jan 2012 13:28:34 +0000 (13:28 +0000)]
re PR lto/41576 (LTO complains about mismatches in common sections)

2012-01-05  Richard Guenther  <rguenther@suse.de>

PR lto/41576
* gfortran.dg/lto/pr41576_0.f90: New testcase.
* gfortran.dg/lto/pr41576_1.f90: Likewise.

From-SVN: r182907

12 years agoavr.c (avr_replace_prefix): Remove.
Georg-Johann Lay [Thu, 5 Jan 2012 11:00:23 +0000 (11:00 +0000)]
avr.c (avr_replace_prefix): Remove.

* config/avr/avr.c (avr_replace_prefix): Remove.
(avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
(avr_asm_function_rodata_section): Ditto.
(avr_asm_select_section): Ditto.

From-SVN: r182904

12 years agoreload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND insertion.
Marcus Shawcroft [Thu, 5 Jan 2012 09:45:09 +0000 (09:45 +0000)]
reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND insertion.

* reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
insertion.

From-SVN: r182903

12 years agore PR bootstrap/51648 (Profiledbootstrap failure on x86_64-linux)
Jakub Jelinek [Thu, 5 Jan 2012 09:32:52 +0000 (10:32 +0100)]
re PR bootstrap/51648 (Profiledbootstrap failure on x86_64-linux)

PR bootstrap/51648
* tree-cfg.c (need_fake_edge_p): Return true also for noreturn
calls that have any non-fake successor edges.

From-SVN: r182902

12 years agore PR libitm/51072 (Build with --disable-bootstrap fails in libitm)
Richard Henderson [Thu, 5 Jan 2012 02:25:04 +0000 (18:25 -0800)]
re PR libitm/51072 (Build with --disable-bootstrap fails in libitm)

PR bootstrap/51072
        * configure.ac: Fix regexp for same.
        * configure: Rebuild.

From-SVN: r182900

12 years agore PR libitm/51072 (Build with --disable-bootstrap fails in libitm)
Richard Henderson [Thu, 5 Jan 2012 01:35:25 +0000 (17:35 -0800)]
re PR libitm/51072 (Build with --disable-bootstrap fails in libitm)

PR bootstrap/51072
        * configure.ac: Disable libitm if c++ is not enabled.
        * configure: Rebuild.

From-SVN: r182899

12 years agore PR debug/51746 (Segfault in cselib_preserved_value_p)
Jakub Jelinek [Thu, 5 Jan 2012 00:29:13 +0000 (01:29 +0100)]
re PR debug/51746 (Segfault in cselib_preserved_value_p)

PR debug/51746
* var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.

From-SVN: r182897

12 years agoDaily bump.
GCC Administrator [Thu, 5 Jan 2012 00:18:55 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r182895

12 years agore PR tree-optimization/51624 (Assert_Failure atree.adb:808 during stage 3)
Eric Botcazou [Wed, 4 Jan 2012 21:34:27 +0000 (21:34 +0000)]
re PR tree-optimization/51624 (Assert_Failure atree.adb:808 during stage 3)

PR tree-optimization/51624
* tree-sra.c (build_ref_for_model): When replicating a chain of
COMPONENT_REFs, stop as soon as the offset would become negative.

From-SVN: r182889

12 years agore PR debug/51695 (NOTE_INSN_VAR_LOCATION notes are sometimes too large)
Jakub Jelinek [Wed, 4 Jan 2012 19:58:03 +0000 (20:58 +0100)]
re PR debug/51695 (NOTE_INSN_VAR_LOCATION notes are sometimes too large)

PR debug/51695
* dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
in .debug_loc on the floor.

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

From-SVN: r182886

12 years agoinvoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
Andrew Pinski [Wed, 4 Jan 2012 19:54:22 +0000 (19:54 +0000)]
invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.

2012-01-04  Andrew Pinski  <apinski@cavium.com>

        * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.

From-SVN: r182885

12 years agomips.md (size): Add SI and DI.
Andrew Pinski [Wed, 4 Jan 2012 18:40:21 +0000 (18:40 +0000)]
mips.md (size): Add SI and DI.

2012-01-04  Andrew Pinski  <apinski@cavium.com>
    Adam Nemet  <anemet@caviumnetworks.com>

* config/mips/mips.md (size): Add SI and DI.
(SIZE): New mode attribute.
(U): New code attribute.
* config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
(mips_lbux_<mode>): Delete.
(mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
(mips_lhx): Use gen_mips_lhx_extsi.
(mips_lhx_<mode>): Delete.
(mips_lwx): Delete.
(mips_l<size>x): New expand.
(mips_lwx_<mode>): Delete.
(mips_l<GPR:size>x_<P:mode>): New pattern.
(*mips_lw<u>x_<P:mode>_ext): Likewise.
* config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
* config/mips/mips.c (mips_lx_address_p): New function.
(mips_rtx_costs <case MEM>): Call mips_lx_address_p.
(dsp64): New availability predicate.
(mips_builtins): Add an entry for __builtin_mips_ldx.
* config/mips/mips.h (ISA_HAS_LBX): New define.
(ISA_HAS_LBUX): Likewise.
(ISA_HAS_LHX): Likewise.
(ISA_HAS_LHUX): Likewise.
(ISA_HAS_LWX): Likewise.
(ISA_HAS_LWUX): Likewise.
(ISA_HAS_LDX): Likewise.
* doc/extend.texi (__builtin_mips_ldx): Document.

2012-01-04  Andrew Pinski  <apinski@cavium.com>

* gcc.target/mips/mips64-dsp-ldx1.c: New test.
* gcc.target/mips/octeon2-lx-1.c: New test.
* gcc.target/mips/mips64-dsp-ldx.c: New test.
* gcc.target/mips/octeon2-lx-2.c: New test.
* gcc.target/mips/octeon2-lx-3.c: New test.

Co-Authored-By: Adam Nemet <anemet@caviumnetworks.com>
From-SVN: r182884

12 years agoAdd PR reference.
Aldy Hernandez [Wed, 4 Jan 2012 17:01:50 +0000 (17:01 +0000)]
Add PR reference.

+ PR other/51163
+ PR other/51164

From-SVN: r182882

12 years ago+ * gcc.dg/tm/alias-1.c: Adjust regexp.
Patrick Marlier [Wed, 4 Jan 2012 16:58:22 +0000 (16:58 +0000)]
+ * gcc.dg/tm/alias-1.c: Adjust regexp.

+       * gcc.dg/tm/alias-1.c:  Adjust regexp.
+       * gcc.dg/tm/alias-2.c:  Adjust regexp.

From-SVN: r182881

12 years agore PR c++/51064 (False Positive for -Wparentheses)
Paolo Carlini [Wed, 4 Jan 2012 16:39:53 +0000 (16:39 +0000)]
re PR c++/51064 (False Positive for -Wparentheses)

/cp
2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51064
* pt.c (tsubst_copy_and_build): Maybe set TREE_NO_WARNING on
the tree returned by build_x_binary_op.

/testsuite
2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51064
* g++.dg/warn/Wparentheses-26.C: New.

From-SVN: r182880

12 years agoxm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used.
Tristan Gingold [Wed, 4 Jan 2012 15:45:29 +0000 (15:45 +0000)]
xm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used.

2012-01-04  Tristan Gingold  <gingold@adacore.com>

* config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
when long pointers are used.
* config.build (*-*-*vms*): Handle all OpenVMS targets.
(alpha64-dec-*vms*, alpha*-dec-*vms*)
(ia64-hp-*vms*): Remove.
* config/vms/xm-vms64.h: Delete.

From-SVN: r182879

12 years agoopts.c (finish_options): Remove duplicate sorry.
Aldy Hernandez [Wed, 4 Jan 2012 14:58:56 +0000 (14:58 +0000)]
opts.c (finish_options): Remove duplicate sorry.

        * opts.c (finish_options): Remove duplicate sorry.

From-SVN: r182878

12 years agore PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but has...
Aldy Hernandez [Wed, 4 Jan 2012 14:53:30 +0000 (14:53 +0000)]
re PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fgnu-tm -fnon-call-exceptions and transaction_callable)

        PR middle-end/51212
        * opts.c (finish_options): Sorry out when using transactional
        memory and non-call exceptions.
        * doc/invoke.texi (C Dialect Options): Document it.

From-SVN: r182877

12 years agore PR middle-end/51696 ([trans-mem] unsafe indirect function call in struct not prope...
Aldy Hernandez [Wed, 4 Jan 2012 14:32:54 +0000 (14:32 +0000)]
re PR middle-end/51696 ([trans-mem] unsafe indirect function call in struct not properly displayed)

        PR middle-end/51696
        * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
        correctly.

From-SVN: r182876

12 years agore PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with absent...
Mikael Morin [Wed, 4 Jan 2012 14:20:17 +0000 (14:20 +0000)]
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument)

PR fortran/50981
* trans-array.h (gfc_walk_elemental_function_args): New argument.
* trans-intrinsic.c (gfc_walk_intrinsic_function): Update call.
* trans-stmt.c (gfc_trans_call): Ditto.
* trans-array.c (gfc_walk_function_expr): Ditto.
(gfc_walk_elemental_function_args): Get the dummy argument list
if possible.  Check that the dummy and the actual argument are both
optional, and set can_be_null_ref accordingly.

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

From-SVN: r182875

12 years agore PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with absent...
Mikael Morin [Wed, 4 Jan 2012 14:04:24 +0000 (14:04 +0000)]
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument)

PR fortran/50981
* trans.h (struct gfc_ss_info): New field data::scalar::can_be_null_ref
* trans-array.c: If the reference can be NULL, save the reference
instead of the value.
* trans-expr.c (gfc_conv_expr): If we have saved a reference,
dereference it.

From-SVN: r182874

12 years agotrans-expr.c (gfc_conv_expr): Move address taking...
Mikael Morin [Wed, 4 Jan 2012 13:43:35 +0000 (13:43 +0000)]
trans-expr.c (gfc_conv_expr): Move address taking...

* trans-expr.c (gfc_conv_expr): Move address taking...
(gfc_conv_expr_reference): ... here.

From-SVN: r182873

12 years agore PR middle-end/51750 (FAIL: 25_algorithms/heap/moveable*.cc execution test)
Richard Guenther [Wed, 4 Jan 2012 13:25:28 +0000 (13:25 +0000)]
re PR middle-end/51750 (FAIL: 25_algorithms/heap/moveable*.cc execution test)

2012-01-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/51750
* tree.c (size_low_cst): New function.
* tree.h (size_low_cst): Declare.
* fold-const.c (fold_comparison): Use it to extract the low
part of the POINTER_PLUS_EXPR offset.

From-SVN: r182872

12 years agoFix clearing ZERO_REG
Georg-Johann Lay [Wed, 4 Jan 2012 12:39:26 +0000 (12:39 +0000)]
Fix clearing ZERO_REG

Fix clearing ZERO_REG
* config/avr/avr.md (cc): Add alternative "ldi".
(movqi_insn): Use it in cc attribute.
* config/avr/avr.c (notice_update_cc): Handle CC_LDI.
(output_reload_in_const): Use CLR to move 0 to ZERO_REG.
(output_reload_insisf): Use ZERO_REG to pre-clear register.

From-SVN: r182871

12 years agore PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block module...
Thomas Koenig [Wed, 4 Jan 2012 11:51:37 +0000 (11:51 +0000)]
re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block module variables.)

2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/49693
* trans-common.c (create_common): Update copyright years.  Mark
variables as used to avoid warnings about unused variables in
common blocks.

2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/49693
* gfortran.dg/common_17.f90:  New test.

From-SVN: r182869

12 years agore PR bootstrap/51734 (Bootstrap fails in libada)
Andreas Krebbel [Wed, 4 Jan 2012 11:41:06 +0000 (11:41 +0000)]
re PR bootstrap/51734 (Bootstrap fails in libada)

config/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

PR bootstrap/51734
* picflag.m4: Remove s390 case statement.

gcc/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

libada/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

libgcc/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.
* config/s390/t-crtstuff: Remove -fPIC.

libiberty/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

From-SVN: r182868

12 years agore PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect integer...
Richard Guenther [Wed, 4 Jan 2012 09:47:12 +0000 (09:47 +0000)]
re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect integer variable increments)

2012-01-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/49651
* tree-ssa-structalias.c (type_can_have_subvars): New function.
(var_can_have_subvars): Use it.
(get_constraint_for_1): Only consider subfields if there
can be any.

* gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
* gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.

From-SVN: r182865

12 years agoDaily bump.
GCC Administrator [Wed, 4 Jan 2012 00:19:13 +0000 (00:19 +0000)]
Daily bump.

From-SVN: r182864

12 years agore PR bootstrap/51006 (bootstrap fails on NetBSD 5.1)
Jonathan Wakely [Tue, 3 Jan 2012 21:39:46 +0000 (21:39 +0000)]
re PR bootstrap/51006 (bootstrap fails on NetBSD 5.1)

2012-01-02  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR bootstrap/51006
* enable-execute-stack-mprotect.c (getpagesize): Do not define
for NetBSD.

From-SVN: r182860

12 years agore PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for sparc64...
Jakub Jelinek [Tue, 3 Jan 2012 20:57:29 +0000 (21:57 +0100)]
re PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for sparc64-linux)

PR bootstrap/51725
* cselib.c (new_elt_loc_list): When moving locs from one
cselib_val to its new canonical_cselib_val and the
cselib_val was in first_containing_mem chain, but
the canonical_cselib_val was not, add the latter into the
chain.
(cselib_invalidate_mem): Compare canonical_cselib_val of
addr_list chain elt with v.

From-SVN: r182858

12 years agohashtable_policy.h (_Ebo_helper<>): Rename to the more specific _Hashtable_ebo_helper.
François Dumont [Tue, 3 Jan 2012 20:33:20 +0000 (20:33 +0000)]
hashtable_policy.h (_Ebo_helper<>): Rename to the more specific _Hashtable_ebo_helper.

2012-01-03  François Dumont <fdumont@gcc.gnu.org>

* include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
specific _Hashtable_ebo_helper. Hide this implementation detail thanks
to private inheritance.

From-SVN: r182857

12 years agore PR c++/51738 (C++11 initializer list does not work correctly with operator[])
Paolo Carlini [Tue, 3 Jan 2012 20:25:16 +0000 (20:25 +0000)]
re PR c++/51738 (C++11 initializer list does not work correctly with operator[])

/gcc/cp
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51738
* parser.c (cp_parser_postfix_open_square_expression): Handle
postfix-expression [ braced-init-list ].

/gcc/testsuite
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51738
* g++.dg/cpp0x/initlist-postfix-open-square.C: New.

/libstdc++-v3
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51738
* testsuite/23_containers/map/element_access/39901.cc: New.

From-SVN: r182856

12 years agoscanasm.exp (dg-function-on-line): Always use a special format for all mips targets.
Andrew Pinski [Tue, 3 Jan 2012 20:21:50 +0000 (20:21 +0000)]
scanasm.exp (dg-function-on-line): Always use a special format for all mips targets.

2012-01-03  Andrew Pinski  <apinski@cavium.com>

* lib/scanasm.exp (dg-function-on-line): Always use a special format
for all mips targets.  Also allow an optional .cfi_startproc.

From-SVN: r182855

12 years agotypebound_operator_8.f03: Use dg-add-options ieee.
Uros Bizjak [Tue, 3 Jan 2012 18:28:55 +0000 (19:28 +0100)]
typebound_operator_8.f03: Use dg-add-options ieee.

* gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.

From-SVN: r182854

12 years agore PR c++/29273 (error on dynamic_cast<T>(array))
Paolo Carlini [Tue, 3 Jan 2012 15:29:42 +0000 (15:29 +0000)]
re PR c++/29273 (error on dynamic_cast<T>(array))

/cp
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/29273
* rtti.c (build_dynamic_cast_1): In case of T a pointer type,
call decay_conversion on v.

/testsuite
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/29273
* g++.dg/rtti/dyncast5.C: New.

From-SVN: r182851

12 years agoFix up last commit.
Jakub Jelinek [Tue, 3 Jan 2012 15:13:31 +0000 (16:13 +0100)]
Fix up last commit.

From-SVN: r182849

12 years agore PR pch/51722 (Options "-g3" or "-ggdb3" or "-g3 -gdwarf-2" and other "-g..level3...
Jakub Jelinek [Tue, 3 Jan 2012 13:45:41 +0000 (14:45 +0100)]
re PR pch/51722 (Options "-g3" or "-ggdb3" or "-g3 -gdwarf-2" and other "-g..level3" - internal compiler error)

PR pch/51722
* dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
dwarf2out_undef): Allocate e.info using ggc_strdup instead
of xstrdup.
(output_macinfo_op): Don't ggc_strdup fd->filename.
(optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
then ggc_strdup it.  Don't free inc->info or cur->info.
(output_macinfo): Don't free ref->info or file->info.

From-SVN: r182845

12 years agore PR tree-optimization/51269 (Vectorization profitability threshold is not actually...
Ira Rosen [Tue, 3 Jan 2012 13:24:04 +0000 (13:24 +0000)]
re PR tree-optimization/51269 (Vectorization profitability threshold is not actually used)

        PR tree-optimization/51269
        * tree-vect-loop-manip.c (set_prologue_iterations): Make
        first_niters a pointer.
        (slpeel_tree_peel_loop_to_edge): Likewise.
        (vect_do_peeling_for_loop_bound): Update call to
        slpeel_tree_peel_loop_to_edge.
        (vect_gen_niters_for_prolog_loop): Don't compute
        wide_prolog_niters here.  Remove it from the parameters list.
        (vect_do_peeling_for_alignment): Update calls and compute
        wide_prolog_niters.

From-SVN: r182844

12 years agore PR tree-optimization/51070 (ICE verify_gimple failed)
Richard Guenther [Tue, 3 Jan 2012 12:07:18 +0000 (12:07 +0000)]
re PR tree-optimization/51070 (ICE verify_gimple failed)

2012-01-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/51070
* tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
Properly handle calls.

* gcc.dg/torture/pr51070-2.c: New testcase.

From-SVN: r182839

12 years agore PR tree-optimization/51692 (ICE on several valgrind tests)
Richard Guenther [Tue, 3 Jan 2012 11:54:53 +0000 (11:54 +0000)]
re PR tree-optimization/51692 (ICE on several valgrind tests)

2012-01-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/51692
* tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
the LHS of allocation stmts.

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

From-SVN: r182838

12 years agosystem.h: Prior to #define, #undef fopen and freopen unconditionally.
Olivier Hainque [Tue, 3 Jan 2012 11:44:34 +0000 (11:44 +0000)]
system.h: Prior to #define, #undef fopen and freopen unconditionally.

gcc/
        * system.h: Prior to #define, #undef fopen and freopen unconditionally.

libcpp/
        * system.h: Likewise.

From-SVN: r182837

12 years agocollect2.c (main): In AIX specific computations for vector insertions...
Olivier Hainque [Tue, 3 Jan 2012 11:36:25 +0000 (11:36 +0000)]
collect2.c (main): In AIX specific computations for vector insertions...

        * collect2.c (main): In AIX specific computations for vector
        insertions, use CONST_CAST2 to cast from char ** to const char **.

From-SVN: r182836

12 years agore PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while building...
Richard Guenther [Tue, 3 Jan 2012 11:30:27 +0000 (11:30 +0000)]
re PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while building libxul)

2012-01-03  Richard Guenther  <rguenther@suse.de>

PR debug/51650
* dwarf2out.c (dwarf2out_finish): Always create a DIE for
the context of a limbo DIE when it does not already exist.

* g++.dg/lto/pr51650-3_0.C: New testcase.

From-SVN: r182835

12 years agore PR c++/15867 (-Wredundant-decls and explicit template specialization)
Paolo Carlini [Tue, 3 Jan 2012 09:33:33 +0000 (09:33 +0000)]
re PR c++/15867 (-Wredundant-decls and explicit template specialization)

/cp
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/15867
* decl.c (duplicate_decls): With -Wredundant-decls don't warn for
declaration followed by specialization.

/testsuite
2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/15867
* g++.dg/warn/Wredundant-decls-spec.C: New.

From-SVN: r182833

12 years agore PR tree-optimization/51719 (ICE: verify_gimple failed: LHS in noreturn call with...
Jakub Jelinek [Tue, 3 Jan 2012 09:09:41 +0000 (10:09 +0100)]
re PR tree-optimization/51719 (ICE: verify_gimple failed: LHS in noreturn call with -fpartial-inlining -fprofile-use and exceptions)

PR tree-optimization/51719
* value-prof.c (gimple_ic): When indirect call isn't noreturn,
but direct call is, clear direct call's lhs and don't add fallthrough
edge from dcall_bb to join_bb and PHIs.

* g++.dg/tree-prof/pr51719.C: New test.

From-SVN: r182832

12 years agos390.md ("*cmp<mode>_ccs"): Fix comment mentioning the instructions emitted by the...
Andreas Krebbel [Tue, 3 Jan 2012 09:03:35 +0000 (09:03 +0000)]
s390.md ("*cmp<mode>_ccs"): Fix comment mentioning the instructions emitted by the pattern.

2012-01-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
the instructions emitted by the pattern.
("*TDC_insn_<mode>"): Add comment.

From-SVN: r182831

12 years agore PR c/51730 (autoconf 2.60 through 2.67 stdbool.h check fails with GCC 4.7)
Richard Guenther [Tue, 3 Jan 2012 08:59:21 +0000 (08:59 +0000)]
re PR c/51730 (autoconf 2.60 through 2.67 stdbool.h check fails with GCC 4.7)

2012-01-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/51730
* fold-const.c (fold_comparison): Properly canonicalize
tree offset and HOST_WIDE_INT bit position.

* gcc.dg/fold-compare-6.c: New testcase.

From-SVN: r182830

12 years agoia64.c (expand_vec_perm_broadcast): Use correct operands for extzv pattern.
Uros Bizjak [Tue, 3 Jan 2012 08:10:27 +0000 (09:10 +0100)]
ia64.c (expand_vec_perm_broadcast): Use correct operands for extzv pattern.

* config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
operands for extzv pattern.

From-SVN: r182829

12 years agore PR c++/51669 (ICE verify-gimple with openmp)
Jakub Jelinek [Tue, 3 Jan 2012 07:49:48 +0000 (08:49 +0100)]
re PR c++/51669 (ICE verify-gimple with openmp)

PR c++/51669
* semantics.c (finish_omp_clauses): Call fold_build_cleanup_point_expr
on OMP_CLAUSE_{IF,FINAL,NUM_THREADS,SCHEDULE_CHUNK}_EXPR.

* g++.dg/gomp/pr51669.C: New test.

From-SVN: r182828

12 years agogfortran.h (struct gfc_expr): Add missing "struct" qualifier for member base_expr.
Hans-Peter Nilsson [Tue, 3 Jan 2012 04:49:22 +0000 (04:49 +0000)]
gfortran.h (struct gfc_expr): Add missing "struct" qualifier for member base_expr.

* gfortran.h (struct gfc_expr): Add missing "struct"
qualifier for member base_expr.

From-SVN: r182826

12 years agoDaily bump.
GCC Administrator [Tue, 3 Jan 2012 00:18:43 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r182825

12 years agoAdded myself under Write after Approval Maintainer.
Balaji V. Iyer [Mon, 2 Jan 2012 22:52:53 +0000 (14:52 -0800)]
Added myself under Write after Approval Maintainer.

From-SVN: r182821

12 years agore PR driver/48306 (presence of gcc subdir with . in PATH causes breakdown)
Jakub Jelinek [Mon, 2 Jan 2012 22:18:21 +0000 (23:18 +0100)]
re PR driver/48306 (presence of gcc subdir with . in PATH causes breakdown)

* make-relative-prefix.c (make_relative_prefix_1): Avoid
stack overflow if PATH contains just a single entry and
HOST_EXECUTABLE_SUFFIX needs to be used.

PR driver/48306
* make-relative-prefix.c: Include sys/stat.h.
(make_relative_prefix_1): If access succeeds, check also stat
if nstore is a regular file.

From-SVN: r182820

12 years agore PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for sparc64...
Jakub Jelinek [Mon, 2 Jan 2012 22:17:02 +0000 (23:17 +0100)]
re PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for sparc64-linux)

PR bootstrap/51725
* cselib.c (add_mem_for_addr): Call canonical_cselib_val
on mem_elt first.

From-SVN: r182819

12 years agoDR 1359 PR c++/51675
Jason Merrill [Mon, 2 Jan 2012 17:53:28 +0000 (12:53 -0500)]
DR 1359 PR c++/51675

DR 1359
PR c++/51675
* method.c (walk_field_subobs): Don't check for uninitialized
fields in a union.
(synthesized_method_walk): Check here.

From-SVN: r182810

12 years agoDR 325 PR c++/51666
Jason Merrill [Mon, 2 Jan 2012 17:53:16 +0000 (12:53 -0500)]
DR 325 PR c++/51666

DR 325
PR c++/51666
* parser.c (cp_parser_cache_defarg): Split out...
(cp_parser_parameter_declaration): ...from here.
(cp_parser_save_nsdmi): Use it.
(cp_parser_cache_group): Remove CPP_COMMA support.

From-SVN: r182809

12 years agoPR c++/51462 - ICE in cx_check_missing_mem_inits
Dodji Seketeli [Mon, 2 Jan 2012 17:00:13 +0000 (17:00 +0000)]
PR c++/51462 - ICE in cx_check_missing_mem_inits

gcc/cp/

PR c++/51462
* semantics.c (cx_check_missing_mem_inits): Don't assert in case
of error.

gcc/testsuite/

PR c++/51462
* g++.dg/cpp0x/constexpr-99.C: New test.

From-SVN: r182806

12 years agore PR c++/20140 (template function complains about "char-array initialized from wide...
Paolo Carlini [Mon, 2 Jan 2012 16:15:49 +0000 (16:15 +0000)]
re PR c++/20140 (template function complains about "char-array initialized from wide string")

/cp
2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/20140
* typeck2.c (digest_init_r): Use copy_init when initializing
an array of chars.

/testsuite
2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/20140
* g++.dg/template/init9.C: New.

From-SVN: r182805

12 years agoinvoke.texi (-flto and related options): Copy-edit.
Sandra Loosemore [Mon, 2 Jan 2012 15:46:39 +0000 (10:46 -0500)]
invoke.texi (-flto and related options): Copy-edit.

2012-01-02  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/invoke.texi (-flto and related options): Copy-edit.

From-SVN: r182804

12 years agomips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
Richard Sandiford [Mon, 2 Jan 2012 14:01:29 +0000 (14:01 +0000)]
mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.

gcc/
* config/mips/mips.md (loadgp_newabi_<mode>): Add missing
earlyclobber.

From-SVN: r182803

12 years agosse.md (*avx2_gatherdi<mode>_3, [...]): New patterns.
Jakub Jelinek [Mon, 2 Jan 2012 13:59:32 +0000 (14:59 +0100)]
sse.md (*avx2_gatherdi<mode>_3, [...]): New patterns.

* config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
New patterns.

From-SVN: r182802

12 years agoexpr.h (move_by_pieces_ninsns): Declare.
Richard Sandiford [Mon, 2 Jan 2012 13:56:36 +0000 (13:56 +0000)]
expr.h (move_by_pieces_ninsns): Declare.

gcc/
* expr.h (move_by_pieces_ninsns): Declare.
* expr.c (move_by_pieces_ninsns): Make external.
* config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
(mips_store_by_pieces_p): Likewise.
* config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
(STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
* config/mips/mips.c (mips_move_by_pieces_p): New function.
(mips_store_by_pieces_p): Likewise.

gcc/testsuite/
* gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
rather than a specific number.

From-SVN: r182801

12 years agopasses.c (register_one_dump_file): Free full_name.
Jakub Jelinek [Mon, 2 Jan 2012 13:34:52 +0000 (14:34 +0100)]
passes.c (register_one_dump_file): Free full_name.

* passes.c (register_one_dump_file): Free full_name.

* reload1.c (reload): Don't allocate reg_max_ref_width
here.
(calculate_elim_costs_all_insns): Free offsets_at and
offsets_known_at at the end and clear the pointers.

From-SVN: r182800

12 years agoavr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739.
Georg-Johann Lay [Mon, 2 Jan 2012 13:09:42 +0000 (13:09 +0000)]
avr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739.

* config/avr/avr.opt (-mbranch-cost): Fix double definition of
this option introduced in r180739.

From-SVN: r182798

12 years agore PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))
Georg-Johann Lay [Mon, 2 Jan 2012 12:51:57 +0000 (12:51 +0000)]
re PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))

contrib/
PR target/51345
* gcc_update (files_and_dependencies): Add
gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.

libgcc/
PR target/51345
* config/avr/lib1funcs.S: Remove FIXME comments.
(SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
gcc/
PR target/51345
* config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
(tmake_file target=avr): Add avr/t-multilib.

* config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
* config/avr/genmultilib.awk: New file.
* config/avr/t-multilib: New auto-generated file.
* config/avr/multilib.h: New auto-generated file.
* config/avr/t-avr (AVR_MCUS): New variable.
(genopt.sh): Use it.
(s-mlib): Depend on t-multilib.
(t-multilib, multilib.h): New dependencies.
(s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
(MULTILIB_OPTIONS): Remove.
(MULTILIB_MATCHES): Remove.
(MULTILIB_DIRNAMES): Remove.
(MULTILIB_EXCEPTIONS): Remove:
* config/avr/genopt.sh: Don't use hard coded file name;
pass AVR_MCUS from t-avr instead.

From-SVN: r182797

12 years agore PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Uninitiali...
Paul Thomas [Mon, 2 Jan 2012 12:46:08 +0000 (12:46 +0000)]
re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Uninitialized variable used)

2012-01-02  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/51529
* trans-array.c (gfc_array_allocate): Null allocated memory of
newly allocted class arrays.

PR fortran/46262
PR fortran/46328
PR fortran/51052
* interface.c(build_compcall_for_operator): Add a type to the
expression.
* trans-expr.c (conv_base_obj_fcn_val): New function.
(gfc_conv_procedure_call): Use base_expr to detect non-variable
base objects and, ensuring that there is a temporary variable,
build up the typebound call using conv_base_obj_fcn_val.
(gfc_trans_class_assign): Pick out class procedure pointer
assignments and do the assignment with no further prcessing.
(gfc_trans_class_array_init_assign, gfc_trans_class_init_assign
gfc_trans_class_assign): Move to top of file.
* gfortran.h : Add 'base_expr' field to gfc_expr.
* resolve.c (get_declared_from_expr): Add 'types' argument to
switch checking of derived types on or off.
(resolve_typebound_generic_call): Set the new argument.
(resolve_typebound_function, resolve_typebound_subroutine):
Set 'types' argument for get_declared_from_expr appropriately.
Identify base expression, if not a variable, in the argument
list of class valued calls. Assign it to the 'base_expr' field
of the final expression. Strip away all references after the
last class reference.

2012-01-02  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/46262
PR fortran/46328
PR fortran/51052
* gfortran.dg/typebound_operator_7.f03: New.
* gfortran.dg/typebound_operator_8.f03: New.

From-SVN: r182796

12 years agoavr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
Georg-Johann Lay [Mon, 2 Jan 2012 12:33:44 +0000 (12:33 +0000)]
avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".

* config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".

From-SVN: r182795

12 years agoImplement light-weight DImode support.
Georg-Johann Lay [Mon, 2 Jan 2012 12:30:56 +0000 (12:30 +0000)]
Implement light-weight DImode support.

gcc/
Implement light-weight DImode support.
* config/avr/avr-dimode.md: New file.
* config/avr/avr.md: Include it.
(adjust_len): Add plus64, compare64.
(HIDI): Remove code iterator.
(code_stdname): New code attribute.
(rotx, rotsmode): Remove DI.
(rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
as code iterator.
* config/avr/avr-protos.h (avr_have_dimode): New.
(avr_out_plus64, avr_out_compare64): New.
* config/avr/avr.c (avr_out_compare): Handle DImode.
(avr_have_dimode): New variable definition and initialization.
(avr_out_compare64, avr_out_plus64): New functions.
(avr_out_plus_1): Use simplify_unary_operation to negate xval.
(adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
(avr_compare_pattern): Skip DImode comparisons.

libgcc/
Implement light-weight DImode support.
* config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
_subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
* config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
__cmpdi2, __cmpdi2_s8, __rotldi3): New functions.

From-SVN: r182794

12 years agore PR target/51729 (dspr2-MULT.c and dspr2-MULTU.c fail for MIPS)
Richard Sandiford [Mon, 2 Jan 2012 11:33:35 +0000 (11:33 +0000)]
re PR target/51729 (dspr2-MULT.c and dspr2-MULTU.c fail for MIPS)

gcc/testsuite/
PR target/51729
* gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
XFAIL.
* gcc.target/mips/dspr2-MULTU.c: Likewise.

From-SVN: r182793

12 years agopr46309.c: Add -mtune=octeon2 for MIPS.
Richard Sandiford [Mon, 2 Jan 2012 11:11:45 +0000 (11:11 +0000)]
pr46309.c: Add -mtune=octeon2 for MIPS.

gcc/testsuite/
* gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.

From-SVN: r182792

12 years agoconstexpr-rom.C: Look for .rdata rather than rodata for MIPS.
Richard Sandiford [Mon, 2 Jan 2012 11:03:43 +0000 (11:03 +0000)]
constexpr-rom.C: Look for .rdata rather than rodata for MIPS.

gcc/testsuite/
* g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
for MIPS.

From-SVN: r182791

12 years agoio_real_boz_3.f90: Require fortran_real_16.
Richard Sandiford [Mon, 2 Jan 2012 11:00:30 +0000 (11:00 +0000)]
io_real_boz_3.f90: Require fortran_real_16.

gcc/testsuite/
* gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
* gfortran.dg/io_real_boz_4.f90: Likewise.
* gfortran.dg/io_real_boz_5.f90: Likewise.

From-SVN: r182789

12 years agore PR bootstrap/51686 ("make install-strip-gcc" didn't install liblto-plugin* files)
Richard Guenther [Mon, 2 Jan 2012 10:59:04 +0000 (10:59 +0000)]
re PR bootstrap/51686 ("make install-strip-gcc" didn't install liblto-plugin* files)

2012-01-02  Richard Guenther  <rguenther@suse.de>

PR bootstrap/51686
* Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
* Makefile.in: Regenerate.

From-SVN: r182788

12 years agodevirt2.C: Add -mno-abicalls for MIPS.
Richard Sandiford [Mon, 2 Jan 2012 10:57:23 +0000 (10:57 +0000)]
devirt2.C: Add -mno-abicalls for MIPS.

gcc/testsuite/
* g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.

From-SVN: r182787

12 years agoSMS: Prevent the creation of reg-moves for definitions with MODE_CC
Revital Eres [Mon, 2 Jan 2012 10:54:00 +0000 (10:54 +0000)]
SMS: Prevent the creation of reg-moves for definitions with MODE_CC

From-SVN: r182786

12 years agore PR other/51679 (spurious parenthesis for -fassociative-math in manual and man...
Richard Guenther [Mon, 2 Jan 2012 10:46:01 +0000 (10:46 +0000)]
re PR other/51679 (spurious parenthesis for -fassociative-math in manual and man page)

2012-01-02  Richard Guenther  <rguenther@suse.de>

PR other/51679
* invoke.texi (fassociative-math): Remove spurious paranthesis.

From-SVN: r182785

12 years ago* gnatvsn.ads (Current_Year): Bump to 2012.
Eric Botcazou [Mon, 2 Jan 2012 10:30:54 +0000 (10:30 +0000)]
* gnatvsn.ads (Current_Year): Bump to 2012.

From-SVN: r182783

12 years agore PR fortran/51682 (Coarray ICEs when compiling with -fdefault-integer-8)
Tobias Burnus [Mon, 2 Jan 2012 09:54:37 +0000 (10:54 +0100)]
re PR fortran/51682 (Coarray ICEs when compiling with -fdefault-integer-8)

2012-01-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51682
        * trans-intrinsic.c (trans_this_image, trans_image_index,
        trans_num_images, conv_intrinsic_cobound): Fold_convert the
        caf_num_images/caf_this_images variables to the correct int kind.

2012-01-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51682
        * gfortran.dg/coarray/image_index_3.f90: New.

From-SVN: r182781

12 years agoDaily bump.
GCC Administrator [Mon, 2 Jan 2012 00:18:49 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r182780

12 years agore PR c++/16603 (Incorrect enumerator type before enumeration's closing brace)
Paolo Carlini [Sun, 1 Jan 2012 22:33:31 +0000 (22:33 +0000)]
re PR c++/16603 (Incorrect enumerator type before enumeration's closing brace)

/cp
2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/16603
* decl.c (build_enumerator): Don't call perform_integral_promotions
on the value.

/testsuite
2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/16603
* g++.dg/parse/enum8.C: New.

From-SVN: r182776

12 years agore PR c++/51379 ([C++0x] [DR 799] reinterpret_cast is not particularly useful)
Paolo Carlini [Sun, 1 Jan 2012 20:21:36 +0000 (20:21 +0000)]
re PR c++/51379 ([C++0x] [DR 799] reinterpret_cast is not particularly useful)

/cp
2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51379
* typeck.c (build_reinterpret_cast_1): Implement resolution of
DR 799.

/testsuite
2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51379
* g++.dg/conversion/reinterpret4.C: New.
* g++.dg/conversion/reinterpret1.C: Adjust.

From-SVN: r182775

12 years agoconstexpr-delegating2.C: Add missing piece.
Paolo Carlini [Sun, 1 Jan 2012 20:02:02 +0000 (20:02 +0000)]
constexpr-delegating2.C: Add missing piece.

2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.

From-SVN: r182774

12 years agogcc.c (process_command): Update copyright notice dates.
Jakub Jelinek [Sun, 1 Jan 2012 19:09:46 +0000 (20:09 +0100)]
gcc.c (process_command): Update copyright notice dates.

gcc/
* gcc.c (process_command): Update copyright notice dates.
* gcov.c (print_version): Likewise.
* gcov-dump.c (print_version): Likewise.
* mips-tfile.c (main): Likewise.
* mips-tdump.c (main): Likewise.
gcc/fortran/
* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.
gcc/java/
* jcf-dump.c (version): Update copyright notice dates.
libmudflap/
* mf-runtime.c (__mf_usage): Update copyright notice dates.
libjava/
* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
libjava/classpath/
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.

From-SVN: r182773

12 years agocrash25.C: Adjust.
Fabien Chêne [Sun, 1 Jan 2012 17:26:23 +0000 (18:26 +0100)]
crash25.C: Adjust.

gcc/testsuite/ChangeLog

2011-12-31  Fabien Chene  <fabien@gcc.gnu.org>

* g++.old-deja/g++.brendan/crash25.C: Adjust.
* g++.old-deja/g++.brendan/crash56.C: Likewise.
* g++.old-deja/g++.jason/access14.C: Likewise.
* g++.old-deja/g++.jason/access8.C: Likewise.
* g++.old-deja/g++.jason/access1.C: Likewise.
* g++.old-deja/g++.other/access3.C: Likewise.
* g++.old-deja/g++.other/access5.C: Likewise.
* g++.old-deja/g++.law/unsorted1.C: Likewise.
* g++.old-deja/g++.law/visibility22.C: Likewise.
* g++.old-deja/g++.law/visibility26.C: Likewise.
* g++.old-deja/g++.mike/p2746.C: Likewise.
* g++.dg/debug/using1.C: Likewise.
* g++.dg/lookup/using51.C: Likewise.
* g++.dg/inherit/using5.C: Likewise.
* g++.dg/inherit/pr30297.C: Likewise.
* g++.dg/inherit/access8.C: Likewise.
* g++.dg/torture/pr39362.C: Likewise.
* g++.dg/template/crash13.C: Likewise.
* g++.dg/template/using10.C: Likewise.

gcc/cp/ChangeLog

2011-12-31  Fabien Chene  <fabien@gcc.gnu.org>

* parser.c (cp_parser_using_declaration): Add a warning about
deprecated access declarations when no errors were encountered
while parsing the access declaration. Save the first token in
order to emit the warning at the right place.

From-SVN: r182772

12 years agobackport: re PR fortran/51502 (Potentially wrong code generation due to wrong implict...
Thomas Koenig [Sun, 1 Jan 2012 16:27:45 +0000 (16:27 +0000)]
backport: re PR fortran/51502 (Potentially wrong code generation due to wrong implict_pure check)

2012-01-01  Thomas König  <tkoenig@gcc.gnu.org>

Backport from trunk
PR fortran/51502
* lib/gcc-dg.exp (scan-module-absence):  New function.
* gfortran.dg/implicit_pure_2.f90:  New test.

From-SVN: r182771

12 years agore PR tree-optimization/51704 (ICE: vector VEC(vec_void_p,base) index domain error...
Ira Rosen [Sun, 1 Jan 2012 13:52:13 +0000 (13:52 +0000)]
re PR tree-optimization/51704 (ICE: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:620 with -O3 -fno-tree-copy-prop -fno-tree-fre)

        PR tree-optimization/51704
        * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
        a use is inside the basic block or loop before accessing its
        vect info.

From-SVN: r182769

12 years agore PR c++/51723 ([C++0x] delegating constructor ICE)
Paolo Carlini [Sun, 1 Jan 2012 13:31:48 +0000 (13:31 +0000)]
re PR c++/51723 ([C++0x] delegating constructor ICE)

2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51723
* g++.dg/cpp0x/constexpr-delegating2.C: New.

From-SVN: r182768

12 years agore PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559)
Jan Hubicka [Sun, 1 Jan 2012 12:07:34 +0000 (12:07 +0000)]
re PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559)

PR rtl-optimization/51069
* cfgloopmanip.c (remove_path): Removing path making irreducible
region unconditional makes BB part of the region.
* gcc.c-torture/compile/pr51069.c: New testcase.

From-SVN: r182767

12 years agoDaily bump.
GCC Administrator [Sun, 1 Jan 2012 00:18:59 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r182765

12 years agore PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argument...
Jakub Jelinek [Sat, 31 Dec 2011 23:53:57 +0000 (00:53 +0100)]
re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argument optimized away by ccp)

PR tree-optimization/51683
* tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
calls with side-effects.
* tree-ssa-ccp.c (ccp_fold_stmt): Likewise.

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

From-SVN: r182761

12 years agocselib.h (cselib_add_permanent_equiv): Declare.
Alexandre Oliva [Sat, 31 Dec 2011 20:02:48 +0000 (20:02 +0000)]
cselib.h (cselib_add_permanent_equiv): Declare.

* cselib.h (cselib_add_permanent_equiv): Declare.
(canonical_cselib_val): New.
* cselib.c (new_elt_loc_list): Rework to support value
equivalences.  Adjust all callers.
(preserve_only_constants): Retain value equivalences.
(references_value_p): Retain preserved values.
(rtx_equal_for_cselib_1): Handle value equivalences.
(cselib_invalidate_regno): Use canonical value.
(cselib_add_permanent_equiv): New.
* alias.c (find_base_term): Reset locs lists while recursing.
* var-tracking.c (val_bind): New.  Don't add equivalences
present in cselib table, compared with code moved from...
(val_store): ... here.
(val_resolve): Use val_bind.
(VAL_EXPR_HAS_REVERSE): Drop.
(add_uses): Do not create MOps for addresses.  Do not mark
non-REG non-MEM expressions as requiring resolution.
(reverse_op): Record reverse as a cselib equivalence.
(add_stores): Use it.  Do not create MOps for addresses.
Do not require resolution for non-REG non-MEM expressions.
Simplify support for reverse operations.
(compute_bb_dataflow): Drop reverse support.
(emit_notes_in_bb): Likewise.
(create_entry_value): Rename to...
(record_entry_value): ... this.  Use cselib equivalences.
(vt_add_function_parameter): Adjust.

From-SVN: r182760

12 years agore PR c++/51397 (static_assert message formatting)
Paolo Carlini [Sat, 31 Dec 2011 17:29:30 +0000 (17:29 +0000)]
re PR c++/51397 (static_assert message formatting)

/cp
2011-12-31  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51397
* semantics.c (finish_static_assert): Use %s instead of %E for
the error message.

/testsuite
2011-12-31  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/51397
* g++.dg/cpp0x/static_assert6.C: New.

From-SVN: r182757

12 years agoFix _Locale vs. _Local typos.
Jonathan Wakely [Sat, 31 Dec 2011 17:04:10 +0000 (17:04 +0000)]
Fix _Locale vs. _Local typos.

From-SVN: r182756

12 years agovrp47: Pass -march=i586 for ia32 target.
Uros Bizjak [Sat, 31 Dec 2011 15:59:56 +0000 (16:59 +0100)]
vrp47: Pass -march=i586 for ia32 target.

* gcc.dg/tree-ssa/vrp47: Pass -march=i586 for ia32 target.

From-SVN: r182755