From: uros Date: Wed, 7 Nov 2018 15:46:55 +0000 (+0000) Subject: * gcc.dg/pr87874.c: Compile only for int128 effective target. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcdd05414ffcd998fff5a0f9369a89df447ede12;p=thirdparty%2Fgcc.git * gcc.dg/pr87874.c: Compile only for int128 effective target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265878 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 210ad30b66d0..1975956caffc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-11-07 Uros Bizjak + + * gcc.dg/pr87874.c: Compile only for int128 effective target. + 2018-11-07 Richard Biener PR tree-optimization/87914 diff --git a/gcc/testsuite/gcc.dg/pr87874.c b/gcc/testsuite/gcc.dg/pr87874.c index 3ab5dcf68ffb..1480a5e54937 100644 --- a/gcc/testsuite/gcc.dg/pr87874.c +++ b/gcc/testsuite/gcc.dg/pr87874.c @@ -1,9 +1,8 @@ -/* { dg-do compile } */ +/* { dg-do compile { target int128 } } */ /* { dg-options "-g -O1 -fgcse -fno-dce -fno-tree-ccp -fno-tree-coalesce-vars -fno-tree-copy-prop -fno-tree-dce -fno-tree-dominator-opts -fno-tree-fre -fno-tree-loop-optimize -fno-tree-sink" } */ int *vk; int m2; -#if __SIZEOF_INT128__ __int128 nb; void @@ -32,4 +31,3 @@ em (int u5, int fo, int s7) } } } -#endif