On 9/22/21 11:44, Richard Biener wrote:
On Thu, Sep 16, 2021 at 12:01 PM Martin Liška <mli...@suse.cz> wrote:
Again a preparation patch that was tested on all cross compilers.
Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Ready to be installed?
I think you want to retain
- FILE *_hide_asm_out_file = (MYFILE);
Oh, oh!
and use _hide_asm_out_file to preserve MYFILE execution counts in case
it contains side-effects.
I do always forget about the fact that macros can have side-effects.
Thanks for review,
Martin
OK with that change.
Richard.
Thanks,
Martin