This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix rtl-opt/24626



On Dec 11, 2005, at 9:37 PM, Andrew Pinski wrote:
OK? Bootstrapped and tested on x86_64-linux-gnu and tested (by David) on hppa-hpux
(or hppa-linux I don't know fully).


Thanks,
Andrew Pinski

I forgot to attach the testcase which shows this on hppa, this would go into
torture:
long fff(int*);


long F2(int *node)
{
 long call_result = 0;

 if (call_result = fff(node))
  goto error_free_node;

 T(node);
 return 0;

error_free_node:
 T(node);
 return call_result;
}

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]