]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
8 years ago PR tree-optimization/79284
jakub [Mon, 6 Feb 2017 19:15:36 +0000 (19:15 +0000)] 
PR tree-optimization/79284
* tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
* tree-vect-stmts.c (vect_get_vec_def_for_operand,
vectorizable_mask_load_store, vectorizable_operation,
vect_is_simple_cond, get_same_sized_vectype): Use it instead
of comparing TREE_CODE of a type against BOOLEAN_TYPE.
* tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
* tree-vect-slp.c (vect_get_constant_vectors): Likewise.
* tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
is_gimple_assign (stmt).  Replace another such test with
is_gimple_assign (stmt).
testsuite/
* gcc.c-torture/compile/pr79284.c: New test.

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

8 years ago2017-02-06 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 6 Feb 2017 17:49:31 +0000 (17:49 +0000)] 
2017-02-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/70448
* g++.dg/cpp0x/pr70448.C: New.

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

8 years agoFix test failure at -O0 by pruning output
redi [Mon, 6 Feb 2017 16:39:56 +0000 (16:39 +0000)] 
Fix test failure at -O0 by pruning output

PR libstdc++/79323
* testsuite/20_util/duration/literals/range.cc: Prune extra output
at -O0.

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

8 years agoPR 78348: Limit amount of unrolling in test.
krebbel [Mon, 6 Feb 2017 15:14:09 +0000 (15:14 +0000)] 
PR 78348: Limit amount of unrolling in test.

gcc/testsuite/ChangeLog:

2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>

PR 78348
* gcc.dg/tree-ssa/ldist-24.c: Add "--param max-completely-peel-times=8"
to dg-options.

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

8 years agogcc/
gjl [Mon, 6 Feb 2017 13:38:56 +0000 (13:38 +0000)] 
gcc/
PR target/78883
* config/avr/avr.c (rtl-iter.h): Include it.
(TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
(avr_legitimate_combined_insn): ...and implementation.
gcc/testsuite/
PR target/78883
* gcc.c-torture/compile/pr78883.c: New test.

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

8 years agoS/390: Use macros from hwint.h where possible.
krebbel [Mon, 6 Feb 2017 11:42:07 +0000 (11:42 +0000)] 
S/390: Use macros from hwint.h where possible.

gcc/ChangeLog:

2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
* config/s390/s390.c (s390_const_operand_ok)
(s390_canonicalize_comparison, s390_extract_part)
(s390_single_part, s390_contiguous_bitmask_nowrap_p)
(s390_contiguous_bitmask_p, s390_rtx_costs)
(legitimize_pic_address): Likewise.
* config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
* config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
* config/s390/vector.md ("vec_vfenes<mode>"): Likewise.

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

8 years ago * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
gjl [Mon, 6 Feb 2017 11:38:52 +0000 (11:38 +0000)] 
* config/avr/avr.md (*addhi3_zero_extend): Add alternative where
REGNO($0) == REGNO($1).

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

8 years ago * doc/xml/manual/documentation_hacking.xml: Remove obsolete link
gerald [Mon, 6 Feb 2017 10:26:59 +0000 (10:26 +0000)] 
* doc/xml/manual/documentation_hacking.xml: Remove obsolete link
to DocBook Publishing Tools.
epubcheck has moved to GitHub.
Update URL of the DocBook Element Reference; use that term as
link description instead of "online".

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

8 years agoS/390: Add SIZE_TYPE comment.
krebbel [Mon, 6 Feb 2017 10:25:05 +0000 (10:25 +0000)] 
S/390: Add SIZE_TYPE comment.

gcc/ChangeLog:

2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/linux.h(SIZE_TYPE): Add comment.

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

8 years ago2017-02-06 Julian Brown <julian@codesourcery.com>
naveenh [Mon, 6 Feb 2017 02:23:07 +0000 (02:23 +0000)] 
2017-02-06  Julian Brown  <julian@codesourcery.com>
    Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
    Virendra Pathak  <virendra.pathak@broadcom.com>

* config/aarch64/aarch64-cores.def: Change the scheduler
to Thunderx2t99.
* config/aarch64/aarch64.md: Include thunderx2t99.md.
* config/aarch64/thunderx2t99.md: New file.

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

8 years agoDaily bump.
gccadmin [Mon, 6 Feb 2017 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago * doc/standards.texi (Go Language): Update link to language
gerald [Sun, 5 Feb 2017 21:10:29 +0000 (21:10 +0000)] 
* doc/standards.texi (Go Language): Update link to language
standard.

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

8 years ago * doc/contrib.texi (Contributors): Refer to Hans Boehm's
gerald [Sun, 5 Feb 2017 21:05:26 +0000 (21:05 +0000)] 
* doc/contrib.texi (Contributors): Refer to Hans Boehm's
garbage collector only in textual form.

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

8 years ago * tree-eh.c (lower_resx): Sanitize profile.
hubicka [Sun, 5 Feb 2017 18:13:22 +0000 (18:13 +0000)] 
* tree-eh.c (lower_resx): Sanitize profile.
(cleanup_empty_eh_move_lp): Likewise.

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

8 years ago PR tree-ssa/79347
hubicka [Sun, 5 Feb 2017 17:16:52 +0000 (17:16 +0000)] 
PR tree-ssa/79347
* cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
ELSE_PROB.
* cfgloopmanip.h (loop_version): Update prototype.
* modulo-sched.c (sms_schedule): Update call of loop_version.
* tree-if-conv.c(version_loop_for_if_conversion): Likewise.
* tree-parloops.c (gen_parallel_loop): Likewise.
* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
* tree-ssa-loop-split.c (split_loop): Likewise.
* tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
* tree-vect-loop-manip.c (vect_loop_versioning): Likewise.

* gcc.dg/tree-ssa/ifc-10.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-11.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-12.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-20040816-1.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-20040816-2.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-5.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-8.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-9.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-cd.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-pr56541.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-pr68583.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-pr69489-1.c: Match for profile mismatches.
* gcc.dg/tree-ssa/ifc-pr69489-2.c: Match for profile mismatches.

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

8 years ago PR bootstrap/78985
law [Sun, 5 Feb 2017 15:51:13 +0000 (15:51 +0000)] 
PR bootstrap/78985
* config/s390/s390.c (s390_gimplify_va_arg): Initialize local
variable to NULL.
(print_operand_address): Initialize a struct to zero.

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

8 years agogcc/fortran/ChangeLog:
vehre [Sun, 5 Feb 2017 15:43:03 +0000 (15:43 +0000)] 
gcc/fortran/ChangeLog:

2017-02-05  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/79344
* trans-stmt.c (gfc_trans_allocate): Only deallocate the components of
the temporary, when a new object was created for the temporary.  Not
when it is just an alias to an existing object.

gcc/testsuite/ChangeLog:

2017-02-04  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/79344
* gfortran.dg/allocate_with_source_24.f90: New test.

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

8 years agogcc/fortran/ChangeLog:
vehre [Sun, 5 Feb 2017 13:05:10 +0000 (13:05 +0000)] 
gcc/fortran/ChangeLog:

2017-02-05  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/79335
* trans-decl.c (generate_coarray_sym_init): Retrieve the symbol's
attributes before using them.

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

8 years agogcc/fortran/ChangeLog:
vehre [Sun, 5 Feb 2017 12:42:31 +0000 (12:42 +0000)] 
gcc/fortran/ChangeLog:

2017-02-05  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/78958
* trans-stmt.c (gfc_trans_allocate): Add the multiplying the _len
component of unlimited polymorphic objects when source-allocating.

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

8 years agogcc/fortran/ChangeLog:
vehre [Sun, 5 Feb 2017 12:02:15 +0000 (12:02 +0000)] 
gcc/fortran/ChangeLog:

2017-02-05  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/79230
* trans-array.c (structure_alloc_comps): Ignore pointer components when
freeing structures.

gcc/testsuite/ChangeLog:

2017-02-05  Andre Vehreschild  <vehre@gcc.gnu.org>

PR fortran/79230
* gfortran.dg/der_ptr_component_2.f90: New test.

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

8 years ago * MAINTAINERS (Write After Approval): Remove redundant entry
gerald [Sun, 5 Feb 2017 11:28:08 +0000 (11:28 +0000)] 
* MAINTAINERS (Write After Approval): Remove redundant entry
for Andrew Burgess.

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

8 years ago * doc/extend.texi (x86 specific memory model extensions for
gerald [Sun, 5 Feb 2017 11:09:18 +0000 (11:09 +0000)] 
* doc/extend.texi (x86 specific memory model extensions for
transactional memory): Simplify a phrase.

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

8 years ago PR target/79353
ebotcazou [Sun, 5 Feb 2017 09:47:48 +0000 (09:47 +0000)] 
PR target/79353
* config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
(atomic_storedi_1): Likewise.

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

8 years agoDaily bump.
gccadmin [Sun, 5 Feb 2017 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago PR tree-optimization/79338
jakub [Sat, 4 Feb 2017 07:44:13 +0000 (07:44 +0000)] 
PR tree-optimization/79338
* tree-parloops.c (gather_scalar_reductions): Don't call
vect_analyze_loop_form for loop->inner before destroying loop's
loop_vinfo.

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

8 years ago * gfortran.dg/coarray_43.f90: Add "-latomic" option if
danglin [Sat, 4 Feb 2017 01:37:12 +0000 (01:37 +0000)] 
* gfortran.dg/coarray_43.f90: Add "-latomic" option if
libatomic_available.

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

8 years ago * gcc.dg/pr77587.c: Require alias support.
danglin [Sat, 4 Feb 2017 01:28:56 +0000 (01:28 +0000)] 
* gcc.dg/pr77587.c: Require alias support.
* gcc.dg/pr77587a.c: Likewise.

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

8 years ago * g++.dg/pr78112-2.C: Skip on hppa*-*-hpux*.
danglin [Sat, 4 Feb 2017 01:16:54 +0000 (01:16 +0000)] 
* g++.dg/pr78112-2.C: Skip on hppa*-*-hpux*.
* gcc.c-torture/execute/pr78622.c: Likewise.

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

8 years ago * c-c++-common/Wunused-var-15.c: Add -fno-common additional option on
danglin [Sat, 4 Feb 2017 00:54:06 +0000 (00:54 +0000)] 
* c-c++-common/Wunused-var-15.c: Add -fno-common additional option on
hppa*-*-hpux*.
* c-c++-common/Wunused-var-16.c: Likewise.
* c-c++-common/builtin-shuffle-1.c: Likewise.
* gcc.dg/debug/dwarf2/align-[1-6].c Likewise.
* gcc.dg/debug/dwarf2/align-as-1.c: Likewise.

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

8 years ago * configure.ac: Add gcc/function-tests.o to compare_exclusions for
danglin [Sat, 4 Feb 2017 00:25:19 +0000 (00:25 +0000)] 
    * configure.ac: Add gcc/function-tests.o to compare_exclusions for
32-bit hppa*-*-hpux*.
        * configure: Regenerate.

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

8 years agoDaily bump.
gccadmin [Sat, 4 Feb 2017 00:16:21 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago PR c++/78334
jason [Fri, 3 Feb 2017 23:19:46 +0000 (23:19 +0000)] 
PR c++/78334

* g++.dg/cpp1z/nontype-auto7.C: New.

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

8 years agoPR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-value
msebor [Fri, 3 Feb 2017 22:47:35 +0000 (22:47 +0000)] 
PR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-value
gcc/ChangeLog:
* gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
when precision has resulted in leading zeros.
(format_integer): Adjust the likely counter to assume an unknown
argument that may be zero is non-zero.

gcc/testsuite/ChangeLog:
* gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust.
* gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c: New test.
* gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c: Ditto.

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

8 years ago PR c++/78689 - ICE on constructor with label
jason [Fri, 3 Feb 2017 22:42:37 +0000 (22:42 +0000)] 
PR c++/78689 - ICE on constructor with label

gcc/
* tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
avoid copying non-taken branch.
gcc/cp/
* optimize.c (maybe_clone_body): Replace omitted parameters with
null lvalues.
* class.c (build_clone): Fix logic for omitting inherited parms.

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

8 years ago PR tree-optimization/79340
jakub [Fri, 3 Feb 2017 22:36:29 +0000 (22:36 +0000)] 
PR tree-optimization/79340
* tree-vect-loop.c (vectorizable_reduction): Release
vec_defs elements after safe_splicing them into other vectors.
Formatting fixes.

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

8 years ago PR c++/12245 - excessive memory use
jason [Fri, 3 Feb 2017 19:44:27 +0000 (19:44 +0000)] 
PR c++/12245 - excessive memory use

* constexpr.c (maybe_constant_value): Fold maybe_constant_value_1
back in.  Don't cache constants.
(maybe_constant_init): Don't cache constants.

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

8 years ago PR c++/79294 - ICE with invalid template argument
jason [Fri, 3 Feb 2017 19:44:21 +0000 (19:44 +0000)] 
PR c++/79294 - ICE with invalid template argument

* pt.c (convert_nontype_argument_function): Check value-dependence.
(convert_nontype_argument): Don't check it here for function ptrs.

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

8 years agoPR libstdc++/66145 ensure new ABI for ios::failure tests
redi [Fri, 3 Feb 2017 19:26:51 +0000 (19:26 +0000)] 
PR libstdc++/66145 ensure new ABI for ios::failure tests

PR libstdc++/66145
* testsuite/27_io/basic_ios/copyfmt/char/1.cc: Restore ABI override
so new ios::failure can be caught even when old ABI is the default.
* testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/
exceptions_failbit.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
exceptions_failbit.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_other/char/
exceptions_null.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_other/wchar_t/
exceptions_null.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/char/12297.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_other/char/
exceptions_null.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
exceptions_null.cc: Likewise.
* testsuite/27_io/ios_base/storage/2.cc: Likewise.

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

8 years ago PR tree-optimization/79327
jakub [Fri, 3 Feb 2017 19:16:39 +0000 (19:16 +0000)] 
PR tree-optimization/79327
* gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
dirtype.
(format_integer): Use wide_int_to_tree instead of build_int_cst
+ to_?hwi.  If argmin is NULL, just set argmin and argmax to
TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
of shortest and longest sequence.

* gcc.dg/tree-ssa/pr79327.c: New test.
* gcc.dg/tree-ssa/builtin-sprintf-warn-1.c
(test_sprintf_chk_hh_nonconst): Don't expect 2 bogus warnings.
* gcc.dg/tree-ssa/builtin-sprintf-warn-3.c
(test_sprintf_chk_range_schar): Adjust dg-message.
* gcc.dg/tree-ssa/builtin-sprintf-warn-12.c: New test.
* gcc.c-torture/execute/pr79327.c: New test.

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

8 years agoPR libstdc++/60936 reduce coupling between objects in libstdc++.a
redi [Fri, 3 Feb 2017 18:59:05 +0000 (18:59 +0000)] 
PR libstdc++/60936 reduce coupling between objects in libstdc++.a

Move explicit instantiation definitions for string I/O functions into
their own files so that iostream and locale definitions are not needed
for uses of strings without I/O. Move functions for throwing C++11
exceptions into the individual files defining the exception types, so
that using any of the functions from functexcept.cc doesn't pull in
large pieces of the C++11 library. Finally, avoid using __int_to_char in
snprintf_lite.cc to avoid pulling in locale-inst.cc for one function.

PR libstdc++/60936
* src/c++11/Makefile.am: Add new files.
* src/c++11/Makefile.in: Regenerate.
* src/c++11/cow-string-inst.cc [!_GLIBCXX_USE_CXX11_ABI]
(operator<<, operator>>, getline): Move explicit instantiations to ...
* src/c++11/cow-string-io-inst.cc: ... new file.
* src/c++11/cow-wstring-inst.cc [!_GLIBCXX_USE_CXX11_ABI]
(operator<<, operator>>, getline): Move explicit instantiations to ...
* src/c++11/cow-wstring-io-inst.cc: ... new file.
* src/c++11/functexcept.cc (__throw_ios_failure, __throw_system_error)
(__throw_future_error, __throw_bad_function_call):
(__throw_regex_error): Move functions for C++11 exceptions to the
files that define the exception types.
* src/c++11/functional.cc (__throw_bad_function_call): Move here.
* src/c++11/future.cc (__throw_future_error): Likewise.
* src/c++11/ios.cc (__throw_ios_failure): Likewise.
* src/c++11/regex.cc (__throw_regex_error): Likewise.
* src/c++11/snprintf_lite.cc (__concat_size_t): Print decimal
representation directly instead of calling __int_to_char.
* src/c++11/sso_string.cc (__sso_string): New file for definition
of __sso_string type.
* src/c++11/string-io-inst.cc [_GLIBCXX_USE_CXX11_ABI]: New file for
explicit instantiations of narrow string I/O functions.
* src/c++11/system_error.cc (__throw_system_error): Move here.
(__sso_string): Move to new file.
* src/c++11/wstring-io-inst.cc [_GLIBCXX_USE_CXX11_ABI]: New file for
explicit instantiations of wide string I/O functions.
* src/c++98/misc-inst.cc [_GLIBCXX_USE_CXX11_ABI] (operator<<)
(operator>>, getline): Remove explicit instantiations from here.

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

8 years ago * config/i386/i386.c (dimode_scalar_chain::convert_reg):
uros [Fri, 3 Feb 2017 18:54:20 +0000 (18:54 +0000)] 
* config/i386/i386.c (dimode_scalar_chain::convert_reg):
Use pextrd for TARGET_SSE4_1 when creating scalar copy.

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

8 years agoPR target/78862
walt [Fri, 3 Feb 2017 18:41:57 +0000 (18:41 +0000)] 
PR target/78862
* config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
after initial stackframe link reg save.
* config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.

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

8 years ago2017-02-03 Doug Gilmore <Doug.Gilmore@imgtec.com>
dgilmore [Fri, 3 Feb 2017 18:41:16 +0000 (18:41 +0000)] 
2017-02-03  Doug Gilmore <Doug.Gilmore@imgtec.com>

    * MAINTAINERS (Write After Approval): Add myself.

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

8 years ago PR target/79354
jakub [Fri, 3 Feb 2017 17:34:56 +0000 (17:34 +0000)] 
PR target/79354
* config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
wu for stxssp alternative.

* gcc.target/powerpc/pr79354.c: New test.
* gcc.c-torture/execute/pr79354.c: New test.

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

8 years agoPR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-like array...
msebor [Fri, 3 Feb 2017 16:38:15 +0000 (16:38 +0000)] 
PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-like array members properly

gcc/ChangeLog:

PR tree-optimization/79352
* gimple-fold.c (get_range_strlen): Add argument.
(get_range_strlen): Change return type to bool.
(get_maxval_strlen): Pass in a dummy argument.
* gimple-fold.h (get_range_strlen): Change return type to bool.
* gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
* tree.h (array_at_struct_end_p): Add argument.
* tree.c (array_at_struct_end_p): Handle it.

gcc/testsuite/ChangeLog:

PR tree-optimization/79352
* gcc.dg/tree-ssa/pr79352.c: New test.

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

8 years agoSimplify creation of target_clones (PR lto/66295)
marxin [Fri, 3 Feb 2017 15:22:47 +0000 (15:22 +0000)] 
Simplify creation of target_clones (PR lto/66295)

2017-02-03  Martin Liska  <mliska@suse.cz>

PR lto/66295
* multiple_target.c (create_dispatcher_calls): Redirect edge
from a caller of a dispatcher.
(expand_target_clones): Make the clones local.
(ipa_target_clone): Do both target clones and resolvers.
(ipa_dispatcher_calls): Remove the pass.
(pass_dispatcher_calls::gate): Likewise.
(make_pass_dispatcher_calls): Likewise.
* passes.def (pass_target_clone): Put as very first IPA early
pass.
2017-02-03  Martin Liska  <mliska@suse.cz>

PR lto/66295
* gcc.target/i386/mvc9.c: New test.

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

8 years agoBail out binds_to_current_def_p for ifunc functions.
marxin [Fri, 3 Feb 2017 15:15:51 +0000 (15:15 +0000)] 
Bail out binds_to_current_def_p for ifunc functions.

2017-02-03  Martin Liska  <mliska@suse.cz>

* symtab.c (symtab_node::binds_to_current_def_p): Bail out
in case of a function with ifunc attribute.

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

8 years agoIPA: enhance dump output
marxin [Fri, 3 Feb 2017 15:14:40 +0000 (15:14 +0000)] 
IPA: enhance dump output

2017-02-03  Martin Liska  <mliska@suse.cz>

* cgraph.c (cgraph_node::dump): Dump function version info.
* symtab.c (symtab_node::dump_base): Add missing new line.

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

8 years ago PR rtl-optimization/78241
pthaugen [Fri, 3 Feb 2017 14:20:30 +0000 (14:20 +0000)] 
PR rtl-optimization/78241
* loop-unroll.c (unroll_loop_runtime_iterations): Don't adjust 'niter', but
emit initial peel copy if niter expr is not reliable.

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

8 years ago * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
hubicka [Fri, 3 Feb 2017 14:03:35 +0000 (14:03 +0000)] 
* tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
(ifcombine_ifandif): Use it.
* gcc.dg/tree-ssa/ssa-ifcombine-1.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-2.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-3.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-4.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-5.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-6.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-7.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-8.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-9.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-10.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-11.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-12.c: Check for no profile mismatches.
* gcc.dg/tree-ssa/ssa-ifcombine-13.c: Check for no profile mismatches.

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

8 years ago PR sanitizer/78663
chefmax [Fri, 3 Feb 2017 12:17:59 +0000 (12:17 +0000)] 
PR sanitizer/78663
* sanitizer_common/sanitizer_mac.cc: Cherry-pick upstream r293992.
* sanitizer_common/sanitizer_platform_interceptors.h: Likewise.

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

8 years agoDocument default value for use-after-scope-direct-emission-threshold
marxin [Fri, 3 Feb 2017 09:10:37 +0000 (09:10 +0000)] 
Document default value for use-after-scope-direct-emission-threshold

2017-02-03  Martin Liska  <mliska@suse.cz>

* doc/invoke.texi: Document default value for
use-after-scope-direct-emission-threshold.

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

8 years agoFix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).
marxin [Fri, 3 Feb 2017 08:20:57 +0000 (08:20 +0000)] 
Fix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).

2017-02-03  Martin Liska  <mliska@suse.cz>

PR tree-optimization/79339
* gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
(format_floating): Likewise.

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

8 years agoFix memory leaks in IPA CP (PR ipa/79337).
marxin [Fri, 3 Feb 2017 08:20:02 +0000 (08:20 +0000)] 
Fix memory leaks in IPA CP (PR ipa/79337).

2017-02-03  Martin Liska  <mliska@suse.cz>

PR ipa/79337
* ipa-prop.c (ipa_node_params_t::insert): Remove current
implementation.
(ipa_node_params_t::remove): Likewise.
* ipa-prop.h (ipa_node_params::ipa_node_params): Make default
initialization from removed ipa_node_params_t::insert.
(ipa_node_params::~ipa_node_params): Move from removed
ipa_node_params_t::release.
* symbol-summary.h (symbol_summary::m_released): New member.
Do not release a summary twice.  Do not allow to call finalizer
for types of a summary that live in GGC memory.

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

8 years ago2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
naveenh [Fri, 3 Feb 2017 05:55:46 +0000 (05:55 +0000)] 
2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>

* config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
cmp_branch fusion.

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

8 years agoPR middle-end/79275 - -Wformat-overflow false positive exceeding INT_MAX in glibc...
msebor [Fri, 3 Feb 2017 02:18:59 +0000 (02:18 +0000)] 
PR middle-end/79275 -  -Wformat-overflow false positive exceeding INT_MAX in glibc sysdeps/posix/tempname.c

gcc/testsuite/ChangeLog:

PR middle-end/79275
* gcc.dg/tree-ssa/builtin-sprintf-warn-11.c: New test.
* gcc.dg/tree-ssa/pr79275.c: New test.

gcc/ChangeLog:

PR middle-end/79275
* gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
(format_string): Tighten up the range of output for non-constant
strings and correct the expected range for wide non-constant strings.

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

8 years agoDaily bump.
gccadmin [Fri, 3 Feb 2017 00:16:14 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago2017-02-02 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
acsawdey [Thu, 2 Feb 2017 23:50:53 +0000 (23:50 +0000)] 
2017-02-02  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>

        * gcc.dg/sms-8.c: Update options for powerpc*-*-*.

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

8 years agogcc/ChangeLog:
msebor [Thu, 2 Feb 2017 21:00:49 +0000 (21:00 +0000)] 
gcc/ChangeLog:
       * doc/invoke.texi (-maccumulate-args): Fix bad grammar.

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

8 years agoPR middle-end/32003 - Undocumented -fdump-tree options
msebor [Thu, 2 Feb 2017 20:57:37 +0000 (20:57 +0000)] 
PR middle-end/32003 - Undocumented -fdump-tree options

gcc/ChangeLog:
       * doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from
       index.
       (-fdump-tree-@var): Add to index and document how to come up
       with pass-specific option and dump file names.
       (-fdump-passes): Clarify where to look for output.

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

8 years ago PR middle-end/77445
hubicka [Thu, 2 Feb 2017 20:22:13 +0000 (20:22 +0000)] 
PR middle-end/77445
* gcc.dg/tree-ssa/pr77445-2.c: Update testcase to check that all
threading is done.
* tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
statistics of the analyzed path; allow threading for speed when
any of BBs along the path are optimized for speed.

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

8 years agoUpdate libstdc++ baseline symbols for x32
hjl [Thu, 2 Feb 2017 20:18:43 +0000 (20:18 +0000)] 
Update libstdc++ baseline symbols for x32

* config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated.

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

8 years ago PR middle-end/78142
tnfchris [Thu, 2 Feb 2017 16:35:15 +0000 (16:35 +0000)] 
PR middle-end/78142
* gcc.target/aarch64/vector_initialization_nostack.c
(f12): Use one vector

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

8 years agoSeparate Solaris/SPARC and x86 baselines
ro [Thu, 2 Feb 2017 16:24:03 +0000 (16:24 +0000)] 
Separate Solaris/SPARC and x86 baselines

* configure.host: Separate Solaris/SPARC and x86 baselines.
* config/abi/post/solaris2.10/baseline_symbols.txt: Move ...
* config/abi/post/sparc-solaris2.10/baseline_symbols.txt: ... here.
* config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Move ...
* config/abi/post/sparc-solaris2.10/sparcv9/baseline_symbols.txt:
... here.
* config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Move ...
* config/abi/post/i386-solaris2.10/amd64/baseline_symbols.txt: ... here.
* config/abi/post/i386-solaris2.10/baseline_symbols.txt: New file.
* config/abi/post/solaris2.11/baseline_symbols.txt: Move ...
* config/abi/post/sparc-solaris2.11/baseline_symbols.txt: ... here.
* config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: Move ...
* config/abi/post/sparc-solaris2.11/sparcv9/baseline_symbols.txt:
... here.
* config/abi/post/solaris2.11/amd64/baseline_symbols.txt: Move ...
* config/abi/post/i386-solaris2.11/amd64/baseline_symbols.txt: ... here.
* config/abi/post/i386-solaris2.11/baseline_symbols.txt: New file.

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

8 years agoUpdate Solaris baselines
ro [Thu, 2 Feb 2017 16:23:11 +0000 (16:23 +0000)] 
Update Solaris baselines

* config/abi/post/solaris2.10/baseline_symbols.txt: Regenerate.
* config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
* config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
* config/abi/post/solaris2.11/baseline_symbols.txt: Likewise.
* config/abi/post/solaris2.11/amd64/baseline_symbols.txt: Likewise.
* config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: Likewise.

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

8 years agolibgomp, nvptx plugin: Make "nvptx_exec" static
tschwinge [Thu, 2 Feb 2017 14:35:30 +0000 (14:35 +0000)] 
libgomp, nvptx plugin: Make "nvptx_exec" static

libgomp/
* plugin/plugin-nvptx.c (nvptx_exec): Make it static.

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

8 years agolibgomp: Normalize the names of a few functions of the libgomp plugin API
tschwinge [Thu, 2 Feb 2017 14:13:57 +0000 (14:13 +0000)] 
libgomp: Normalize the names of a few functions of the libgomp plugin API

libgomp/
* libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
GOMP_OFFLOAD_openacc_exec.  Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
GOMP_OFFLOAD_openacc_cuda_get_current_device.  Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
GOMP_OFFLOAD_openacc_cuda_get_current_context.  Adjust all users.
(GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_get_stream.  Adjust all users.
(GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_set_stream.  Adjust all users.

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

8 years ago PR middle-end/78468
ebotcazou [Thu, 2 Feb 2017 12:39:09 +0000 (12:39 +0000)] 
PR middle-end/78468
* emit-rtl.c (init_emit): Add ??? comment for problematic alignment
settings of the virtual registers.

Revert again
2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* explow.c (get_dynamic_stack_size): Take known alignment of stack
pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
needed.

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

8 years agoS/390: Remove unused expanders from vx-builtins.md
krebbel [Thu, 2 Feb 2017 12:19:50 +0000 (12:19 +0000)] 
S/390: Remove unused expanders from vx-builtins.md

These expanders are currently not used.  The vecintrin.h header file
expands e.g. vec_ceil directly to the vfidb low-level builtin.

gcc/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.

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

8 years agoS/390: Add missing comments listing mnemonics.
krebbel [Thu, 2 Feb 2017 12:18:52 +0000 (12:18 +0000)] 
S/390: Add missing comments listing mnemonics.

These were useful in the past but are currently lacking on a couple of
patterns.  Fixed with this patch.

gcc/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.md: Add missing comments with the expanded
mnemonics.
* config/s390/vector.md: Likewise.
* config/s390/vx-builtins.md: Likewise.

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

8 years ago * c-c++-common/asan/pr63316.c: Use dg-skip-if instead of dg-options.
jakub [Thu, 2 Feb 2017 10:18:49 +0000 (10:18 +0000)] 
* c-c++-common/asan/pr63316.c: Use dg-skip-if instead of dg-options.
* c-c++-common/asan/misalign-1.c: Likewise.
* c-c++-common/asan/misalign-2.c: Likewise.
* g++.dg/asan/pr69276.C: Add dg-skip-if, remove dg-additional-options.
* gcc.dg/asan/pr66314.c: Remove -Os from dg-options, add dg-skip-if.
* gcc.dg/asan/use-after-scope-3.c: Use dg-skip-if instead of dg-options.
* gcc.dg/asan/use-after-scope-9.c: Add dg-skip-if, remove -O2 and
add -ffat-lto-objects from/to dg-additional-options.
* gcc.dg/asan/use-after-scope-10.c: Add dg-skip-if, remove -O2 from
dg-additional-options.

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

8 years ago PR target/79197
jakub [Thu, 2 Feb 2017 10:05:26 +0000 (10:05 +0000)] 
PR target/79197
* config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
(fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
conditions on a single line.

* gcc.target/powerpc/pr79197.c: New test.
* gcc.c-torture/compile/pr79197.c: New test.

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

8 years ago2017-02-02 Richard Biener <rguenther@suse.de>
rguenth [Thu, 2 Feb 2017 08:58:48 +0000 (08:58 +0000)] 
2017-02-02  Richard Biener  <rguenther@suse.de>

* gcc.dg/tree-ssa/pr71078-3.c: Do not rely on math.h.

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

8 years ago2017-02-02 Richard Biener <rguenther@suse.de>
rguenth [Thu, 2 Feb 2017 08:55:44 +0000 (08:55 +0000)] 
2017-02-02  Richard Biener  <rguenther@suse.de>

PR cp/14179
* cp-gimplify.c (cp_fold): When folding a CONSTRUCTOR copy
it lazily on the first changed element only and copy it
fully upfront, only storing changed elements.

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

8 years ago/cp
paolo [Thu, 2 Feb 2017 08:54:55 +0000 (08:54 +0000)] 
/cp
2017-02-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/69637
* decl2.c (grokbitfield): In case of error don't set-up DECL_INITIAL
to the width.

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

PR c++/69637
* g++.dg/cpp0x/pr69637-1.C: New.
* g++.dg/cpp0x/pr69637-2.C: Likewise.

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

8 years agoS/390: Rename __S390_VX__ to __VX__.
krebbel [Thu, 2 Feb 2017 08:32:44 +0000 (08:32 +0000)] 
S/390: Rename __S390_VX__ to __VX__.

gcc/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
__S390_VX__ to __VX__.

gcc/testsuite/ChangeLog:

2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* gcc.target/s390/s390.exp: Rename __S390_VX__ to __VX__.

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

8 years agoDaily bump.
gccadmin [Thu, 2 Feb 2017 00:16:13 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago * de.po: Update.
jsm28 [Wed, 1 Feb 2017 23:59:21 +0000 (23:59 +0000)] 
* de.po: Update.

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

8 years ago2017-02-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Wed, 1 Feb 2017 22:11:57 +0000 (22:11 +0000)] 
2017-02-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR target/70012
* gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: Adjust test
conditions.

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

8 years ago PR ada/79309
ebotcazou [Wed, 1 Feb 2017 21:36:09 +0000 (21:36 +0000)] 
PR ada/79309
* adaint.c (__gnat_killprocesstree): Use strlen instead of sizeof.

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

8 years ago PR ada/79309
ebotcazou [Wed, 1 Feb 2017 20:36:23 +0000 (20:36 +0000)] 
PR ada/79309
* adaint.c (__gnat_killprocesstree): Fix broken string handling.

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

8 years ago2017-02-01 Andrew Pinski <apinski@cavium.com>
pinskia [Wed, 1 Feb 2017 18:30:50 +0000 (18:30 +0000)] 
2017-02-01  Andrew Pinski  <apinski@cavium.com>

        * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
        stmt_info to record_stmt_cost.
        (vect_get_known_peeling_cost): Pass stmt_info if known to
        record_stmt_cost.
        * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
        cpu_vector_cost field into
        scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
        field into vec_int_stmt_cost and vec_fp_stmt_cost.
        * config/aarch64/aarch64.c (generic_vector_cost): Update for the
        splitting of scalar_stmt_cost and vec_stmt_cost.
        (thunderx_vector_cost): Likewise.
        (cortexa57_vector_cost): LIkewise.
        (exynosm1_vector_cost): Likewise.
        (xgene1_vector_cost): Likewise.
        (thunderx2t99_vector_cost): Improve after the splitting of the two
        fields.
        (aarch64_builtin_vectorization_cost): Update for the splitting of
        scalar_stmt_cost and vec_stmt_cost.

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

8 years agoFix __atomic to not implement atomic loads with CAS.
torvald [Wed, 1 Feb 2017 17:21:59 +0000 (17:21 +0000)] 
Fix __atomic to not implement atomic loads with CAS.

gcc/
* builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
conditional on existance of a fast atomic load.
* optabs-query.c (can_atomic_load_p): New function.
* optabs-query.h (can_atomic_load_p): Declare it.
* optabs.c (expand_atomic_exchange): Always delegate to libatomic if
no fast atomic load is available for the particular size of access.
(expand_atomic_compare_and_swap): Likewise.
(expand_atomic_load): Likewise.
(expand_atomic_store): Likewise.
(expand_atomic_fetch_op): Likewise.
* testsuite/lib/target-supports.exp
(check_effective_target_sync_int_128): Remove x86 because it provides
no fast atomic load.
(check_effective_target_sync_int_128_runtime): Likewise.

libatomic/
* acinclude.m4: Add #define FAST_ATOMIC_LDST_*.
* auto-config.h.in: Regenerate.
* config/x86/host-config.h (FAST_ATOMIC_LDST_16): Define to 0.
(atomic_compare_exchange_n): New.
* glfree.c (EXACT, LARGER): Change condition and add comments.

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

8 years ago PR testsuite/79324
jakub [Wed, 1 Feb 2017 15:47:52 +0000 (15:47 +0000)] 
PR testsuite/79324
* gcc.dg/debug/dwarf2/align-1.c: Add -gno-strict-dwarf to dg-options.
* gcc.dg/debug/dwarf2/align-2.c: Likewise.
* gcc.dg/debug/dwarf2/align-3.c: Likewise.
* gcc.dg/debug/dwarf2/align-4.c: Likewise.
* gcc.dg/debug/dwarf2/align-5.c: Likewise.
* gcc.dg/debug/dwarf2/align-6.c: Likewise.
* gcc.dg/debug/dwarf2/align-as-1.c: Likewise.
* g++.dg/debug/dwarf2/align-1.C: Likewise.
* g++.dg/debug/dwarf2/align-2.C: Likewise.
* g++.dg/debug/dwarf2/align-3.C: Likewise.
* g++.dg/debug/dwarf2/align-4.C: Likewise.
* g++.dg/debug/dwarf2/align-5.C: Likewise.
* g++.dg/debug/dwarf2/align-6.C: Likewise.

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

8 years ago2017-02-01 Richard Biener <rguenther@suse.de>
rguenth [Wed, 1 Feb 2017 14:05:09 +0000 (14:05 +0000)] 
2017-02-01  Richard Biener  <rguenther@suse.de>

* graphite.c: Include tree-vectorizer.h for find_loop_location.
(graphite_transform_loops): Provide opt-info for optimized nests.
* tree-parloop.c (parallelize_loops): Provide opt-info for
parallelized loops.

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

8 years agoAdd dg-require-alias to a ICF test (PR testsuite/79272).
marxin [Wed, 1 Feb 2017 14:04:38 +0000 (14:04 +0000)] 
Add dg-require-alias to a ICF test (PR testsuite/79272).

2017-02-01  Martin Liska  <mliska@suse.cz>

PR testsuite/79272
* gcc.dg/ipa/pr77653.c: Add dg-require-alias to the test.

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

8 years ago2017-02-01 Richard Biener <rguenther@suse.de>
rguenth [Wed, 1 Feb 2017 12:58:27 +0000 (12:58 +0000)] 
2017-02-01  Richard Biener  <rguenther@suse.de>

PR testsuite/76957
* gcc.dg/graphite/scop-dsyr2k-2.c: New testcase.
* gcc.dg/graphite/scop-dsyrk-2.c: Likewise.
* gcc.dg/graphite/scop-dsyr2k.c: XFAIL.
* gcc.dg/graphite/scop-dsyrk.c: Likewise.

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

8 years agoPR78346 make <bits/predefined_ops.h> handle stashing iterators
redi [Wed, 1 Feb 2017 12:57:35 +0000 (12:57 +0000)] 
PR78346 make <bits/predefined_ops.h> handle stashing iterators

PR libstdc++/78346
* include/bits/predefined_ops.h (_Iter_equals_iter): Store iterator
not its referent.
(_Iter_comp_to_iter): Likewise.
* testsuite/25_algorithms/search/78346.cc: New test.

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

8 years ago2017-02-01 Richard Biener <rguenther@suse.de>
rguenth [Wed, 1 Feb 2017 12:47:25 +0000 (12:47 +0000)] 
2017-02-01  Richard Biener  <rguenther@suse.de>

PR middle-end/79315
* tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
was not set before.

* gfortran.dg/pr79315.f90: New testcase.

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

8 years agoPR libstdc++/79254 simplify exception-safety in copy assignment
redi [Wed, 1 Feb 2017 11:41:48 +0000 (11:41 +0000)] 
PR libstdc++/79254 simplify exception-safety in copy assignment

PR libstdc++/79254
* config/abi/pre/gnu.ver: Remove recently added symbols.
* include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI]
(basic_string::_M_copy_assign): Remove.
(basic_string::operator=(const basic_string&)): Don't dispatch to
_M_copy_assign. If source object is small just deallocate, otherwise
perform new allocation before making any changes.
* include/bits/basic_string.tcc [_GLIBCXX_USE_CXX11_ABI]
(basic_string::_M_copy_assign(const basic_string&, true_type)):
Remove.
* testsuite/21_strings/basic_string/allocator/char/copy_assign.cc:
Test cases where the allocators are equal or the string is small.
* testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc:
Likewise.

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

8 years ago* brigfrontend/brig-code-entry-handler.cc: fix address
visit0r [Wed, 1 Feb 2017 10:06:13 +0000 (10:06 +0000)] 
* brigfrontend/brig-code-entry-handler.cc: fix address
expressions which refer only to offset 0, but nothing else.
* brigfrontend/brig-lane-inst-handler.cc: fix
activelanepermute_b64 HSAIL instruction.
* brigfrontend/brig-to-generic.cc: remove useless c_str()
call. Add missing va_end (). Fix PR79250

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

8 years ago2017-02-01 Richard Biener <rguenther@suse.de>
rguenth [Wed, 1 Feb 2017 08:02:50 +0000 (08:02 +0000)] 
2017-02-01  Richard Biener  <rguenther@suse.de>

PR tree-optimization/71824
* graphite-scop-detection.c (scop_detection::build_scop_breadth):
Verify the loops are valid in the merged SESE region.
(scop_detection::can_represent_loop_1): Check analyzing the
evolution of the number of iterations in the region succeeds.

* gcc.dg/graphite/pr71824.c: New testcase.

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

8 years ago * configure.tgt: Fix i?86-*-linux* entry.
jakub [Wed, 1 Feb 2017 07:56:49 +0000 (07:56 +0000)] 
* configure.tgt: Fix i?86-*-linux* entry.
* rt/sat_arithmetic.c (__hsail_sat_add_u32, __hsail_sat_add_u64,
__hsail_sat_add_s32, __hsail_sat_add_s64): Use __builtin_add_overflow.
(__hsail_sat_sub_u8, __hsail_sat_sub_u16): Remove pointless for overflow
over maximum.
(__hsail_sat_sub_u32, __hsail_sat_sub_u64, __hsail_sat_sub_s32,
__hsail_sat_sub_s64): Use __builtin_sub_overflow.
(__hsail_sat_mul_u32, __hsail_sat_mul_u64, __hsail_sat_mul_s32,
__hsail_sat_mul_s64): Use __builtin_mul_overflow.
* rt/arithmetic.c (__hsail_borrow_u32, __hsail_borrow_u64): Use
__builtin_sub_overflow_p.
(__hsail_carry_u32, __hsail_carry_u64): Use __builtin_add_overflow_p.
* rt/misc.c (__hsail_groupbaseptr, __hsail_kernargbaseptr_u64):
Cast pointers to uintptr_t first before casting to some other integral
type.
* rt/segment.c (__hsail_segmentp_private, __hsail_segmentp_group): Likewise.
* rt/queue.c (__hsail_ldqueuereadindex, __hsail_ldqueuewriteindex,
__hsail_addqueuewriteindex, __hsail_casqueuewriteindex,
__hsail_stqueuereadindex, __hsail_stqueuewriteindex): Cast integral value
to uintptr_t first before casting to pointer.
* rt/workitems.c (__hsail_alloca_pop_frame): Cast memcpy first argument to
void * to avoid warning.

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

8 years agoDaily bump.
gccadmin [Wed, 1 Feb 2017 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

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

8 years ago * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
ian [Tue, 31 Jan 2017 23:49:26 +0000 (23:49 +0000)] 
* config/i386/i386.c (ix86_expand_split_stack_prologue): Add
REG_ARGS_SIZE note to 32-bit push insns and call insn.

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

8 years ago PR c++/79304
jakub [Tue, 31 Jan 2017 21:38:00 +0000 (21:38 +0000)] 
PR c++/79304
* error.c (dump_expr) <case COMPONENT_REF>: Don't print .
after ARROW_EXPR.

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

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

8 years agoFix ICE with spelling hints within explicit namespace aliases (PR c++/79298)
dmalcolm [Tue, 31 Jan 2017 21:30:42 +0000 (21:30 +0000)] 
Fix ICE with spelling hints within explicit namespace aliases (PR c++/79298)

gcc/cp/ChangeLog:
PR c++/79298
* name-lookup.c (suggest_alternative_in_explicit_scope): Resolve
any namespace aliases.

gcc/testsuite/ChangeLog:
PR c++/79298
* g++.dg/spellcheck-pr79298.C: New test case.

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

8 years agoPrevent ICEs due to bogus substring locations (PR preprocessor/79210)
dmalcolm [Tue, 31 Jan 2017 20:22:43 +0000 (20:22 +0000)] 
Prevent ICEs due to bogus substring locations (PR preprocessor/79210)

gcc/ChangeLog:
PR preprocessor/79210
* input.c (get_substring_ranges_for_loc): Replace line_width
assertion with error-handling.

gcc/testsuite/ChangeLog:
PR preprocessor/79210
* gcc.dg/format/pr79210.c: New test case.
* gcc.dg/plugin/diagnostic-test-string-literals-2.c (test_pr79210):
New function.

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

8 years ago PR c++/79290
nathan [Tue, 31 Jan 2017 19:37:11 +0000 (19:37 +0000)] 
PR c++/79290
* typeck.c (build_ptrmemfunc_access_expr): Set TREE_NO_WARNING.

PR c++/79290
* g++.dg/warn/pr79290.C: New.

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

8 years ago2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Tue, 31 Jan 2017 18:50:31 +0000 (18:50 +0000)] 
2017-01-31  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/79305
* c99_protos.h: Spell HAVE_EXPL correctly.
* intrinsics/c99_functions.c: Ditto.

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