On 24 October 2014 09:06, Thomas Preud'homme wrote:
>> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On
>> Behalf Of Joseph S. Myers
>>
>> I'm not clear if you're proposing such a patch for review, but note:
>
> Yep but not yet for inclusion as I'm waiting to see if this would suit th
I am trying to compare the tree declarations of the lhs and the rhs of
the assignment statement in the following program.
struct node {
struct node * next;
};
struct node ** obj1, obj2;
obj1 = &obj2.next; // lhs is obj1, rhs is obj2.next
---
Let us call the following
Snapshot gcc-5-20141102 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/5-20141102/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 5 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision