[Bug testsuite/95110] new test case in r11-345 error: gcc.dg/tree-ssa/pr94969.c: dump file does not exist
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95110 --- Comment #5 from CVS Commits --- The releases/gcc-8 branch has been updated by Bin Cheng : https://gcc.gnu.org/g:0a7a2b7c64a77218e504e8390af29cfa5f79a242 commit r8-10320-g0a7a2b7c64a77218e504e8390af29cfa5f79a242 Author: Bin Cheng Date: Sat Jun 20 16:56:21 2020 +0800 Add missing unit dependence vector in data dependence analysis Current data dependence analysis misses unit distant vector if DRs in DDR have the same invariant access functions. This adds the vector as the constant access function case. Also fix typo in testcase. Backport from master commit: 287552950d56be47adb6b6bf2eae2d612233eaec and f6e1a4cd83190746b6544917f7526fa480ca5f18 2020-06-20 Bin Cheng gcc/ PR tree-optimization/94969 * tree-data-ref.c (constant_access_functions): Rename to... (invariant_access_functions): ...this. Add parameter. Check for invariant access function, rather than constant. (build_classic_dist_vector): Call above function. * tree-loop-distribution.c (pg_add_dependence_edges): Add comment. gcc/testsuite/ PR tree-optimization/94969 * gcc.dg/tree-ssa/pr94969.c: New test. 2020-06-20 Jakub Jelinek gcc/testsuite/ PR tree-optimization/95110 * gcc.dg/tree-ssa/pr94969.c: Swap scan-tree-dump-not arguments.
[Bug testsuite/95110] new test case in r11-345 error: gcc.dg/tree-ssa/pr94969.c: dump file does not exist
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95110 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Bin Cheng : https://gcc.gnu.org/g:63c00a0c6543ce6d55e0ebc97ddbc1d36fb1289c commit r10-8332-g63c00a0c6543ce6d55e0ebc97ddbc1d36fb1289c Author: Bin Cheng Date: Sat Jun 20 14:24:31 2020 +0800 Add missing unit dependence vector in data dependence analysis Current data dependence analysis misses unit distant vector if DRs in DDR have the same invariant access functions. This adds the vector as the constant access function case. Also fix typo in testcase. Backport from master. 2020-06-20 Bin Cheng gcc/ PR tree-optimization/94969 * tree-data-ref.c (constant_access_functions): Rename to... (invariant_access_functions): ...this. Add parameter. Check for invariant access function, rather than constant. (build_classic_dist_vector): Call above function. * tree-loop-distribution.c (pg_add_dependence_edges): Add comment. gcc/testsuite/ PR tree-optimization/94969 * gcc.dg/tree-ssa/pr94969.c: New test. 2020-06-20 Jakub Jelinek gcc/testsuite/ PR tree-optimization/95110 * gcc.dg/tree-ssa/pr94969.c: Swap scan-tree-dump-not arguments.
[Bug testsuite/95110] new test case in r11-345 error: gcc.dg/tree-ssa/pr94969.c: dump file does not exist
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95110 --- Comment #3 from CVS Commits --- The releases/gcc-9 branch has been updated by Bin Cheng : https://gcc.gnu.org/g:466ad887c9e1cd5a6762e7ec620eef2c8175b50d commit r9-8614-g466ad887c9e1cd5a6762e7ec620eef2c8175b50d Author: Bin Cheng Date: Fri May 22 11:42:11 2020 +0800 Add missing unit dependence vector in data dependence analysis Current data dependence analysis misses unit distant vector if DRs in DDR have the same invariant access functions. This adds the vector as the constant access function case. Also fix typo in testcase. Backport from master. 2020-05-13 Bin Cheng gcc/ PR tree-optimization/94969 * tree-data-ref.c (constant_access_functions): Rename to... (invariant_access_functions): ...this. Add parameter. Check for invariant access function, rather than constant. (build_classic_dist_vector): Call above function. * tree-loop-distribution.c (pg_add_dependence_edges): Add comment. gcc/testsuite/ PR tree-optimization/94969 * gcc.dg/tree-ssa/pr94969.c: New test. 2020-05-13 Jakub Jelinek gcc/testsuite/ PR tree-optimization/95110 * gcc.dg/tree-ssa/pr94969.c: Swap scan-tree-dump-not arguments.
[Bug testsuite/95110] new test case in r11-345 error: gcc.dg/tree-ssa/pr94969.c: dump file does not exist
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95110 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from Richard Biener --- Fixed.
[Bug testsuite/95110] new test case in r11-345 error: gcc.dg/tree-ssa/pr94969.c: dump file does not exist
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95110 --- Comment #1 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:287552950d56be47adb6b6bf2eae2d612233eaec commit r11-361-g287552950d56be47adb6b6bf2eae2d612233eaec Author: Jakub Jelinek Date: Wed May 13 19:16:06 2020 +0200 testsuite: Fix up tree-ssa/pr94969.c testcase [PR95110] 2020-05-13 Jakub Jelinek PR testsuite/95110 * gcc.dg/tree-ssa/pr94969.c: Swap scan-tree-dump-not arguments.