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
>
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
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