https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66609
--- Comment #7 from Rich Felker <bugdal at aerifal dot cx> --- Created attachment 36359 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36359&action=edit preprocessed source still affected by the bug Oddly I'm still experiencing this bug for some functions but not others, even with the patch applied. I've attached preprocessed output of a file which is being miscompiled: the reference to __do_cleanup_push wrongly binds locally, but the reference to __do_cleanup_pop is overridable like it should be.