This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
AIX regressions
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Nov 2001 15:52:52 -0500
- Subject: AIX regressions
[Get raw message]
I wanted to point out that more and more regressions are appearing
on AIX:
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -O0
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -O1
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -O2
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -O3 -g
FAIL: gcc.c-torture/execute/divconst-3.c compilation, -Os
appeared after Richard Kenner's CONST_DOUBLE change at the end of October.
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.
FAIL: g77.f-torture/execute/auto1.f execution, -O0
FAIL: g77.f-torture/execute/auto1.f execution, -O1
FAIL: g77.f-torture/execute/auto1.f execution, -O2
FAIL: g77.f-torture/execute/auto1.f execution, -O3 -fomit-frame-pointer
FAIL: g77.f-torture/execute/auto1.f execution, -O3 -fomit-frame-pointer -funroll-loops
FAIL: g77.f-torture/execute/auto1.f execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: g77.f-torture/execute/auto1.f execution, -O3 -g
FAIL: g77.f-torture/execute/auto1.f execution, -Os
appeared between November 27 and November 29.
David