This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Incomplete TREE_CONSTANT-propagation in build() ?


On Wed, 5 Nov 2003, Gabriel Dos Reis wrote:

> Do you see an alternative apart from implementing the various flags
> you alluded to in your earlier message?

Re-use valid_compound_expr_initializer, which presently exists to
implement the dubious extension of treating some compound expressions as
constant expressions, but could be used for this case as well (while the
use for ordinary compound expressions eventually goes away)?

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]