On 11 January 2016 at 08:12, Bilyan Borisov <bilyan.bori...@foss.arm.com> wrote:
> 2015-XX-XX Bilyan Borisov <bilyan.bori...@foss.arm.com> > > * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): New > macro > definition. > > gcc/testsuite/ > > 2015-XX-XX Bilyan Borisov <bilyan.bori...@foss.arm.com> > > * gcc.target/aarch64/fesetround-checking-baremetal.c: New. > * gcc.target/aarch64/fesetround-checking-linux.c: Likewise. for new test cases in gcc.target/aarch64 use the name convention here https://gcc.gnu.org/wiki/TestCaseWriting, in this case: fesetround_checking_baremetal_1.c fesetround_checking_linux_1.c If we are distinguishing between glibc/musl/bionic/uclibc then the use of the name "linux" in the last test case would seem to be inappropriate (all of glibc/musl/bionic and uclibc can be used on top of a linux kernel). Suggest s/linux/glibc/ in the test case name. Cheers /Marcus