------- Comment #2 from pinskia at gcc dot gnu dot org 2008-02-28 22:26 ------- >/* { dg-final { scan-tree-dump-times "conststaticvariable" o "optimized"} } */
that should be: /* { dg-final { scan-tree-dump-times "conststaticvariable" 0 "optimized"} } */ :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35402