This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/37394] [4.4 Regression] Segfault in ia64_variable_issue with -O -fschedule-insns2
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Sep 2008 00:04:41 -0000
- Subject: [Bug target/37394] [4.4 Regression] Segfault in ia64_variable_issue with -O -fschedule-insns2
- References: <bug-37394-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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