On Jun 20, 2005, at 10:54 AM, Sergei Organov wrote:
so SYMBOL_FLAG_SMALL (flags 0x6 vs 0x2) is somehow being missed when -O1is turned on. Seems to be something at tree-to-RTX conversion time. Constant folding?
No, it would mean that the target says that this is not a small data.Also try it with the following code and you will see there is no difference:
double osvf() { return 314314314; } Thanks, Andrew Pinski