Fix the ccmp_1.c test back to use '0' as regular expressions don't work correctly.
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 3 Feb 2016 12:18:19 +0000 (12:18 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Wed, 3 Feb 2016 12:18:19 +0000 (12:18 +0000)
commit96299640d4e2c4454df07b93fc148a08e26e94a2
tree06ad115e6e83cdca8a17614152cd0b00085945b1
parent781d83d96d15ee03d845d6f2894d1d76ee24e79a
Fix the ccmp_1.c test back to use '0' as regular expressions don't work correctly.

Fix the ccmp_1.c test back to use '0' as regular expressions don't work
correctly. '0' is right due to compare with zero now printing as
'CMP w0, 0' rather than 'CMP w0, wzr'.

2016-02-03  Wilco Dijkstra  <wdijkstr@arm.com>

gcc/testsuite/
* gcc.target/aarch64/ccmp_1.c: Fix test issue.

From-SVN: r233102
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/ccmp_1.c