------- Comment #7 from steven at gcc dot gnu dot org 2009-06-30 08:21 ------- Please adjust the test case:
/* { dg-options "-O2 -Os -fdump-tree-sink-stats" } */ This makes no sense, -Os implies -O2. So it should be: /* { dg-options "-Os -fdump-tree-sink-stats" } */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40416