[pushed,PR118017,LRA] : Fix test for i686

Message ID 24c837c9-46cb-4cc6-87cc-310a5cedac99@redhat.com
State New
Headers
Series [pushed,PR118017,LRA] : Fix test for i686 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Vladimir Makarov Jan. 10, 2025, 3:40 p.m. UTC
  The commit message contains an explanation.
  

Patch

commit 94d8de53388793f4d5fc0d0aa00fef32ca4aa870
Author: Vladimir N. Makarov <vmakarov@redhat.com>
Date:   Fri Jan 10 10:36:24 2025 -0500

    [PR118017][LRA]: Fix test for i686
    
    My previous patch for PR118017 contains a test which fails on i686.  The patch fixes this.
    
    gcc/testsuite/ChangeLog:
    
            PR target/118017
            * gcc.target/i386/pr118017.c: Check target int128.

diff --git a/gcc/testsuite/gcc.target/i386/pr118017.c b/gcc/testsuite/gcc.target/i386/pr118017.c
index c82d71e8d29..28797a0ad73 100644
--- a/gcc/testsuite/gcc.target/i386/pr118017.c
+++ b/gcc/testsuite/gcc.target/i386/pr118017.c
@@ -1,5 +1,5 @@ 
 /* PR target/118017 */
-/* { dg-do compile } */
+/* { dg-do compile { target int128 } } */
 /* { dg-options "-Og -frounding-math -mno-80387 -mno-mmx -Wno-psabi" } */
 
 typedef __attribute__((__vector_size__ (64))) _Float128 F;