Re: [c-family] Fix -fdump-ada-spec ICEs

2015-03-06 Thread Eric Botcazou
> Following this commit (r221088) testing dump-ada-spec-3.C with > > make -k check-g++ RUNTESTFLAGS="dg.exp=other/dump-ada-spec-3.C > > generates a lot of *.ads files in the gcc/testsuite/g++ directory > which are not cleaned up after completion. Sorry about that, I thought cleanup-ada-spec woul

Re: [c-family] Fix -fdump-ada-spec ICEs

2015-03-05 Thread Dominique Dhumieres
Hi Eric, Following this commit (r221088) testing dump-ada-spec-3.C with make -k check-g++ RUNTESTFLAGS="dg.exp=other/dump-ada-spec-3.C generates a lot of *.ads files in the gcc/testsuite/g++ directory which are not cleaned up after completion. Any idea about how to do the cleaning? TIA Domini