https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68175
Boris Nagaev <bnagaev at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |--- --- Comment #2 from Boris Nagaev <bnagaev at gmail dot com> --- The patch from bug 67056 [1] was applied to MXE [2]. It doesn't work. The executable produced from my test code (class BufferedIfstream) is crashing. The patch was applied to Debian Stretch version of gcc (5.2.1-22) and the resulting gcc compiler makes crashing executables as well. The code provided in bug 67056 as a test code [3] is compiled to a working executable by patched MXE, original MXE and Debian Stretch's gcc 5.2.1. Bugs 67056 and 68175 seems not to be the same bug. Can you confirm that patched gcc (rev. 229148) compiles my test code correctly (class BufferedIfstream), please? [1] https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/ipa-polymorphic-call.c?r1=229148&r2=229147&pathrev=229148 [2] https://github.com/LuaAndC/mxe/commit/5c47e8ef678ea785b1092272fd3adb51beebff4e [3] https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/testsuite/g%2B%2B.dg/ipa/pr67056.C?view=markup&pathrev=229148