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] |
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.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |