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

Options disabled under -Os


Hello,

In GCC documentation,  3.1 Options that Control Optimization: it is indicated -Os disables alignment of functions, jumps, labels, and loops.  However, with -v -Q passed to the compile step, I see all these options enabled under -Os.  Is this intended behavior, therefore a documentation bug?
I have tried this with GCC4.4.7 and GCC8.3.1

Thanks,
Visda


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