Re: [PATCH 1/4] selftest: split out named_temp_file from temp_source_file

2016-08-29 Thread Bernd Schmidt
On 08/25/2016 03:13 AM, David Malcolm wrote: Split out a new base class for temp_source_file, named_temp_file, moving the deletion to the base class dtor, so that we can write out temporary files in other ways in selftests. gcc/ChangeLog: * selftest.c

[PATCH 1/4] selftest: split out named_temp_file from temp_source_file

2016-08-24 Thread David Malcolm
Split out a new base class for temp_source_file, named_temp_file, moving the deletion to the base class dtor, so that we can write out temporary files in other ways in selftests. gcc/ChangeLog: * selftest.c (selftest::named_temp_file::named_temp_file): New ctor.

[PATCH 1/4] selftest: split out named_temp_file from temp_source_file

2016-08-23 Thread David Malcolm
Split out a new base class for temp_source_file, named_temp_file, moving the deletion to the base class dtor, so that we can write out temporary files in other ways in selftests. gcc/ChangeLog: * selftest.c (selftest::named_temp_file::named_temp_file): New ctor.