aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/st.cc
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2023-07-17 14:22:06 +0200
committerMartin Jambor <mjambor@suse.cz>2023-07-17 14:22:29 +0200
commit3b9cd125cfca44d3ae18f409fb20b5c094829e41 (patch)
tree214149a3d12bcdc8c41599b8c911f281e99131fd /gcc/fortran/st.cc
parente21e13e2525a042a0aabfbcb4ebf4f08609078c7 (diff)
downloadgcc-3b9cd125cfca44d3ae18f409fb20b5c094829e41.zip
gcc-3b9cd125cfca44d3ae18f409fb20b5c094829e41.tar.gz
gcc-3b9cd125cfca44d3ae18f409fb20b5c094829e41.tar.bz2
Restore bootstrap by removing unused variable in tree-ssa-loop-ivcanon.cc
This restores bootstrap by removing the variable causing: /home/mjambor/gcc/trunk/src/gcc/tree-ssa-loop-ivcanon.cc: In function ‘bool try_peel_loop(loop*, edge, tree, bool, long int)’: /home/mjambor/gcc/trunk/src/gcc/tree-ssa-loop-ivcanon.cc:1170:17: error: variable ‘entry_count’ set but not used [-Werror=unused-but-set-variable] 1170 | profile_count entry_count = profile_count::zero (); | ^~~~~~~~~~~ cc1plus: all warnings being treated as errors gcc/ChangeLog: 2023-07-17 Martin Jambor <mjambor@suse.cz> * tree-ssa-loop-ivcanon.cc (try_peel_loop): Remove unused variable entry_count.
Diffstat (limited to 'gcc/fortran/st.cc')
0 files changed, 0 insertions, 0 deletions