Hi all,
The GNU Tools Cauldron is barely a month away. This is reminder to sign
up if you wish to attend (which is free as always). Details of the
meeting and how to register here:
https://gcc.gnu.org/wiki/cauldron2016
There is still room for more talks and BoF sessions, so please send in
your
Hi Johann,
Turning off -fcaller-saves for AVR makes the testcase I had for PR 71873
pass unless I explicitly add -fcaller-saves to force the compiler to
generate the triggering insn patterns.
Wonder if we should modify the existing test cases in gcc.target/avr to
be tested both ways (wi
On 03-Aug-16 12:10 AM, Vladimir Makarov wrote:
On 08/02/2016 04:41 PM, shmeel gutl wrote:
I am trying to enable lra for a propriety backend. I ran into one
problem that I can't solve. In lra-constraints.c:split_reg
lra_create_new_reg can be called with a hard code rclass of NO_REGS.
It then qu