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 RFC] A patch for PR 25115



In the PR case, expr_equiv_p returns false for the unspec pattern and
the above symbol_ref.  Then the variable SET is null at the end of
the first switch statement and causes the segfault.

I attached a different patch to PR25115. Since the change to hash_scan_set uses a note to populate the hash table, my patch uses the note to figure out the parameter to gen_move_insn. I'll post the patch formally after bootstrap/regtest finishes on powerpc-darwin-8.2.0; the patch fixes the test case on sh.


Paolo


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