This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Debugging optimizer problems
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: jacob navia <jacob at jacob dot remcomp dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 02 Feb 2018 22:11:49 +0100
- Subject: Re: Debugging optimizer problems
- Authentication-results: sourceware.org; auth=none
- References: <656484e9-7c0c-95d1-83ec-fb3f431b74dd@jacob.remcomp.fr>
* jacob navia:
> I have in my small C compiler introduced the following construct:
>
> #pragma optimize(on/off,push/pop)
Not sure what you are after. GCC has something quite similar:
<https://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html>