This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Useless option parsing code in genautomata.c ?
OK, I got it. ^_^
I should specify these options through (automata_option options) in md.
//I tried to use those options in command line like "genautomata -v
foo.md", which was not supported....
Thanks very much.
Best,
Jim
On 1/16/09, Ben Elliston <bje@au1.ibm.com> wrote:
>> Now I just set v_flag to 1 manually in code to get the output, but I
>> don't think it is a correct way.
>> Anyone could tell me the correct way to output automata description,
>> or help me to confirm this bug?
>
> I don't think there is a bug. What do you have in your define_automaton
> directive? Note that `-' is not required for these options.
>
> Ben
>
>