This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[SH, committed]: Fix FPU related test cases
- From: Oleg Endo <oleg dot endo at t-online dot de>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 12 Aug 2012 16:25:12 +0200
- Subject: [SH, committed]: Fix FPU related test cases
Hello,
This fixes some of the FPU related SH target test cases, which are not
skipped / not skipped appropriately.
Tested with
make -k check-gcc RUNTESTFLAGS="sh.exp --target_board=sh-sim
\{-m2/-ml,-m2/-mb,-m2e/-mb,/-m2e/-ml,-m3/-mb,-m3/-ml,-m3e/-mb,-m3e/-mb,
-m2a/-mb,-m2a-single-only/-mb,-m4/-ml,-m4/-mb,-m4-single-only/-mb,
-m4-nofpu/-mb,-m4a/-ml,-m4a/-mb}"
Committed as obvious.
Cheers,
Oleg
testsuite/ChangeLog:
* gcc.target/sh/pr50749-sf-postinc-1.c: Skip for -m3. Don't
skip for -m2e or -m2a.
* gcc.target/sh/pr50749-sf-postinc-3.c: Likewise.
* gcc.target/sh/pr53511-1.c: Likewise.
* gcc.target/sh/pr50749-sf-predec-1.c: Likewise.
* gcc.target/sh/pr50749-sf-predec-3.c: Likewise.
* gcc.target/sh/pr53512-1.c: Skip for -m3*.
* gcc.target/sh/pr53512-3.c: Likewise.
* gcc.target/sh/pr21255-3.c: Skip for single precision FPU
targets.