Re: [PATCH] aarch64: add tests for CPP predefines under -mgeneral-regs-only

2020-04-23 Thread Richard Sandiford
"Yangfei (Felix)" writes: > Hi, > > I noticed that gcc.target/aarch64/pragma_cpp_predefs_1.c performs testing > for -mgeneral-regs-only. > This adds similar testing in the following two tests to make sure CPP > predefines redefinitions on #pragma > works as expected when -mgeneral-re

[PATCH] aarch64: add tests for CPP predefines under -mgeneral-regs-only

2020-04-23 Thread Yangfei (Felix)
Hi, I noticed that gcc.target/aarch64/pragma_cpp_predefs_1.c performs testing for -mgeneral-regs-only. This adds similar testing in the following two tests to make sure CPP predefines redefinitions on #pragma works as expected when -mgeneral-regs-only option is specified (See PR9467