diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/pr39678.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr39678.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr39678.c b/gcc/testsuite/gcc.target/i386/pr39678.c index 0548466..c94c002 100644 --- a/gcc/testsuite/gcc.target/i386/pr39678.c +++ b/gcc/testsuite/gcc.target/i386/pr39678.c @@ -10,7 +10,7 @@ struct X { struct X foo (float *p) -{ /* { dg-message "note: the ABI of passing structure with complex float member has changed in GCC 4.4" } */ +{ /* { dg-message "note: the ABI of passing structure with 'complex float' member has changed in GCC 4.4" } */ struct X x; x.c = -3; __real x.val = p[0]; |