[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-03-06 21:57 --- Subject: Bug 35402 Author: pinskia Date: Thu Mar 6 21:56:04 2008 New Revision: 132991 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=132991 Log: 2008-03-06 Andrew Pinski [EMAIL PROTECTED] PR

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-03-06 21:59 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-03-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-03-05 23:40 --- (In reply to comment #3) Please change tree-ssa-sccvn.c:try_to_simplify accordingly (eventually that should use a common helper function to extract a constant initializer for the tcc_reference case, too).

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-02-29 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-29 12:43 --- Please change tree-ssa-sccvn.c:try_to_simplify accordingly (eventually that should use a common helper function to extract a constant initializer for the tcc_reference case, too). Thanks! --

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-28 22:08 --- Mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-02-28 Thread pinskia 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} } */ :) --

[Bug tree-optimization/35402] Store CCP will not inline static const variable which is default initialized

2008-02-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35402