On Wed, 7 Nov 2018 at 16:50, Uros Bizjak <ubiz...@gmail.com> wrote: > > 2018-11-07 Uros Bizjak <ubiz...@gmail.com> > > * gcc.dg/pr87874.c: Compile only for int128 effective target. > > Tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN. >
This doesn't work on aarch64 -mabi=ilp32: /gcc/testsuite/gcc.dg/pr87874.c: In function 'em': /gcc/testsuite/gcc.dg/pr87874.c:19:50: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '18446744073709551615' to '4294967295' [-Woverflow] FAIL: gcc.dg/pr87874.c (test for excess errors) > Uros.