[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #11 from Jakub Jelinek --- I doubt -O3 would help much, a significant amount of tests is already with -O3. As Martin's pages show, the less covered areas is e.g. old reload (you need some target that doesn't use LRA), driver (say for

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #10 from Martin Liška --- (In reply to David Binderman from comment #9) > (In reply to Martin Liška from comment #8) > > I'm running that once a week: > > https://users.suse.com/~mliska/lcov/ > > Great ! > > I'll have a go at dupli

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #9 from David Binderman --- (In reply to Martin Liška from comment #8) > I'm running that once a week: > https://users.suse.com/~mliska/lcov/ Great ! I'll have a go at duplicating your results, then have a go at extending the test

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #8 from Martin Liška --- > I am guessing that a gcc build with "-ftest-coverage -fprofile-arcs" > would help. Then find unvisited code, then write a test case that gets > there etc I'm running that once a week: https://users.suse.com

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #5 from Martin Liška --- Author: marxin Date: Tue Jun 25 11:50:12 2019 New Revision: 272651 URL: https://gcc.gnu.org/viewcvs?rev=272651&root=gcc&view=rev Log: Remove dead code in df-scan.c (PR tree-optimization/90978). 2019-06-25 M

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-24 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #3 from Jan Hubicka --- > Guess this is https://gcc.gnu.org/ml/gcc-patches/2010-06/msg00410.html but the > gcc_unreachable () calls weren't in the patch posted to gcc-patches. It indeed seems like debugging session leftover. Given we

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/90978] A suspicious code in df-scan.c since r160348

2019-06-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90978 --- Comment #1 from Martin Liška --- The same can be seen here: 3615else 3616 { 3617struct df_scan_problem_data *problem_data 3618 = (struct df_scan_problem_data *) df_scan->problem_data; 3619 gcc_unr