- 13 Feb, 2017 20 commits
-
-
2017-02-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> PR c/79478 * gimple-parser.c (c_parser_gimple_postfix_expression): Call set_c_expr_source_range when parsing ssa-name. From-SVN: r245406
Prathamesh Kulkarni committed -
* config/i386/i386.h (REG_CLASS_NAMES): Add , in between "MOD4_SSE_REGS" and "ALL_REGS". From-SVN: r245405
Jakub Jelinek committed -
From-SVN: r245404
Jakub Jelinek committed -
PR c++/79232 * typeck.c (cp_build_modify_expr): Handle properly COMPOUND_EXPRs on lhs that have {PRE{DEC,INC}REMENT,MODIFY,MIN,MAX,COND}_EXPR in the rightmost operand. * g++.dg/cpp1z/eval-order4.C: New test. * g++.dg/other/pr79232.C: New test. From-SVN: r245401
Jakub Jelinek committed -
From-SVN: r245399
Joseph Myers committed -
PR c++/79296 - ICE mangling localized template instantiation * decl2.c (determine_visibility): Use template fn context for local class instantiations. PR c++/79296 * g++.dg/cpp0x/pr79296.C: New. From-SVN: r245398
Nathan Sidwell committed -
PR go/79443 libgo: fix some s390x tests Add `+build ignore` to ignore tests that rely on s390x assembly code not yet implemented for gccgo. Fixes GCC PR 79443. Reviewed-on: https://go-review.googlesource.com/36909 From-SVN: r245397
Ian Lance Taylor committed -
The testcase should xfail when compiling for a 64-bit target, not when the default target is 64-bit. gcc/testsuite/ * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Do not xfail powerpc64*-*-*. Instead, xfail powerpc-*-*-* && lp64. From-SVN: r245396
Segher Boessenkool committed -
These are a runtime testcases so they should test p8vector_hw instead of powerpc_p8vector_ok, or they will fail with an illegal instruction on older processors. Also they run on any PowerPC, not with just those compilers that were configured to default to 64-bit targets. gcc/testsuite/ * gcc.target/powerpc/vec-adde-int128.c: Use p8vector_hw instead of powerpc_p8vector_ok. * gcc.target/powerpc/vec-addec-int128.c: Ditto. From-SVN: r245395
Segher Boessenkool committed -
PR libstdc++/79348 * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated. From-SVN: r245394
H.J. Lu committed -
re PR target/79449 (ppc builtin expansion of strncmp can cross page (4k) boundary where it should not) 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com> PR target/79449 * gcc.dg/strncmp-2.c: New. Test strncmp and memcmp builtin expansion for reading beyond a 4k boundary. 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com> PR target/79449 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime boundary crossing check and subsequent code generation agree. From-SVN: r245392
Aaron Sawdey committed -
* config/aarch64/aarch64.c (has_memory_op): Delete. (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of has_memory_op. From-SVN: r245391
Kyrylo Tkachov committed -
PR rtl-optimization/79388 PR rtl-optimization/79450 * combine.c (distribute_notes): When removing TEM_INSN for which corresponding dest has last value recorded, invalidate that last value. * gcc.c-torture/execute/pr79388.c: New test. * gcc.c-torture/execute/pr79450.c: New test. From-SVN: r245390
Jakub Jelinek committed -
PR libstdc++/79348 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise. * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt: Likewise. * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise. * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise. From-SVN: r245389
Jakub Jelinek committed -
* config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead of explicit '@'. Add missing assembly comment marker on branch costs printout. From-SVN: r245388
Kyrylo Tkachov committed -
From-SVN: r245387
Nathan Sidwell committed -
PR libstdc++/79486 * include/std/future (__future_base::_Task_state::_M_run) (__future_base::_Task_state::_M_run_delayed): Use lvalue types in result_of expressions. * testsuite/30_threads/packaged_task/79486.cc: New. From-SVN: r245386
Jonathan Wakely committed -
2017-02-13 Martin Liska <mliska@suse.cz> PR c/79471 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC. From-SVN: r245385
Martin Liska committed -
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 13 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
-