Re: [committed] Alpha/VMS: adjust condition to create trampoline entry point

2011-12-20 Thread Tristan Gingold
On Dec 20, 2011, at 10:57 AM, Richard Guenther wrote: > On Tue, Dec 20, 2011 at 9:37 AM, Tristan Gingold wrote: >> Hi, >> >> the alpha/vms backend emitted the trampoline entry point too often, as >> functions declared directly within a translation unit weren't considered as >> top-level funct

Re: [committed] Alpha/VMS: adjust condition to create trampoline entry point

2011-12-20 Thread Richard Guenther
On Tue, Dec 20, 2011 at 9:37 AM, Tristan Gingold wrote: > Hi, > > the alpha/vms backend emitted the trampoline entry point too often, as > functions declared directly within a translation unit weren't considered as > top-level functions. > > Fixed by this patch, applied on trunk. > > Tristan. >