- 13 Apr, 2015 10 commits
-
-
2015-04-13 Richard Biener <rguenther@suse.de> PR tree-optimization/65204 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address takens for bit-CCP. * gcc.dg/tree-ssa/ssa-ccp-35.c: New testcase. From-SVN: r222049
Richard Biener committed -
* update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch. From-SVN: r222044
Jakub Jelinek committed -
2015-04-13 Yury Gribov <y.gribov@samsung.com> PR sanitizer/64839 libsanitizer/ * sanitizer_common/sanitizer_platform.h: Cherry pick upstream r234470. * sanitizer_common/sanitizer_platform_limits_posix.cc: Ditto. * configure.ac (RPC_DEFS): Check for precense of RPC headers. * sanitizer_common/Makefile.am (DEFS): Pass info to compiler. * Makefile.in: Regenerate. * asan/Makefile.in: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * interception/Makefile.in: Regenerate. * libbacktrace/Makefile.in: Regenerate. * lsan/Makefile.in: Regenerate. * sanitizer_common/Makefile.in: Regenerate. * tsan/Makefile.in: Regenerate. * ubsan/Makefile.in: Regenerate. From-SVN: r222043
Yury Gribov committed -
* gcc_release: Fix up thinko in the last commit, improve error message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes together, rather than doing dozens of separate commits. From-SVN: r222042
Jakub Jelinek committed -
From-SVN: r222041
Eric Botcazou committed -
2015-04-13 Richard Biener <rguenther@suse.de> PR target/65660 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost and cond_not_taken_branch_cost to 4 and 2. (bdver2_cost): Likewise. (bdver3_cost): Likewise. (bdver4_cost): Likewise. From-SVN: r222040
Richard Biener committed -
* hash-table.h (hash_table constructor): Add mem stats. (alloc_entries): Likewise. From-SVN: r222039
Jan Hubicka committed -
* ipa-cp.c (ipcp_driver): Relase prev_edge. * passes.c (execute_one_pass): Only add transform if pass has one. From-SVN: r222038
Jan Hubicka committed -
2015-04-13 Terry Guo <terry.guo@arm.com> PR target/65710 * gcc.target/arm/pr65710.c: New. From-SVN: r222037
Terry Guo committed -
From-SVN: r222036
GCC Administrator committed
-
- 12 Apr, 2015 17 commits
-
-
Testing an x86_64 toolchain configured for a processor with TARGET_SOFTWARE_PREFETCHING_BENEFICIAL produces failures FAIL: g++.dg/pr60518.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/pr60518.C -std=gnu++11 (test for excess errors) FAIL: g++.dg/pr60518.C -std=gnu++14 (test for excess errors) where the failure is from the message "pr60518.C:1:0: warning: -fprefetch-loop-arrays is not supported with -Os". Given that lack of support, it seems appropriate for the back end not to enable this option in the -Os case; this patch implements that. Bootstrapped with no regressions on x86_64-unknown-linux-gnu; tested for a cross to x86_64-linux-gnu --with-arch=btver2, where those test failures duly disappear. * config/i386/i386.c (ix86_option_override_internal): Don't set -fprefetch-loop-arrays if optimizing for size. From-SVN: r222033
Joseph Myers committed -
* gcc_release: For RELEASE_MAJOR 5+ only use the major number in branch name. When doing final release of 5+, if BASE-VER doesn't match release, but is *.*.1 for the one smaller minor version, bump BASE-VER. From-SVN: r222031
Jakub Jelinek committed -
* doc/contrib.texi (Contributors): Add Martin Jambor and Michael Matz. Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com> From-SVN: r222030
Jan Hubicka committed -
From-SVN: r222029
Joseph Myers committed -
From-SVN: r222028
Jakub Jelinek committed -
From-SVN: r222026
Jakub Jelinek committed -
PR tree-optimization/65747 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT. * g++.dg/torture/pr65747.C: New test. From-SVN: r222024
Jakub Jelinek committed -
* doc/invoke.texi (-Wmemset-transposed-args): Break a long sentence. Improve grammar. From-SVN: r222023
Gerald Pfeifer committed -
PR c++/65736 * constexpr.c (cxx_eval_pointer_plus_expression): Don't fold for VLAs, don't fold if op01 isn't divisible by TYPE_SIZE_UNIT. Convert the expression to the original type at the end. * g++.dg/cpp0x/pr65736.C: New test. From-SVN: r222022
Jakub Jelinek committed -
From-SVN: r222021
Joseph Myers committed -
From-SVN: r222020
Joseph Myers committed -
From-SVN: r222019
Gerald Pfeifer committed -
* config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update. From-SVN: r222018
Uros Bizjak committed -
PR ipa/65743 * ipa-inline-transform.c (speculation_removed): Remove static var. (check_speculations): New function. (clone_inlined_nodes): Do not check spculations. (inline_call): Call check_speculations. * ipa-prop.c (ipa_make_edge_direct_to_target): Do not consider non-invariants. From-SVN: r222017
Jan Hubicka committed -
From-SVN: r222016
Jan Hubicka committed -
Martin Liska <mliska@suse.cz> PR ipa/65722 * g++.dg/ipa/pr65722.C: New testcase. * ipa-icf.c (sem_item::compare_cgraph_references): function and variable can not match. (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables. (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch. Co-Authored-By: Martin Liska <mliska@suse.cz> From-SVN: r222015
Jan Hubicka committed -
From-SVN: r222014
GCC Administrator committed
-
- 11 Apr, 2015 8 commits
-
-
PR tree-optimization/65735 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths): Remove visited_phis argument, add visited_bbs, avoid recursing into the same bb rather than just into the same phi node. (thread_through_normal_block): Adjust caller. * gcc.c-torture/compile/pr65735.c: New test. From-SVN: r222011
Jakub Jelinek committed -
From-SVN: r222010
Gerald Pfeifer committed -
PR middle-end/65554 * g++.dg/opt/pr65554.C: Use __SIZE_TYPE__ instead of unsigned long. From-SVN: r222009
H.J. Lu committed -
PR target/65671 * gcc.target/i386/pr65671.c: Require avx512vl effective target. From-SVN: r222008
Jakub Jelinek committed -
* gcov.c (find_source): Fix miswording in error message. * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise. (ix86_expand_sse_comi_round): Fix typo in error message. From-SVN: r222007
Benno Schulenberg committed -
Fixes golang/go#10407. From-SVN: r222001
Ian Lance Taylor committed -
From-SVN: r222000
Gerald Pfeifer committed -
From-SVN: r221999
GCC Administrator committed
-
- 10 Apr, 2015 5 commits
-
-
From-SVN: r221996
Joseph Myers committed -
From-SVN: r221993
Yvan Roux committed -
From-SVN: r221992
Gerald Pfeifer committed -
From-SVN: r221990
Joseph Myers committed -
From-SVN: r221989
Joseph Myers committed
-