Re: [PATCH][AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present

2018-04-18 Thread Kyrill Tkachov
On 17/04/18 21:47, Jakub Jelinek wrote: On Tue, Apr 17, 2018 at 04:36:54PM +0100, Kyrill Tkachov wrote: This patch makes the arm and aarch64 testsuite safe for when a C++ compiler is not present. This involves moving .C files into g++.dg/other/ and guarding them with the appropriate target

Re: [PATCH][AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present

2018-04-17 Thread Jakub Jelinek
On Tue, Apr 17, 2018 at 04:36:54PM +0100, Kyrill Tkachov wrote: > This patch makes the arm and aarch64 testsuite safe for when a C++ compiler > is not present. > This involves moving .C files into g++.dg/other/ and guarding them with the > appropriate target check. > > For others it just means

Re: [PATCH][AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present

2018-04-17 Thread Jakub Jelinek
On Tue, Apr 17, 2018 at 04:36:54PM +0100, Kyrill Tkachov wrote: > This patch makes the arm and aarch64 testsuite safe for when a C++ compiler > is not present. > This involves moving .C files into g++.dg/other/ and guarding them with the > appropriate target check. > > For others it just means

[PATCH][AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present

2018-04-17 Thread Kyrill Tkachov
Hi all, This patch makes the arm and aarch64 testsuite safe for when a C++ compiler is not present. This involves moving .C files into g++.dg/other/ and guarding them with the appropriate target check. For others it just means renaming them from .C to .c. For