From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89988 invoked by alias); 8 Jun 2015 20:58:32 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 89975 invoked by uid 89); 8 Jun 2015 20:58:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.7 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-ie0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=eLI4QsbKbGM1ilFFQzLaBt6F+f2paXc7eVkC/ZrduDY=; b=cUCAO7R4mf80bcznnoWREG9sPX+Si1A/vjaVctbS0s+TcThGvLQEfWtZ/NvIDgfv6G TzUoyPqToNzwWMZ9Oc31fYm0i2DazwK0ZcByki0H0IJ2fO7/vs99gR24NBqotdmf2S26 uX1d4Wr6fa5tiJZgkHgsv331iH+ED1+Z1KJblw9eq5keN5qpolGtskEaIlIJ5Dv4wyW9 BiDBBIurURuKD1Zzt/8MfLsBGsE0g0noNbTxVg9zjm8iX9P1dYm8FhfpBVnHJzE3UxGn uevhCm4UMc/N7Tgj7rUSjE0C5b/fwwBtXPvnzELASumj6eo+JiSrb6W53fMCxxE4EcKN 51pA== X-Gm-Message-State: ALoCoQnZosuS4ZR4ewq7DiqRJhaiufI9raZAd/JpDeNew39tPe6NtpbAkMMK31bQLyvPiwNcUMvH MIME-Version: 1.0 X-Received: by 10.43.125.200 with SMTP id gt8mr21147000icc.90.1433797108172; Mon, 08 Jun 2015 13:58:28 -0700 (PDT) Date: Thu, 01 Jan 2015 00:00:00 -0000 Message-ID: Subject: Basic linking / compilation question From: Dibyendu Majumdar To: jit@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-q2/txt/msg00030.txt.bz2 Is it a requirement that the application using libgccjit needs to be compiled using gcc 5.1 or does it not matter? Regards Dibyendu