From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28045 invoked by alias); 28 Jun 2013 14:32:28 -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 28036 invoked by uid 89); 28 Jun 2013 14:32:28 -0000 X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_CP autolearn=ham version=3.3.1 Received: from mail-pb0-f50.google.com (HELO mail-pb0-f50.google.com) (209.85.160.50) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 28 Jun 2013 14:32:27 +0000 Received: by mail-pb0-f50.google.com with SMTP id wz7so2312328pbc.23 for ; Fri, 28 Jun 2013 07:32:26 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.66.134.132 with SMTP id pk4mr10052031pab.20.1372429946256; Fri, 28 Jun 2013 07:32:26 -0700 (PDT) Received: by 10.66.126.9 with HTTP; Fri, 28 Jun 2013 07:32:26 -0700 (PDT) Date: Fri, 28 Jun 2013 20:01:00 -0000 Message-ID: Subject: lang.opts help From: Philip Herron To: GCC Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-06/txt/msg00228.txt.bz2 Hey all I have been having trouble with my lang.opts i keep getting: hilips-MacBook:gccpy-build redbrain$ gccpy -O0 -fdump-tree-gimple t.py -o t.o -fpy-dump-dot -fpy-gen-main gpy1: warning: command line option =91-fpy-dump-dot=92 is valid for Python but not for [enabled by default] gpy1: warning: command line option =91-fpy-gen-main=92 is valid for Python but not for [enabled by default] gpy1: warning: command line option =91-L/usr/local/lib/gcc/x86_64-apple-darwin12.3.0/4.8.0=92 is valid for Go/Python but not for [enabled by default] gpy1: warning: command line option =91-L/usr/local/lib/gcc/x86_64-apple-darwin12.3.0/4.8.0/../../..=92 is valid for Go/Python but not for [enabled by default] And my lang.opts is: Language Python I Python Joined Separate ; Documented in c.opt L Python Joined Separate ; Not documented fpy-gen-main Python Var(GPY_OPT_gen_main) Init(0) -fpy-gen-main Dump out main hook such that compiled module is main fpy-dump-dot Python Var(GPY_OPT_dump_dot) Init(0) -fpy-dump-dot Makes front-end dump dotIL Types and AST o Python Joined Separate ; Documented in common.opt Thanks --Phil