This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: AIX regressions
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoff Keating <geoffk at redhat dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 01 Dec 2001 19:03:10 -0500
- Subject: Re: AIX regressions
>>>>> Geoff Keating writes:
>> FAIL: gcc.c-torture/execute/930930-2.c execution, -O1
>> FAIL: gcc.c-torture/execute/930930-2.c execution, -O2
>> FAIL: gcc.c-torture/execute/930930-2.c execution, -O3 -fomit-frame-pointer
>> FAIL: gcc.c-torture/execute/930930-2.c execution, -O3 -g
>> FAIL: gcc.c-torture/execute/930930-2.c execution, -Os
>>
>> appeared between November 27 and November 29.
Geoff> It happened in CVS between 2001-11-27T20:24:40 and
Geoff> 2001-11-29T20:20:46, to be precise (times are in UTC).
Yep. And I just tracked down whose patch broke it: yours (:^).
Thu Nov 29 11:12:59 2001 Geoffrey Keating (geoffk@redhat.com)
* emit-rtl.c (gen_lowpart_common): Fix conversion of
REAL_VALUE_TYPEs to an array of target integers. Fix extraction
of low part of those arrays for 32bit and 64bit hosts.
Would you please fix this regression?
Thanks, David