Fix typo in dg-warning comment.

gcc/testsuite/
	* gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo.

From-SVN: r206056
This commit is contained in:
Thomas Schwinge 2013-12-17 16:21:57 +01:00 committed by Thomas Schwinge
parent e024686951
commit b33a2b7774
2 changed files with 5 additions and 1 deletions

View 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.

View 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" } */