Re: How do you emit RTL for a jump to a mem/symbol instead of an asm label?

2016-08-21 Thread Segher Boessenkool
On Sun, Aug 21, 2016 at 02:04:49PM -0500, Daniel Santos wrote: > Thanks for the response! Perhaps an UNSPEC insn is needed here because I > have work to do on other passes too. For example, when the debug info is > created, it's giving the wrong location (on the stack) for where some > registers

gcc-7-20160821 is now available

2016-08-21 Thread gccadmin
Snapshot gcc-7-20160821 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20160821/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: How do you emit RTL for a jump to a mem/symbol instead of an asm label?

2016-08-21 Thread Daniel Santos
On 08/20/2016 09:53 AM, Jeff Law wrote: On 08/20/2016 06:01 AM, Daniel Santos wrote: I have been unable to figure out how to (correctly) generate RTL (in expand the pro/epilogue pass) to jump to a stub defined in libgcc for the out-of-lined epilogue. If I write it as a function call, but then se