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]

Re: Need some opinions


Alan Lehotsky wrote:
> 
>         The only fly in this ointment is that OCCASIONALLY even
>         the simple optimizations have bugs in 'em; so having a way
>         to force absolutely minimal optimization is still desirable.
> 
> -- Al Lehotsky
                         lehotsky@tiac.net

One way to do this is to have -O0 be minimal optimizations such as the
simple jump opt, while providing no -O flag of any kind does absolutely
nothing.

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research


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