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 ?
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: ccg ijsj <ccg dot ijsj at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 16 Jan 2009 10:46:59 +1100
- Subject: Re: Useless option parsing code in genautomata.c ?
- References: <582707f00901150147w2ed63773q9e401d40b68ac271@mail.gmail.com> <582707f00901150151i2b5a753bo127d5c755c3b2a41@mail.gmail.com>
> 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