Peter:
On 7/15/24 4:14 PM, Peter Bergner wrote:
On 7/15/24 5:43 PM, Carl Love wrote:
-/* { dg-do run } */
+/* { dg-do run { target { lp64 } && { int128 } } } */
Why isn't this just:
/* { dg-do run { target int128 } } */
??? The int128 test should disable this on 32-bit systems just fine.
I agree it seems like that should work. I had tried just the int128
initially but was still getting errors so I added the
{ lp64 } and that fixed it.
That said, I went back and tried dg-do run { target int128 } again on one of
the files. Now it seems to work? Hmm, I guess I must have had a typo or
something when I first tried it. I will try fixing the patch for all of the
test files and retest to see if just int128 works.
Carl