- 13 Feb, 2017 2 commits
-
-
2017-02-13 Richard Biener <rguenther@suse.de> config/ * isl.m4: Remove support for ISL 0.14. * configure: Re-generate. gcc/ * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS): Remove. * configure: Re-generate. * config.in: Likewise. * graphite-dependences.c: Simplify as if HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined. * graphite-isl-ast-to-gimple.c: Likewise. * graphite-optimize-isl.c: Likewise. * graphite-poly.c: Likewise. * graphite-sese-to-poly.c: Likewise. * graphite.h: Likewise. * toplev.c: Include isl/version.h and use isl_version () for printing the ISL version. * doc/install.texi: Update ISL requirement. From-SVN: r245382
Richard Biener committed -
From-SVN: r245381
GCC Administrator committed
-
- 12 Feb, 2017 7 commits
-
-
* system-freebsd-x86.ads: Rename into... * system-freebsd.ads: ...this. (Default_Bit_Order): Define using Standard'Default_Bit_Order. * gcc-interface/Makefile.in: Support aarch64-freebsd. (x86-64/FreeBSD): Adjust to above renaming. (i386/FreeBSD): Likewise. From-SVN: r245377
John Marino committed -
re PR fortran/65542 (SPREAD intrinsic incorrectly accepted in initialization expressions with -std=f95) 2017-02-12 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/65542 * intrinsic.c (gfc_intrinsic_func_interface): Return an error for -std=f95 for disallowed transformational functions in initialization expressions. 2017-02-12 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/65542 * gfortran.dg/spread_init_expr_2.f90: New test case. From-SVN: r245376
Thomas Koenig committed -
* doc/standards.texi (Standards): Update reference to Objective-C 2.0. From-SVN: r245375
Gerald Pfeifer committed -
* doc/extend.texi (Named Address Spaces): sourceware.org now defaults to https. * doc/install.texi (Binaries): Ditto. (Specific): Ditto. From-SVN: r245374
Gerald Pfeifer committed -
* init.c (build_new): Make backups of any CONSTRUCTORs in init. (build_new_1): Use replace_placeholders. * tree.c (replace_placeholders_t): Also track whether we've seen a placeholder. (replace_placeholders, replace_placeholders_r): Adjust. * cp-tree.h: Adjust. From-SVN: r245372
Jason Merrill committed -
2017-02-11 Sandra Loosemore <sandra@codesourcery.com> gcc/ * doc/cpp.texi: Replace "stringify"/"stringification" with C standard terminology "stringize"/"stringizing" throughout. * doc/cppinternals.texi: Likewise. From-SVN: r245371
Sandra Loosemore committed -
From-SVN: r245370
GCC Administrator committed
-
- 11 Feb, 2017 14 commits
-
-
2017-02-11 Sandra Loosemore <sandra@codesourcery.com> gcc/ * doc/extend.texi: Fix some spelling mistakes and typos. * doc/invoke.texi: Likewise. From-SVN: r245367
Sandra Loosemore committed -
PR ipa/79224 * params.def (inline-min-speedup) Change from 10 to 8. From-SVN: r245366
Jan Hubicka committed -
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. From-SVN: r245365
John David Anglin committed -
* tests/base/alloca.h: New file. * inclhack.def (hppa_hpux11_alloca): New fix. * fixincl.x: Regenerate. From-SVN: r245364
John David Anglin committed -
PR libstdc++/79467 * include/bits/shared_ptr_base.h (__shared_ptr(_Yp*, _Deleter)) (__shared_ptr(_Yp*, _Deleter, _Alloc)): Use lvalue types in __is_callable check. * testsuite/20_util/shared_ptr/cons/79467.cc: New. From-SVN: r245363
Jonathan Wakely committed -
* include/bits/atomic_base.h: Re-indent. From-SVN: r245362
Jonathan Wakely committed -
PR sanitizer/79341 * g++.dg/asan/deep-stack-uaf-1.C: New test. From-SVN: r245361
Jakub Jelinek committed -
* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5. From-SVN: r245360
Jakub Jelinek committed -
PR tree-ssa/56727 * gcc.dg/tree-ssa/pr56727.c: New testcase. * ipa-utils.c (recursive_call_p): Be more careful about interposition. From-SVN: r245359
Jan Hubicka committed -
* decl.c (undeduced_auto_decl): Remove C++14 limitation. (require_deduced_type): Add complain parm, return bool. * cp-tree.h: Adjust. * decl2.c (mark_used): Use require_deduced_type. From-SVN: r245358
Jason Merrill committed -
PR ipa/79224 * ipa-inline-analysis.c (get_minimal_bb): New function. (record_modified): Use it. (remap_edge_change_prob): Handle also ancestor functions. From-SVN: r245357
Jan Hubicka committed -
* doc/contrib.texi (Contributors): Remove broken link into the Mauve CVS repository. From-SVN: r245355
Gerald Pfeifer committed -
PR middle-end/79454 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise result computation whenever lhs doesn't have vector mode, not just when it has BLKmode. From-SVN: r245354
Jakub Jelinek committed -
From-SVN: r245353
GCC Administrator committed
-
- 10 Feb, 2017 17 commits
-
-
PR sanitizer/79341 * configure.tgt (s390*-*-linux*): Don't disable libsanitizer on s390-linux 31-bit. * sanitizer_common/sanitizer_internal_defs.h: Cherry-pick upstream r294793. * sanitizer_common/sanitizer_common_interceptors.inc: Cherry-pick upstream r294790. * sanitizer_common/sanitizer_linux_s390.cc: Cherry-pick upstream r294799. From-SVN: r245350
Jakub Jelinek committed -
From-SVN: r245349
Gerald Pfeifer committed -
* doc/makefile.texi (profiledbootstrap): Refer to the installation instructions only in textual form. From-SVN: r245348
Gerald Pfeifer committed -
2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com> PR target/79295 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints. Applying patch suggested by Meissner. From-SVN: r245345
Aaron Sawdey committed -
PR c++/79457 * g++.dg/cpp0x/pr79457.C: New test. From-SVN: r245344
Jakub Jelinek committed -
* tree.c (build_min_non_dep): Use unlowered_expr_type. From-SVN: r245343
Jason Merrill committed -
* constexpr.c (cxx_eval_store_expression): A store to a union member erases a previous store to another member. From-SVN: r245341
Jason Merrill committed -
* semantics.c (finish_unary_fold_expr) (finish_binary_fold_expr): Use null type for fold-expressions. From-SVN: r245340
Jason Merrill committed -
* call.c (enforce_access): For inheriting constructor, find a base binfo in the path we already have. From-SVN: r245339
Jason Merrill committed -
On 32-bit we of course do not generate mulld insns. This patch makes the testcase only do the scan-assembler on 64-bit targets. gcc/testsuite/ * gcc.target/powerpc/fold-vec-mult-longlong.c: Don't do the scan-assembler unless lp64. From-SVN: r245338
Segher Boessenkool committed -
-m32 works fine, only 64-bit still fails. gcc/testsuite/ PR tree-optimization/66612 * gcc.target/powerpc/20050830-1.c: Don't xfail on 32-bit. From-SVN: r245337
Segher Boessenkool committed -
This test does not fail with -m32, so we shouldn't xfail it there. gcc/testsuite/ * gcc.dg/Wtrampolines.c: Do the xfail for only 64-bit powerpc instead of all powerpc. From-SVN: r245336
Segher Boessenkool committed -
PR c++/79184 * cvt.c (ocp_convert): Add a sentinel against -Wint-in-bool-context if warnings shouldn't be given. * g++.dg/warn/Wint-in-bool-context-1.C: New. From-SVN: r245335
Marek Polacek committed -
re PR c++/79435 (ICE on invalid C++ code (with member access into an incomplete type) on x86_64-linux-gnu: Segmentation fault) PR c++/79435 * pt.c (type_dependent_expression_p): Check if the expression type is null. * g++.dg/cpp1y/pr79435.C: New. From-SVN: r245334
Marek Polacek committed -
* doc/install.texi (Specific): Use https for blackfin.uclinux.org. (Specific): Update mingw-w64 reference. (Binaries): Ditto. (Specific): Remove broken link to Renesas RX processor. From-SVN: r245332
Gerald Pfeifer committed -
2017-02-10 Richard Biener <rguenther@suse.de> * toplev.c (process_options): Do not mention obsolete graphite options when printing sorry message about missing graphite support. Mention -floop-nest-optimize. From-SVN: r245331
Richard Biener committed -
2017-02-06 Christophe Lyon <christophe.lyon@linaro.org> gcc/ * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm. (vtst_p16): Likewise. (vtstq_p8): Likewise. (vtstq_p16): Likewise. (vtst_p64): New. (vtstq_p64): Likewise. * config/arm/arm_neon.h (vgetq_lane_p64): New. (vset_lane_p64): New. (vsetq_lane_p64): New. 2017-02-06 Christophe Lyon <christophe.lyon@linaro.org> gcc/testsuite/ * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c (vget_lane_expected, vset_lane_expected, vtst_expected_poly64x1): New. (vmov_n_expected0, vmov_n_expected1, vmov_n_expected2) (expected_vld_st2_0, expected_vld_st2_1, expected_vld_st3_0) (expected_vld_st3_1, expected_vld_st3_2, expected_vld_st4_0) (expected_vld_st4_1, expected_vld_st4_2, expected_vld_st4_3) (vtst_expected_poly64x2): Move to aarch64-only section. (vget_lane_p64, vgetq_lane_p64, vset_lane_p64, vsetq_lane_p64) (vtst_p64, vtstq_p64): New tests. From-SVN: r245328
Christophe Lyon committed
-