From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oo1-xc35.google.com (mail-oo1-xc35.google.com [IPv6:2607:f8b0:4864:20::c35]) by sourceware.org (Postfix) with ESMTPS id 1BCF13858C52 for ; Wed, 18 May 2022 10:45:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1BCF13858C52 Received: by mail-oo1-xc35.google.com with SMTP id q7-20020a4adc47000000b0035f4d798376so326585oov.6 for ; Wed, 18 May 2022 03:45:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fh7/3vYLWzoQ0Gt9PAEQsy39scAwiBszlMmQZzuLPHU=; b=PrET23nG0FH4UXip7ZBlOvnPimTLkyI51VcifWrJ8il97W4JJzWDtCrVS3yAbqhcAJ 9BpPe6iabAbttbrK4+abiKOXwqP9po3S4GPQiL1pVbjNdJ0dXH6/10eJLPWEb6tmqHYM zhaU70dsJFaXwowq5eA4uLCeMcrwwJHDtQRQ++tbP7/EPi4MIZzpxvlVJfs5cza7hGmB mjCu09nE60/DFACshpNkqGbpAH/W09QmBOlY8DYkOqb5VpS3K4SAKMW42djIQJRy7xGj bAL4mBr8Z1ZhU2e4cO+mIxyyc+W/A3nugJ/IK2dd6IUn0IqokNX6JOnWmbtwn6fSny13 G4eA== X-Gm-Message-State: AOAM531EHwiWzbFuNT+ymfBp7THGgKkO0RJojnBpXWpZpbS401x46+1/ JsDssgwNpqxQe4YeGEygfeiPAG8sMQK5ubVhfFc= X-Google-Smtp-Source: ABdhPJyF0hGE/ELtTG94EzBWkjeu5PrVc+dNWd2oeYCRIuq5u+8VrrtPus62BN5FSwQsE6Ny2wBs7wsoTXc2YItlLm0= X-Received: by 2002:a4a:245a:0:b0:35e:964f:c41e with SMTP id v26-20020a4a245a000000b0035e964fc41emr9856690oov.33.1652870758332; Wed, 18 May 2022 03:45:58 -0700 (PDT) MIME-Version: 1.0 References: <98a68a34c0d95c812b49f471df3ff3d32e0bea8d.camel@xry111.site> In-Reply-To: From: Zopolis0 Date: Wed, 18 May 2022 20:45:47 +1000 Message-ID: Subject: Re: Segfault in libjava/prims.cc while compiling gcj To: Jonathan Wakely Cc: Xi Ruoyao , gcc-help X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2022 10:46:00 -0000 I thought " But "-D...", "-I...", and "-B..." shall be removed." was asking me to remove them. I used -E, I said I produced the file. The bit I'm confused about is "Then compile prims.ii using". On Wed, May 18, 2022 at 8:43 PM Jonathan Wakely wrote: > On Wed, 18 May 2022 at 11:39, Zopolis0 via Gcc-help > wrote: > > > > I'm unable to use the system g++ to compile it as removing any of the > > includes breaks it, removing any of the -B arguments breaks it, but not > > removing the -B arguments break it. > > Don't remove them then, that's not what you were asked to do. > > > Not exactly sure how to compile a > > preprocessed file either. > > Rea the email you replied to, you use -E as described. > > > As it stands, I have been unable to reproduce the > > error or change any of the flags, although I have been able to produce a > > preprocessed file as per your instructions. > > Because you didn't follow the instructions. >