From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06B783858D33; Wed, 1 Feb 2023 18:22:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06B783858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675275741; bh=zRH6z8z7w9uHFCRWPFHmAAjD8uSUCWVQqfPtpp5OQTk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Eon5TgJYufpXhhkmCavlDf8bCcdnxir0miaGsfOSiLopvopr1Io1LHTSX5MWY1xcH GxAI0KzkgJ9CDxMVHbFzPVgsON3SsWkz351CrfcKdloWOl0PVpG2eyJb6+y1Dp/EbW 7R0aBrRlwUwPFmATFIyZkmYbj6xeBIXdVSIjt64I= From: "mckelvey at maskull dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107998] [13 Regression] gcc-13-20221204 failure to build on Cygwin No dirname for option: m32 Date: Wed, 01 Feb 2023 18:22:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: mckelvey at maskull dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107998 --- Comment #14 from James McKelvey --- Okay I installed gcc-12, built about 10/29/2022: $ g++ -v Using built-in specs. COLLECT_GCC=3Dg++ COLLECT_LTO_WRAPPER=3D/usr/local/libexec/gcc/x86_64-pc-cygwin/12.2.1/lto-wr= apper.exe Target: x86_64-pc-cygwin Configured with: ./configure --enable-languages=3Dc,c++ --enable-threads=3D= posix Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.1 20221029 (GCC) $ cat gcc/config/i386/t-cygwin-w64 MULTILIB_OPTIONS =3D m64/m32 MULTILIB_DIRNAMES =3D 64 MULTILIB_OSDIRNAMES =3D ../lib ../lib32 $ gcc -print-multi-lib .; ;@m32 $ gcc -print-multi-directory . $ gcc -print-multi-directory -m64 . $ gcc -print-multi-directory -m32 $ gcc -print-multi-os-directory ../lib $ gcc -print-multi-os-directory -m64 ../lib $ gcc -print-multi-os-directory -m32 ../lib32=