public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2432] Fix typo in the testcase.
@ 2023-07-11 13:57 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2023-07-11 13:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e5c64efb1367459dbc2d2e29856f23908cb503c1

commit r14-2432-ge5c64efb1367459dbc2d2e29856f23908cb503c1
Author: liuhongt <hongtao.liu@intel.com>
Date:   Tue Jul 11 21:21:03 2023 +0800

    Fix typo in the testcase.
    
    Antony Polukhin 2023-07-11 09:51:58 UTC
    There's a typo at https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/testsuite/g%2B%2B.target/i386/pr110170.C;h=e638b12a5ee2264ecef77acca86432a9f24b103b;hb=d41a57c46df6f8f7dae0c0a8b349e734806a837b#l87
    
    It should be `|| !test3() || !test3r()` rather than `|| !test3() || !test4r()`
    
    gcc/testsuite/ChangeLog:
    
            PR target/110170
            * g++.target/i386/pr110170.C: Fix typo.

Diff:
---
 gcc/testsuite/g++.target/i386/pr110170.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.target/i386/pr110170.C b/gcc/testsuite/g++.target/i386/pr110170.C
index e638b12a5ee..21cca8f3805 100644
--- a/gcc/testsuite/g++.target/i386/pr110170.C
+++ b/gcc/testsuite/g++.target/i386/pr110170.C
@@ -84,7 +84,7 @@ TEST()
   if (
       !test1() || !test1r()
       || !test2() || !test2r()
-      || !test3() || !test4r()
+      || !test3() || !test3r()
       || !test4() || !test4r()
       ) __builtin_abort();
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-11 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11 13:57 [gcc r14-2432] Fix typo in the testcase hongtao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).