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 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.

-- Pinski


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