From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1093C385802D; Fri, 15 Oct 2021 14:05:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1093C385802D From: "gcc_bugzilla at axeitado dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/100486] Ada build fails for 32bit Windows Date: Fri, 15 Oct 2021 14:05:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gcc_bugzilla at axeitado dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 14:05:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100486 --- Comment #26 from =C3=93scar Fuentes = --- (In reply to Eric Botcazou from comment #25) > > Sorry, I misread your message and now realized that you just wanted the > > executable and its dependencies. They are now on the same URL. The 11.2 > > libstdc++ and libgcc dlls are built with debug info. >=20 > Thanks. I cannot reproduce the problem though: Curious. I tested the executable on Windows 10 and on Wine, with same resul= t. Maybe your setup is hiding the output? Or the executable is not being start= ed at all? (I've seen that on some environments where a required dll was missi= ng or was incorrect.) I uploaded new excep.cpp/excep.exe files. Now the executable should give si= gns of life before crashing: $ ./excep.exe Throwing... terminate called after throwing an instance of 'int' terminate called recursively abnormal program termination I suggest to try the reproducer under a normal Windows shell, not some MSYS2/Cygwin terminal emulator.=