From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 78CB53852C66; Thu, 17 Nov 2022 20:17:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78CB53852C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668716247; bh=PnRdEOiGeXoyvbkgRk9FUHZEOvxjLvq5a8FxTMXKXXk=; h=From:To:Subject:Date:From; b=REKlv38MQ6T9k2+SHQlnp3vmpWIwO/JeaqoIdoRk5cks663+sQz84D8ijZPBW23eO Pq7jpig6yI/Wi05Jy+3HJn5tAc4mrPYkKx9s/7JtxevyzWYm//wIgqVga+3FsMQlOE IDZ3BiFbylSqBSBWD6NOE7Pat3j2R0KDnc2QAtPM= From: "aldot at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/107739] New: --enable-languages= duplicates yield odd error Date: Thu, 17 Nov 2022 20:17:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldot at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107739 Bug ID: 107739 Summary: --enable-languages=3D duplicates yield odd error Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: aldot at gcc dot gnu.org Target Milestone: --- Mere cosmetics, but the error is contradicting it's own hint in a confusing way. $ ../../src/gcc-13.mine/configure --enable-languages=3Dc++,lto,lto configure: error:=20 The following requested languages could not be built: lto Supported languages are: c,c,c++,fortran,go,lto,objc,obj-c++ or other dups like $ ../../src/gcc-13.mine/configure --enable-languages=3Dc++,c++,lto configure: error:=20 The following requested languages could not be built: c++ Supported languages are: c,c,c++,fortran,go,lto,objc,obj-c++ I'm not sure why duplicates are not ignored silently.=