https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123480
Theodore.Papadopoulo at inria dot fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Theodore.Papadopoulo@inria.
| |fr
--- Comment #30 from Theodore.Papadopoulo at inria dot fr ---
What you do not seem to understand is that in your zlib case you do not
leverage any C++ code since it is a C library, so the linker remove the use of
libstc++. In your iostream case, this is not possible, so your problem.