re PR rtl-optimization/64287 (Disable -fuse-caller-save when -pg is active)
authorRadovan Obradovic <radovan.obradovic@imgtec.com>
Mon, 5 Jan 2015 23:42:27 +0000 (23:42 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 5 Jan 2015 23:42:27 +0000 (18:42 -0500)
commitb176bb73b4496d12966ed68023fc313041f7f3b8
treeb7637466efcbde73b997cf9690452ac98702468f
parentdd1ca4c209746c0d8d30bd472bb55bc115d967f2
re PR rtl-optimization/64287 (Disable -fuse-caller-save when -pg is active)

2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>

PR rtl-optimization/64287

gcc/
* toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
(process_options): Disable flag_ipa_ra if profiling.

gcc/testsuite/
* gcc.dg/aru-2.c: New test.

From-SVN: r219208
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/aru-2.c [new file with mode: 0644]
gcc/toplev.c