]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in dg-warning comment.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 17 Dec 2013 15:21:57 +0000 (16:21 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 17 Dec 2013 15:21:57 +0000 (16:21 +0100)
gcc/testsuite/
* gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo.

From-SVN: r206056

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c

index ec35aeafa7dbeca1168ef47d63307d68e4eadde6..5b8a37d5093bf3db4968bdc09e9d8ba8bb7267ef 100644 (file)
@@ -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.
index 2b50fe6a56ee28640574ac4969dd45e8e4a88182..4eff007259067d0e9aa3125fda31f0f8a7c679f3 100644 (file)
@@ -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" } */