Using i686-4.9.1-release-win32-dwarf-rt_v3-rev0.7z on Windows 7 64 bit,
with this simple code:
#include
struct stype { ~stype() {} };
void t() { stype s; throw 1; }
int main() {
try { t(); }
catch (...) { puts("Caught"); }
}
When compiling with:
gcc a.cpp -lstdc++ & a
the exception is
Hi,
this patch resolves fix-mes, adds win 7/8 APIs, fixes alignement issue
of structures, and adds winapifamily check.
Ok for apply?
Regards,
Kai
From edde5392f4aca53e6378efed114a4f56952bef04 Mon Sep 17 00:00:00 2001
From: Kai Tietz
Date: Sat, 23 Aug 2014 21:25:39 +0200
Subject: Add winapifamil
Am 22.08.2014 19:21, schrieb Dongsheng Song:
> On Fri, Aug 22, 2014 at 11:14 PM, Stefan Ruppert wrote:
>> Hi all,
>>
>> I have the following problem. I managed to compile our software which
>> uses Qt 4.8.6 with g++ mingw32-w64 (rubenvb-4.7.2-release) in 32bit mode
>> on a 64bit Windows 7 machine.