Re: Issue with __int128 in powerpc64le

2014-12-19 Thread Roger Ferrer Ibáñez
Done, it is PR64358. Kind regards, 2014-12-19 12:21 GMT+01:00 Richard Biener : > On Fri, Dec 19, 2014 at 10:13 AM, Roger Ferrer Ibáñez > wrote: >> Hi, >> >> I'm observing a weird behaviour in PowerPC64 Little Endian that does >> not seem to occur on other architectures supporting __int128. The >

Re: Issue with __int128 in powerpc64le

2014-12-19 Thread Richard Biener
On Fri, Dec 19, 2014 at 10:13 AM, Roger Ferrer Ibáñez wrote: > Hi, > > I'm observing a weird behaviour in PowerPC64 Little Endian that does > not seem to occur on other architectures supporting __int128. The > following code, when compiled with -O1 generates wrong output. > > -- test.c > #include

Issue with __int128 in powerpc64le

2014-12-19 Thread Roger Ferrer Ibáñez
Hi, I'm observing a weird behaviour in PowerPC64 Little Endian that does not seem to occur on other architectures supporting __int128. The following code, when compiled with -O1 generates wrong output. -- test.c #include typedef unsigned __int128 uint128_t; #define PRINT(value) \ { union u