This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc.c-torture/execute/builtin-constant.c
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Joern Rennecke <joern dot rennecke at superh dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 21 Nov 2002 10:45:45 -0500
- Subject: Re: gcc.c-torture/execute/builtin-constant.c
- Organization: Red Hat Canada
- References: <3DDCFAC2.2B87E43@superh.com>
On Thu, 21 Nov 2002, Joern Rennecke wrote:
> This test fails on sh64-elf for all 12 subtargets. I looked in the
> PR mentioned in the ChangeLog, but it does not mention any specific
> patch that was supposed to implement this feature. Can you point
> out where this is supposed to be handled?
>
No patch has been proposed to fix this problem yet. The only
version that gets this one right is the tree-ssa-branch.
See http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00235.html. I
think the conclusion was to XFAIL the test for the time being.
Diego.