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] Disable -fuse-caller-save when -pg is active


On 11/14/14 10:10, Radovan Obradovic wrote:
Thank you for the quick reply.

Please repost after updating to test HAVE_prologue and
HAVE_epilogue and adding a testcase.

I have managed to reproduce the problem on the small test case on
mips32, but the test is architecture independent and should probably
fail on many other ports without this patch. The optimization is also
disabled if macros HAVE_prologue and HAVE_epilogue are not defined or
have false value.
Thanks. This looks good. I forgot to ask in my prior message, has this patch been bootstrapped and regression tested? If so, on what platform?

Jeff


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