how to get the .dfa output file in gcc

2009-09-30 Thread ddmetro
View this message in context: http://www.nabble.com/how-to-get-the-.dfa-output-file-in-gcc-tp25685438p25685438.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Re: how to get the .dfa output file in gcc

2009-10-03 Thread ddmetro
ta.c'. -Dhiraj -- View this message in context: http://www.nabble.com/how-to-get-the-.dfa-output-file-in-gcc-tp25685438p25731480.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Re: how to get the .dfa output file in gcc

2009-10-06 Thread Ben Elliston
On Sat, 2009-10-03 at 11:37 -0700, ddmetro wrote: > 1. In the initiate_automaton_gen() function of 'genautomata.c', initialize > the v_flag variable to 1 i.e., v_flag = 1; It should not be necessary to do this. Can you retry with the .md syntax? Ben

RE: help on - how to get the .dfa output file in gcc

2009-09-29 Thread ddmetro
Thanks Bingfeng. We are now facing the following problem: We are trying to get the .dfa output file, showing details about the automaton constructed. However we are unable to do so. We tried (a.)uncommenting - (automata_option "v") - in ia64.md file (b.)adding v_flag = 1 in gen_automata_option(