If it is all contained in a single expression that is very unlikely.
fold-const operates on "tree"s build by the frontend for single expressions,
and it does not depend much on context.
For constant propagation it could make a difference, because the gcc backend
works with the RTL abstraction then and depends on context (e.g. various
optimizations are not done when the function contains gotos etc.)
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html