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]

[Patch ARM] Fix arm-none-eabi builds.


My patch for PR19599 yesterday had a problem with arm-none-eabi builds. I had missed a null pointer check of decl in an AAPCS only configuration. Now applied as obvious.


regards
Ramana

2013-05-16  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        PR target/19599
        * config/arm/arm.c (arm_function_ok_for_sibcall): Add check
        for NULL decl.

Attachment: fix-pr19599-breakage.txt
Description: Text document


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