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:
parent
e024686951
commit
b33a2b7774
@ -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.
|
||||
|
@ -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" } */
|
||||
|
Loading…
Reference in New Issue
Block a user