aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-12-17 16:21:57 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-12-17 16:21:57 +0100
commitb33a2b777471ce9c720b39265aed6fa7a7f57d0e (patch)
treeb0c6ab66c06dbf16477127526e6e98bb18620e37
parente024686951166ff00c8503d283065c404b0d9406 (diff)
downloadgcc-b33a2b777471ce9c720b39265aed6fa7a7f57d0e.zip
gcc-b33a2b777471ce9c720b39265aed6fa7a7f57d0e.tar.gz
gcc-b33a2b777471ce9c720b39265aed6fa7a7f57d0e.tar.bz2
Fix typo in dg-warning comment.
gcc/testsuite/ * gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo. From-SVN: r206056
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ec35aea..5b8a37d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-17 Thomas Schwinge <thomas@codesourcery.com>
+
+ * gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo.
+
2013-12-17 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/ipa/devirt-13.C: Update template.
diff --git a/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c b/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c
index 2b50fe6..4eff007 100644
--- a/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c
+++ b/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c
@@ -24,7 +24,7 @@ testfunc1 ()
{
foo_i (i);
foo_i (d32); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */
- foo_i (d64); /* { dg-warning "as integer rather than floating" "prototype convDersion warning" } */
+ foo_i (d64); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */
foo_i (d128); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */
foo_d32 (i); /* { dg-warning "as floating rather than integer" "prototype conversion warning" } */
foo_d32 (f); /* { dg-warning "as '_Decimal32' rather than 'float'" "prototype conversion warning" } */