On Tue, Feb 04, 2014 at 10:26:20PM +0000, Iyer, Balaji V wrote: > > > gtype-desc.c:8176: error: âstruct gimple_omp_for_iterâ has no member > > > named âloop_countâ > > > gtype-desc.c:8178: error: âstruct gimple_omp_for_iterâ has no member > > > named âgrainâ > > > > > > These files are in the build directory. I deleted everything and > > > reconfigured > > but the error reappears. > > > > You mean you've started a new build directory, or just removed *.o or > > something similar? I'd suggest to rm s-gtype gtype-desc.c and make s-gtype. > > I did the following > > cd build_dir > rm -rf * > ../gcc/configure --prefix=$PWD/../install --enable-languages="c,c++" > make > > Should I do make s-gtype before I do "make" above?
What you did should be more than enough. But then, I didn't see loop_count nor grain fields of gimple_omp_for_iter in your previously posted patches (only your ChangeLog mentioned it). So, if you start with wiping up the build directory, I think you have to grep where the fields appear. Jakub