On Wed, Apr 13, 2016 at 09:50:29AM +0200, Richard Biener wrote: > But I wonder why expansion doesn't simply "re-compute" TREE_STATIC > here. That is, do we rely on TREE_STATIC constructors for correctness > purposes as set by frontends?
Clearly we do rely on it. If we did not rely on it, would the flag be useful for anything? Jakub