public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* [gcc front end] add options
@ 2011-02-01 15:43 charfi asma
  2011-02-01 16:40 ` Andi Hellmund
  0 siblings, 1 reply; 4+ messages in thread
From: charfi asma @ 2011-02-01 15:43 UTC (permalink / raw)
  To: gcc-help

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 when I 
use -fopenmp I get this error:

uml1: warning: command line option ‘-fopenmp’ is valid for 
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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-03 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01 15:43 [gcc front end] add options charfi asma
2011-02-01 16:40 ` Andi Hellmund
2011-02-01 18:07   ` Philip Herron
2011-02-03 18:24   ` Re : " charfi asma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).