This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Feb 2008 22:26:21 -0000
- Subject: [Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized
- References: <bug-35402-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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