Snapshot gcc-6-20160609 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/6-20160609/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 6 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6
On Thu, Jun 9, 2016 at 10:54 AM, Richard Biener
wrote:
> On Tue, Jun 7, 2016 at 3:59 PM, Sameera Deshpande
> wrote:
>> Hi Richard,
>>
>> This is with reference to our discussion at GNU Tools Cauldron 2015
>> regarding my talk titled "Improving the effectiveness and generality of GCC
>> auto-vec
The offset of a local variable relative to the frame address in C or C++
may be found by||:
||
|(char*)&a -(char*)__builtin_frame_address(0)|
||
|||A more straightforward builtin should be already available by gcc.
Which is it ?|
||
|p.s. the previous code adds the offset to bp and afterwards s
On Tue, Jun 7, 2016 at 3:59 PM, Sameera Deshpande
wrote:
> Hi Richard,
>
> This is with reference to our discussion at GNU Tools Cauldron 2015 regarding
> my talk titled "Improving the effectiveness and generality of GCC
> auto-vectorization." Further to our prototype implementation of the conce
On Wed, Jun 8, 2016 at 10:57 PM, Prathamesh Kulkarni
wrote:
> On 6 June 2016 at 15:49, Richard Biener wrote:
>> On Mon, Jun 6, 2016 at 11:27 AM, Prasad Ghangal
>> wrote:
>>> Hi,
>>>
>>> This patch parses simple assignment statement
>>>
>>> int a;
>>> void __GIMPLE foo()
>>> {
>>> a = 1;
>>> }