Hi,
While trying to improve clang's handling of "#pragma GCC visibility" I
found out that libstdc++-v3/libsupc++/typeinfo looks like

#pragma GCC visibility push(default)
extern "C++" {
#pragma GCC visibility pop
}

Is that supposed to work or just happens to? If desired, the attached
patch moves the pop after the closing }.
Thanks for raising the issue. To me the above looks like a straightforward typo, which we should fix as soon as possible (not sure whether we could also diagnose it).

Jason, Jakub, can you confirm?

Thanks,
Paolo.

Reply via email to