------- Comment #6 from hjl dot tools at gmail dot com 2008-09-08 00:04 ------- We have OPTIMIZATION_OPTIONS which is executed once just after the optimization level is determined and before the remainder of the command options have been parsed. This macro is run once at program startup and when the optimization options are changed via "pragma GCC optimize" or by using the "optimize" attribute.
We have OVERRIDE_OPTIONS which is executed once just after all the command options have been parsed. They don't cover this case as well as the case in http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00524.html -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xuepeng dot guo at intel dot | |com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37394