public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* lang.opt
@ 2012-05-20  2:21 Philip Herron
  2012-05-21  4:04 ` lang.opt Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Herron @ 2012-05-20  2:21 UTC (permalink / raw)
  To: GCC

Hey

Trying to add option to my front-end thought lang.opt:

fpy-dump-dot
Python Var(gpy_set_dump_dot) Init(1)
dumps the pretty-printed DOT IL

But i keep Getting:

warning: command line option ‘-fpy-dump-dot’ is valid for Python but
not for  [enabled by default]

--Phil

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

* Re: lang.opt
  2012-05-20  2:21 lang.opt Philip Herron
@ 2012-05-21  4:04 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2012-05-21  4:04 UTC (permalink / raw)
  To: Philip Herron; +Cc: GCC

Philip Herron <redbrain@gcc.gnu.org> writes:

> Trying to add option to my front-end thought lang.opt:
>
> fpy-dump-dot
> Python Var(gpy_set_dump_dot) Init(1)
> dumps the pretty-printed DOT IL
>
> But i keep Getting:
>
> warning: command line option ‘-fpy-dump-dot’ is valid for Python but
> not for  [enabled by default]

Do you have

Language
Python

at the start of your lang.opt file?

Ian

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

end of thread, other threads:[~2012-05-21  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20  2:21 lang.opt Philip Herron
2012-05-21  4:04 ` lang.opt Ian Lance Taylor

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).