From: Jan Hubicka Date: Thu, 9 Apr 2020 12:16:34 +0000 (+0200) Subject: Fix typo in my previous change. X-Git-Tag: basepoints/gcc-11~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148289004696940ea5828d19e63a1e3791a2fb70;p=thirdparty%2Fgcc.git Fix typo in my previous change. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fac41ca63b5d..6a972217610c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2020-04-09 Jan Hubicka PR tree-optimization/91322 + * g++.dg/lto/alias-4_0.C: Fix typo. * g++.dg/lto/alias-4_0.C: Avoid conflict with va_list on ARM and add a template testing that diff --git a/gcc/testsuite/g++.dg/lto/alias-4_0.C b/gcc/testsuite/g++.dg/lto/alias-4_0.C index 3d3863247538..240c4d0e85fe 100644 --- a/gcc/testsuite/g++.dg/lto/alias-4_0.C +++ b/gcc/testsuite/g++.dg/lto/alias-4_0.C @@ -32,6 +32,6 @@ main() test (); return 0; } -/* On ARM the testcase used to fial because struct a got in conflict with builtin +/* On ARM the testcase used to fail because struct a got in conflict with builtin va_list type. Check that this does not happen. */ /* { dg-final { scan-wpa-ipa-dump-not "ODR and non-ODR type conflict" "cgraph" } } */