Re: [patch sdbout]: Fix ICE on -debug testsuite test const2.C for coff

2014-11-11 Thread Jeff Law
On 11/08/14 03:27, Kai Tietz wrote: Hi Jeff, 2014-11-07 21:03 GMT+01:00 Jeff Law : On 11/06/14 12:37, Kai Tietz wrote: Hi, This fixes recent fallout of debug-tests on Windows target for sdbout (coff) caused by an ICE. ChangeLog 2014-11-06 Kai Tietz * sdbout.c (sdbout_symbol): Eli

Re: [patch sdbout]: Fix ICE on -debug testsuite test const2.C for coff

2014-11-11 Thread Kai Tietz
Ping

Re: [patch sdbout]: Fix ICE on -debug testsuite test const2.C for coff

2014-11-08 Thread Kai Tietz
Hi Jeff, 2014-11-07 21:03 GMT+01:00 Jeff Law : > On 11/06/14 12:37, Kai Tietz wrote: >> >> Hi, >> >> This fixes recent fallout of debug-tests on Windows target for sdbout >> (coff) caused by an ICE. >> >> ChangeLog >> >> 2014-11-06 Kai Tietz >> >> * sdbout.c (sdbout_symbol): Eliminate regi

Re: [patch sdbout]: Fix ICE on -debug testsuite test const2.C for coff

2014-11-07 Thread Jeff Law
On 11/06/14 12:37, Kai Tietz wrote: Hi, This fixes recent fallout of debug-tests on Windows target for sdbout (coff) caused by an ICE. ChangeLog 2014-11-06 Kai Tietz * sdbout.c (sdbout_symbol): Eliminate register only if decl isn't a global variable. Is there a testcase in the su