This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: builtin-constant.c test failure?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 10 Jan 2003 12:34:38 -0500
- Subject: Re: builtin-constant.c test failure?
- Organization: Red Hat Canada
- References: <20030110170017.GA24178@doctormoo>
On Fri, 10 Jan 2003, Nathanael Nerode wrote:
> While trying to figure out how in *@#$& my ANSIfication patch caused a
> test failure, I ran across this:
>
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O1
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O2
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O3
> -fomit-frame-pointer
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O3 -g
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -Os
>
This is fixed in tree-ssa. It was supposed to be XFAIL'd for
mainline. I guess that never happened.
Zack had a patch for it, but it was never included because it
needed quite a bit of work in GCSE.
http://gcc.gnu.org/ml/gcc/2002-11/msg00804.html
Diego.