Re: decl_constant_value_for_broken_optimization

2008-02-27 Thread Ian Lance Taylor
Paolo Bonzini <[EMAIL PROTECTED]> writes: > > In the current compiler, it seems very likely that every call to > > decl_constant_value_for_broken_optimization can simply be removed. > > The constant propagation passes should implement the optimization. > > What about format checking for constant

Re: decl_constant_value_for_broken_optimization

2008-02-27 Thread Paolo Bonzini
In the current compiler, it seems very likely that every call to decl_constant_value_for_broken_optimization can simply be removed. The constant propagation passes should implement the optimization. What about format checking for constant arrays? :-( That's the testcase that Joseph wrote for