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: PR bootstrap/32764: [4.3 regression] : Failed to bootstrap on Linux/ia64


On Fri, 13 Jul 2007, Andrew Pinski wrote:
> On 7/13/07, H.J. Lu <hjl@lucon.org> wrote:
> > This patch checks NULL src before using REG_P (src). It works on
> > Linux/ia32, Linux/Intel64 and Linux/ia64.
>
> I don't think this is the correct fix.  The real issue is that
> find_src_status/find_src_set_src does not handle cond_exec.  Please
> try handling cond_exec.

It might not be the right fix, but it is a working fix, in that
it handles all cases not currently handled (including the
similar but different PR 32761).

brgds, H-P


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