This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR 22051
On Sat, 2005-06-25 at 09:52 +0000, Joseph S. Myers wrote:
> On Thu, 23 Jun 2005, Mark Mitchell wrote:
>
> > I've not yet properly tested this patch, but it does seem to fix the testcase.
> > Joseph, if convenient, would you mind running this through a test cycle on PA
> > HP-UX?
>
> Mainline testing on hppa2.0w-hp-hpux11.23 shows a new FAIL
>
> FAIL: gcc.dg/tree-ssa/20030807-2.c scan-tree-dump-times if 0
>
> but this may not be indicative of a problem with the patch
Is indicative of a problem with the patch. That test is verifying
that we are eliminating a cast from one pointer type to another
when the resulting pointer is used in a comparison against null.
Jeff