]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.dg/cdce3.c: Skip for mmix.
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 20 Jul 2020 02:34:39 +0000 (04:34 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:18:33 +0000 (13:18 -0300)
commitcab58a2b23219277551ce3edf60571106755cc89
tree17ae831546154e1d4d86ff0553626257f553b024
parentb7650d03bfcba8abcb839ef9cf7aea1b1de09a55
gcc.dg/cdce3.c: Skip for mmix.

The test is gated on effective-target hard_float but what it
really requires is a sqrtf insn (SFmode, not DFmode).  (It
indeed passes for mmix-knuth-mmixware if the sqrtf is changed to
sqrt and float to double; there is a DFmode sqrt insn.)

Committed.

gcc/testsuite:
* gcc.dg/cdce3.c: Skip for mmix.
gcc/testsuite/gcc.dg/cdce3.c