2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-03 09:30:39 +08:00

testsuite: Fix up tree-ssa/pr92706-1.c on 32-bit targets.

The test uses __int128_t, so won't work on targets that don't support it.

2020-01-30  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/92706
	* gcc.dg/tree-ssa/pr92706-1.c: Require int128 effective target.
This commit is contained in:
Jakub Jelinek 2020-01-30 01:01:55 +01:00
parent 245e40af4f
commit 59da7f96ff
2 changed files with 6 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.dg/tree-ssa

@ -1,3 +1,8 @@
2020-01-30 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/92706
* gcc.dg/tree-ssa/pr92706-1.c: Require int128 effective target.
2020-01-29 Marek Polacek <polacek@redhat.com>
PR c++/88092

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2 -fdump-tree-esra-details" } */
struct S { int i[4]; } __attribute__((aligned(128)));