Commit b33a2b77 by Thomas Schwinge Committed by Thomas Schwinge

Fix typo in dg-warning comment.

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

From-SVN: r206056
parent e0246869
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.
......
......@@ -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" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment