From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97106 invoked by alias); 26 Jun 2019 15:33:05 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 97056 invoked by uid 89); 26 Jun 2019 15:33:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=unavailable version=3.3.1 spammy=H*c:PHrt, H*c:alternative, H*x:5.0, H*x:Windows X-HELO: sonic309-24.consmr.mail.ir2.yahoo.com Received: from sonic309-24.consmr.mail.ir2.yahoo.com (HELO sonic309-24.consmr.mail.ir2.yahoo.com) (77.238.179.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jun 2019 15:33:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s2048; t=1561563179; bh=j6qopO640E3JHkYJgTLBL0YVf29at/6pI/RDvyLNU40=; h=Date:From:To:Subject:References:From:Subject; b=Bo6hDktKBAKUOCN9LDHPk5ZBRX9Rifdf99NN7bNqnaMw+Ad1Gn2QQ52bex0H9oPfoZ6V8Ll75EIl4EZ1MSXIqyf4Q8rHgdjpu6Gfn2qCYkANnTDZdfG/f94f3X8+HMJKNg0iyII/jLD2KVcMiSmfMpGzS+4vyzHTsipyvOhMIbL7Pqj8j7H8W09fPMCRsri28NjrLzxfwj12aKZB6TTrBtt0rv7ys8NzPrGGIpVxa0+Haxa9NxsSJUJQA8j2JG1fxHshIVR7Zw7y35ULomSI+Hm1+2tm9OTqMMta5O+wi+XqbP7nRenR2tKCagqW5gXkh00Y6xyHiBq7Sz44egPQSg== Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.ir2.yahoo.com with HTTP; Wed, 26 Jun 2019 15:32:59 +0000 Date: Wed, 26 Jun 2019 15:33:00 -0000 From: "charfi asma via gcc-help" Reply-To: charfi asma To: Gcc-help , Gcc Mailing List , Andrew Haley Message-ID: <775249127.588176.1561563149637@mail.yahoo.com> Subject: CFG generation from C/C++ and JAVA MIME-Version: 1.0 References: <775249127.588176.1561563149637.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00097.txt.bz2 Hello, I am interested in generating the CFG from several gcc front ends. All work= s fine for GCC and G++, and we are also interrested in JAVA. we have seen that GCJ is no longer maintained/distributed by GCCHowever, we= do not like to compile input java code into assembly or binary code, we wo= uld like just to analyze (with our tools) the CFG produced from each front = ends including the gcj front end. we downloaded the gcc 6.5.0 that contains gcj but when trying to call "gcj = -v" we got this error : "libgcj.spec : Nosuch file or directory." Any idea ? we really need to evaluate the java front end even in a previous= version of GCC (just to dump the Generic, gimple and cfg intermediate repr= esentations) Thank you very much ! Asma=C2=A0