From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id A3C763858C2D for ; Wed, 18 May 2022 10:43:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A3C763858C2D Received: by mail-wm1-x334.google.com with SMTP id k126so894532wme.2 for ; Wed, 18 May 2022 03:43:18 -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=GeWM1kFt2d61R+2U9T9QDuOywZAbWmtqGPbiXZWrI3Q=; b=U9oGLOZrNZMj5A2l9al4NnPioRUAKMvdYv6geDUGhaMHTQtn6N1d3Did17RBkAhiCi WSeY/vwC72LVW1e7kQnVkjN4OKoWO0zHseauJbtyqfprR+fPgXkz+YkNdJjbFJGckM+e vBLYApXxPIhIu9hhe7F9kcJif4H3UEPlZLqiieiRGGbgvvvifHMQNjWcS9/+IBhAqwDd i8E8ZaBjv3wzmuOo+XmikGrzX0YJPTjGpDeXR1NjvPWimhgPgUDoOfzMefWsEn0bDPcK hDPDqG6+4zOgsYS/OkC/QlaIfI+AjDzlv3GwY1eY738heBNYqyKBo7JjzkpsSAFOnMjx bEyw== X-Gm-Message-State: AOAM53235coEXWCPbxdOmf6tUNP7qB7PAfab6lKzDvrqKW6tfSWYw15D SCDTOv5F5/WsCR1yIwwQLTmronjuheWr9K4VTVg= X-Google-Smtp-Source: ABdhPJxJDxj3S9wouCXSF5ngd+HnAdstVLzG0r/y3vvPWcB7dWF/iEyUXkeGZXz6g7gu8ODHPPJrRxgccqPn9neL99k= X-Received: by 2002:a05:600c:4fd0:b0:394:7999:98ab with SMTP id o16-20020a05600c4fd000b00394799998abmr24865995wmq.179.1652870597570; Wed, 18 May 2022 03:43:17 -0700 (PDT) MIME-Version: 1.0 References: <98a68a34c0d95c812b49f471df3ff3d32e0bea8d.camel@xry111.site> In-Reply-To: From: Jonathan Wakely Date: Wed, 18 May 2022 11:43:06 +0100 Message-ID: Subject: Re: Segfault in libjava/prims.cc while compiling gcj To: Zopolis0 Cc: Xi Ruoyao , gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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 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:43:20 -0000 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.