Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-08-09 Thread DJ Delorie
> Date: Tue, 5 Jun 2012 21:59:15 -0400 (EDT) > From: Hans-Peter Nilsson > On Fri, 25 May 2012, DJ Delorie wrote: > > If I apply this patch, which checks for duplicate hard registers within > > -fira-share-save-slots, the following *-elf targets fail due to the assert: > > > > bfin cris m32c r

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-06-05 Thread Jeff Law
On 06/05/2012 07:59 PM, Hans-Peter Nilsson wrote: On Fri, 25 May 2012, DJ Delorie wrote: If I apply this patch, which checks for duplicate hard registers within -fira-share-save-slots, the following *-elf targets fail due to the assert: bfin cris m32c rl78 rx sh sh64 v850 Oop. An no

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-06-05 Thread Hans-Peter Nilsson
On Fri, 25 May 2012, DJ Delorie wrote: > If I apply this patch, which checks for duplicate hard registers within > -fira-share-save-slots, the following *-elf targets fail due to the assert: > > bfin cris m32c rl78 rx sh sh64 v850 Oop. An no clue as to what's wrong. Can you pretty please m

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-05-29 Thread DJ Delorie
dj@greed pts/0 ~/m32c/gcc/rl78-elf/gcc $ ./cc1 -quiet -O3 qsort.i DJERR: DUPLICATE HARD REG 12 ../../../../../src/newlib/libc/search/qsort.c: In function 'qsort': ../../../../../src/newlib/libc/search/qsort.c:222:1: internal compiler error: in setup_save_areas, at caller-save.c:574 Please submit

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-05-29 Thread Jeff Law
On 05/29/2012 11:11 AM, DJ Delorie wrote: If I apply this patch, which checks for duplicate hard registers within -fira-share-save-slots, the following *-elf targets fail due to the assert: bfin cris m32c rl78 rx sh sh64 v850 It'd really help if you could probably a testcase so that we

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-05-29 Thread DJ Delorie
> > If I apply this patch, which checks for duplicate hard registers within > > -fira-share-save-slots, the following *-elf targets fail due to the assert: > > > > bfin cris m32c rl78 rx sh sh64 v850 > > It'd really help if you could probably a testcase so that we could run > things under a d

Re: array bounds violation in caller-save.c : duplicate hard regs check added

2012-05-29 Thread Jeff Law
On 05/25/2012 05:18 PM, DJ Delorie wrote: If I apply this patch, which checks for duplicate hard registers within -fira-share-save-slots, the following *-elf targets fail due to the assert: bfin cris m32c rl78 rx sh sh64 v850 The following succeed: frv h8300 i386 ia64 m32r mep

array bounds violation in caller-save.c : duplicate hard regs check added

2012-05-25 Thread DJ Delorie
If I apply this patch, which checks for duplicate hard registers within -fira-share-save-slots, the following *-elf targets fail due to the assert: bfin cris m32c rl78 rx sh sh64 v850 The following succeed: frv h8300 i386 ia64 m32r mep mipsisa32 mipsisa64 mn10300 powerpc tx39 W