Skip to content

Commit 9645279

Browse files
committed
middle-end/105259 - adjust gcc.target/i386/auto-init-4.c
This adjusts the FAILing testcase to only check for the pieces that work. The bug tracks improving pattern-init for long double. 2022-04-13 Richard Biener <[email protected]> PR middle-end/105259 * gcc.target/i386/auto-init-4.c: Adjust.
1 parent 522f25e commit 9645279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gcc/testsuite/gcc.target/i386/auto-init-4.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ long double foo()
1515
}
1616

1717

18-
/* { dg-final { scan-assembler-times "long\t-16843010" 5 { target { ! ia32 } } } } */
19-
/* { dg-final { scan-assembler-times "long\t-16843010" 3 { target { ia32 } } } } */
18+
/* The long double init isn't expanded optimally, see PR105259. For ia32
19+
it uses zero-initialization. */
20+
/* { dg-final { scan-assembler-times "long\t-16843010" 3 } } */

0 commit comments

Comments
 (0)