From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id DA6733858C54 for ; Fri, 23 Sep 2022 21:11:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DA6733858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x52c.google.com with SMTP id b35so1869890edf.0 for ; Fri, 23 Sep 2022 14:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=XtbOGK2uvG7FOsJd+tnOY/7hGXPEgGpnbLmWvkyNC6g=; b=KCwkRwfyf7CKROtk3x7zq3825//77eOgAs1mJrWBYZstGlwuiMY3cbgBB7wGtaCIOg xqHx1w5KGVYXNPmPakedtBXQb5TY8G05FISobAA8JYvxEnBJRDiOydykynnSTHKsMtpJ c3HYvhOaaqQOkWN0mHKd/3td+lB45k9b49NWCNQQ/CFauKBV46S3uJgwqnaFudT8y22h TWvpikpyGp7oE4T50PCJ9Na8VTF4Nq9zvgjPX3XXpOO7a8Bd6C1y4TvA/nkEUin6SNB+ JbKbbrPppusrGKFFoPRQonM3Xof3qAgNaQvYmGXVVYsktMyCnh6VAVZ+A3fmuBtGaQzC IKEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=XtbOGK2uvG7FOsJd+tnOY/7hGXPEgGpnbLmWvkyNC6g=; b=8J/dOQ6vcsmvFTxpkjftCnXG9o9qISkwHG57E88I+9uVudD3MaLZWrznTPbEoE80FQ lPAIeItWVZ97rO7jzqMM627Cd3met7ljGNWoLl78rYXR5eM0yi4W2f6lnquXwhdiiVDl lA9wtn0nCK58GDziHXVSveFd/iFth5lRPim9dHQvAbj8hYwsVkzOqnA0fskAgZGEw4Br TOhQBa22dlO4sAQD7DUEHjgA9+KVx4+tdIoAOPnN/SlEhCIdr8rSJc4JCDXnwMRRKHMq XUeQ9YvSF/PGfkgwY5UECfHc4QBuQ9yd6j3RzBqERQ0/z/4bSP5ulWaW8A94ZlLVMnwY bCFg== X-Gm-Message-State: ACrzQf3EsQkuBUhbeUYYipqIiAl2JMP6XdKv5iclCPJasnKE+717DH3M r7+SF3nXAV74sRn0/ZcFefrt9whNHX+D81M82aE= X-Google-Smtp-Source: AMsMyM6YAwUoVRM1k5rU4G+WIFQGgISYwrIyIL3ISZQiwWGb1egHoWN/4m6R2G9P6qGMNXOb9LDK394iysSIKwZutf4= X-Received: by 2002:a05:6402:3552:b0:451:2037:639e with SMTP id f18-20020a056402355200b004512037639emr10674145edd.136.1663967503923; Fri, 23 Sep 2022 14:11:43 -0700 (PDT) MIME-Version: 1.0 References: <51543dff-d479-5e6e-e046-46ce9e64c354@126.com> <90f24cd806655b052a2d1ac190e6b2ed53fbbfce.camel@xry111.site> In-Reply-To: <90f24cd806655b052a2d1ac190e6b2ed53fbbfce.camel@xry111.site> From: mizo 91 Date: Fri, 23 Sep 2022 23:11:35 +0200 Message-ID: Subject: Re: CreateProcess No such file or directory To: Xi Ruoyao Cc: LIU Hao , gcc-help@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000fd3f0305e95e9fd6" X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000fd3f0305e95e9fd6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable pt., 23 wrz 2022 o 19:40 Xi Ruoyao napisa=C5=82(a): > On Thu, 2022-09-22 at 18:50 +0200, mizo 91 via Gcc-help wrote: > > > Additionaly isnt -I flags required for preprocessor only? Why gcc is > > trying to pass -I arguments to assembler program? Wouldnt you consider > this > > gcc driver bug than? > > From GNU assembler manual: > > -I dir > Add directory dir to the search list for ".include" directives. > > So -I flags may be for preprocessor, or for assembler. > I'm not calling the assembler. Im calling gcc. Check what gcc manual have to say about it. > > Ok, if indeed this is a system limitation that cannot be avoided then w= hy > > is the clang compiler not having this problem? > > Because clang emits an object file without invoking an assembler. This > is a difference in the fundamental design of the two compilers, Make sense > and you > can't change it just for some looooooong command line. > I'm not going to comment that.You do You :0 > > -- > Xi Ruoyao > School of Aerospace Science and Technology, Xidian University > --000000000000fd3f0305e95e9fd6--