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]

Re: PATCH: Fix PR1645


>>>>> "Richard" == Richard Earnshaw <rearnsha@arm.com> writes:

    Richard> is (perhaps indirectly) breaking the ARM bootstrap.  The
    Richard> code here

Yup, that looks like I exposed a latent bug.

The fix is going to be to make the condition true if the JUMP_LABLE is
NULL, i.e.,:

  if (!JUMP_LABEL (p) || (...))
    return;

That should solve the problem, and is the correct fix.

Would you send me a test-case (preprocessed source, cc1flags, and
target triplet) so that I can verify the fix, and add a test-case to
the test-suite?

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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