]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Fix test_mffsl.c effective target check
authorBill Schmidt <wschmidt@linux.ibm.com>
Tue, 23 Nov 2021 18:54:50 +0000 (12:54 -0600)
committerBill Schmidt <wschmidt@linux.ibm.com>
Tue, 23 Nov 2021 18:56:57 +0000 (12:56 -0600)
commite6a6569ce28958ae768acc1c2f6cc38643b55438
treecd1e85ff670bfd2ffb4a00e7ac4308198ca2db28
parent721d8b9e26bf8205c1f2125c2626919a408cdbe4
rs6000: Fix test_mffsl.c effective target check

Paul Clarke pointed out to me that I had wrongly used a compile-time check
instead of a run-time check in this executable test.  This patch fixes
that.  I also fixed a typo in a string that caught my eye.

2021-11-23  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/testsuite/
* gcc.target/powerpc/test_mffsl.c: Change effective target to
a run-time check.  Fix a typo in a debug print statement.
gcc/testsuite/gcc.target/powerpc/test_mffsl.c