Re: Fix PR43404, PR48470, PR64744 ICE on naked functions

2015-07-12 Thread Alexander Basov
ping 2015-06-29 16:32 GMT+03:00 Alexander Basov : > I've updated patch with attributes lookup. > is it OK? > > -- > Alexander > > 2015-06-26 9:33 GMT+03:00 Alexander Basov : >> 2015-06-25 21:47 GMT+03:00 Jeff Law : >>> On 06/03/2015 02:15 PM, Al

Fix PR43404, PR48470, PR64744 ICE on naked functions

2015-06-01 Thread Alexander Basov
Hi, this patch fixes ICE when compiling naked functions for arm targets. It prevents register allocation for non-register things like volatile, float, BLKMode vars. Tested on trunk with arm-v7ar-linux-gnueabi on qemu vexpress board. -- Alexander 2015-06-01 Alexander Basov PR middle-end

Re: Fix PR43404, PR48470, PR64744 ICE on naked functions

2015-06-03 Thread Alexander Basov
Hello Jeff, please find updated patch attached 03.06.2015 00:18, Jeff Law wrote: > On 06/01/2015 04:12 AM, Alexander Basov wrote: >> Hi, >> this patch fixes ICE when compiling naked functions for arm targets. >> It prevents register allocation for non-register things li

Re: Fix PR43404, PR48470, PR64744 ICE on naked functions

2015-06-25 Thread Alexander Basov
2015-06-25 21:47 GMT+03:00 Jeff Law : > On 06/03/2015 02:15 PM, Alexander Basov wrote: >> >> Hello Jeff, >> please find updated patch attached >> >>>> diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c >>>> index b190f91..c6db8a9 100644 &g

Re: Fix PR43404, PR48470, PR64744 ICE on naked functions

2015-06-29 Thread Alexander Basov
I've updated patch with attributes lookup. is it OK? -- Alexander 2015-06-26 9:33 GMT+03:00 Alexander Basov : > 2015-06-25 21:47 GMT+03:00 Jeff Law : >> On 06/03/2015 02:15 PM, Alexander Basov wrote: >>> >>> Hello Jeff, >>> please find updated

[PATCH, Ada] Illegal program not detected, self renames, PR15846

2012-01-11 Thread Alexander Basov
if renaming entity package is the same as renaming_declaration package, in case if both operations has the same names. * gcc/testsuite/gnat.dg/specs/renamings1.ads: new testcase * gcc/testsuite/gnat.dg/specs/renamings2.ads: new testcase -- Best regards, Alexander Basov

Re: [PATCH, Ada] Illegal program not detected, self renames, PR15846

2012-01-11 Thread Alexander Basov
Sorry, fixed patch is attached. 12.01.2012 00:43, Alexander Basov пишет: > Hi, > > this patch fixes problem when gnat is not able > to detect illegal program with self renaming of predefined operation, > when renaming operation is defined with selected component of the same > p

Re: [PATCH, Ada] Illegal program not detected, self renames, PR15846

2012-01-23 Thread Alexander Basov
line 4 end Pak1; It fixes ICE, but incorrect message still exists: "prefix of "Unrestricted_Access" attribute cannot be intrinsic". I will try to solve this problem a bit later. > > By the way, do you have a copyright assignment in place with the FSF? No, I don't have it. What should I do? > > Arno -- Best regards, Alexander Basov