From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Martin Knoblauch Cc: egcs@cygnus.com Subject: Re: 19980418 on IRIX-6.5 Date: Wed, 29 Apr 1998 11:02:00 -0000 Message-id: <199804291802.LAA28957@rtl.cygnus.com> References: <19980428222956.19199.rocketmail@web4.rocketmail.com> X-SW-Source: 1998-04/msg01153.html The funny thing is that the 4 other complex tests seem to run OK, but that may be just by chance. The specific problem here, if you care, is that complex foo fails if foo is less than or equal to half the word size. This is because the code that accesses the individual parts of a complex value fails if both parts end up in the same register. Hence complex float fails on 64 bit machines. The same problem can be seen on 32 bit machines by writing a testcase that uses complex short. Jim