aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2018-10-04 15:05:32 +0000
committerBill Seurer <seurer@gcc.gnu.org>2018-10-04 15:05:32 +0000
commitf349e465b2982964e071136388d7aba5d7b04ac0 (patch)
tree98811fdfbfddcf0efee956092d0b1037ee50c555 /gcc/tree-data-ref.c
parent96c545e5ed9d50b2af2d1d5a6a49b7ff1baa0d85 (diff)
downloadgcc-f349e465b2982964e071136388d7aba5d7b04ac0.zip
gcc-f349e465b2982964e071136388d7aba5d7b04ac0.tar.gz
gcc-f349e465b2982964e071136388d7aba5d7b04ac0.tar.bz2
[PATCH, rs6000] Fix expected error output for test case.
r264355 removed some spelling suggestions including for "bool" as used in this test case. Bootstrapped and tested on powerpc64le-unknown-linux-gnu and powerpc64be-unknown-linux-gnu with no regressions. Is this ok for trunk? 2018-10-04 Bill Seurer <seurer@linux.vnet.ibm.com> PR target/87486 * gcc.target/powerpc/undef-bool-2.c: Fix expected error output. Index: gcc/testsuite/gcc.target/powerpc/undef-bool-2.c =================================================================== --- gcc/testsuite/gcc.target/powerpc/undef-bool-2.c (revision 264812) +++ gcc/testsuite/gcc.target/powerpc/undef-bool-2.c (working copy) @@ -9,7 +9,7 @@ #include <xmmintrin.h> -bool foo (int x) /* { dg-error "unknown type name 'bool'; did you mean '_Bool'?" } */ +bool foo (int x) /* { dg-error "unknown type name 'bool'" } */ { return x == 2; } From-SVN: r264847
Diffstat (limited to 'gcc/tree-data-ref.c')
0 files changed, 0 insertions, 0 deletions