This is the mail archive of the gcc-patches@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]

Re: [3.4] Fix oversight in the docs


Eric Botcazou <ebotcazou@adacore.com> writes:

| Excerpt from decode_options:
| 
|   if (optimize >= 3)
|     {
|       flag_inline_functions = 1;
|       flag_rename_registers = 1;
|       flag_unswitch_loops = 1;
|       flag_web = 1;
|     }
| 
| Tested with 'make doc', applied to 3.4 branch as obvious.

Thanks!

-- Gaby


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