This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/44080] Call GNU ld with -O1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44080

--- Comment #1 from Marc Glisse <marc.glisse at normalesup dot org> 2011-08-06 12:06:20 UTC ---
Created attachment 24932
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24932
patch spec

Testing for -Ox x>=3 within the specs is ugly (see the patch) but seems to
work, thanks to the special treatment for -O* options (all but the last one are
ignored), and seems preferable to doing it in the code. I don't know if we also
want to do something for -Os.

Bootstrapped with -O3.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]