From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3845 invoked by alias); 1 Feb 2011 15:43:28 -0000 Received: (qmail 3837 invoked by uid 22791); 1 Feb 2011 15:43:27 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from nm8.bullet.mail.ukl.yahoo.com (HELO nm8.bullet.mail.ukl.yahoo.com) (217.146.182.249) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 01 Feb 2011 15:43:23 +0000 Received: from [217.146.183.181] by nm8.bullet.mail.ukl.yahoo.com with NNFMP; 01 Feb 2011 15:43:20 -0000 Received: from [217.146.183.164] by tm12.bullet.mail.ukl.yahoo.com with NNFMP; 01 Feb 2011 15:43:20 -0000 Received: from [127.0.0.1] by omp1005.mail.ukl.yahoo.com with NNFMP; 01 Feb 2011 15:43:20 -0000 Received: (qmail 47760 invoked by uid 60001); 1 Feb 2011 15:43:20 -0000 Message-ID: <627793.44296.qm@web28514.mail.ukl.yahoo.com> Received: from [132.166.132.113] by web28514.mail.ukl.yahoo.com via HTTP; Tue, 01 Feb 2011 15:43:20 GMT Date: Tue, 01 Feb 2011 15:43:00 -0000 From: charfi asma Subject: [gcc front end] add options To: gcc-help@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00012.txt.bz2 Hello, I built a new gcc front end I would like to use the -fopenmp options when compiling my source file I could use the C front end options like -S -fdump-tree-all -O*, .... but w= hen I=20 use -fopenmp I get this error: uml1: warning: command line option =E2=80=98-fopenmp=E2=80=99 is valid for= =20 C/C++/Fortran/ObjC/ObjC++ but not for [enabled by default] should I modify my lang-specs.h ? If yes what kind of modification ? here is its content: {".uml", "@uml", 0, 1, 0}, {"@uml", "uml1 %i %(invoke_as)", 0, 1, 0}, {"@uml", "uml1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 1, 0}, thank you very much Asma