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

disable gcc optimization of some parts of code...


Hi,
I have some arithmetic calculation  that the GCC optimizer  optimize
(e.g. a=8+8 become a=16....). who can I disable it from doing that on
some of the parts in the code? something like MACRO commands.... if
you have any other ideal I'll be happy to hear...

Best Regards,
Jonatan Perry.


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