Message ID | d6bdf385-e997-9c85-206b-08d001c0640b@acm.org |
---|---|
State | New |
Headers | show
Return-Path: <gcc-patches-bounces@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=QIgdpI6m; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DmXvv02pKz9sWH for <incoming@patchwork.ozlabs.org>; Fri, 26 Feb 2021 00:00:42 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DFDE238930F9; Thu, 25 Feb 2021 13:00:29 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by sourceware.org (Postfix) with ESMTPS id 34D763836C5B for <gcc-patches@gcc.gnu.org>; Thu, 25 Feb 2021 13:00:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34D763836C5B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nathanmsidwell@gmail.com Received: by mail-qk1-x734.google.com with SMTP id l132so4237156qke.7 for <gcc-patches@gcc.gnu.org>; Thu, 25 Feb 2021 05:00:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=2IW5djb8/60NEe6y1JHRjIiLTKJkyB2dBhJgkN709k4=; b=QIgdpI6mEkubR6m4kYHCNSiYiOakYvd15m4Df9N9ax9C4oMkTAy3ovioG10Wbw85lo +eqgBgNOcWxOkauPUVjteBWqD9An7fPE4aZzoDfdSPeJ1UtRzwBaT8kXf5uj5qohNPqz 4zmGwXrzaE0n/09h0oT0Zjbn34IS1Dtq/TPM1gdx2Nrb4oh5FVV8CwJjtWjtDcML1XF5 T7p2WcjaDjrBiexBnvICFYySw0iLQ4KfDLmIHsl7Mc6qJJjSaWZOCxzBtfa4x+2K49kt OjqkPRazDW2kNDvFQJGXJGbpDbwSptlA+kkWjOqvnEdMhdQiRlvijEFdrcdbRDuZ+4Jg UyOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:to:from:subject:message-id:date :user-agent:mime-version:content-language; bh=2IW5djb8/60NEe6y1JHRjIiLTKJkyB2dBhJgkN709k4=; b=MwoVPpFVima3SFIsIts9731azVVe3Z/ynX4mt29zHqCK7cHPr+fgJI/oEVm0iZSNFh VbPvTTmS5mQO0Pqrx/yLAQYG3b3aCLbxcQ44Wtb6098ZTNAG8DxlY4h0kVid/pciHRGg Kkbx9niCQ8QMmk9sevhkgYN1CAhzFBi1ttin7s3bgq+1uECH8B1hAdlXnljUXSHpGOCY 6emWS6b4giRPZpS20N3Yco6g8kQBJkMC5vf3fM6Us2Qcz7xXaMR3CeRbVGt18peNlAaM Jym+fmvu/3rdnW6iLNFhRWhusZ9U9wSJad05jRAANGJ7k/rZ7rKBVpK4w/Dwjlx+PTgE 94Eg== X-Gm-Message-State: AOAM531IJJ+o6mxDqmmGxcY22qzA+AYp0sbMt3zH8pxj7AcyCVO1NnSk 8Je6WUN39mOqswfiCKrKNI8= X-Google-Smtp-Source: ABdhPJzqk1KloMNz13USTZio6Mu9yY34nOWirr+PhazNtleGPuOeEo1Ni34GW4/EXvATe6R2/8GcsA== X-Received: by 2002:a37:916:: with SMTP id 22mr582221qkj.7.1614258026749; Thu, 25 Feb 2021 05:00:26 -0800 (PST) Received: from ?IPv6:2620:10d:c0a8:1102:2c94:8b30:36b0:69d? ([2620:10d:c091:480::1:6adc]) by smtp.googlemail.com with ESMTPSA id h67sm3778148qkd.112.2021.02.25.05.00.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 25 Feb 2021 05:00:25 -0800 (PST) To: GCC Patches <gcc-patches@gcc.gnu.org> From: Nathan Sidwell <nathan@acm.org> Subject: c++: Fix typo in module-mapper [PR 98318] Message-ID: <d6bdf385-e997-9c85-206b-08d001c0640b@acm.org> Date: Thu, 25 Feb 2021 08:00:24 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------0F1B9A7E6DCA9C611E895016" Content-Language: en-US X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" <gcc-patches-bounces@gcc.gnu.org> |
Series |
c++: Fix typo in module-mapper [PR 98318]
|
expand
|
diff --git c/gcc/cp/mapper-client.cc w/gcc/cp/mapper-client.cc index a72b4b70664..774e2b2b095 100644 --- c/gcc/cp/mapper-client.cc +++ w/gcc/cp/mapper-client.cc @@ -249,7 +249,7 @@ module_client::open_module_client (location_t loc, const char *o, if (port && endp != cptr + 1 && !*endp) { name[colon] = 0; - int fd = 01; + int fd = -1; #if CODY_NETWORKING fd = Cody::OpenInet6 (&errmsg, name.c_str (), port); #endif