------- Comment #4 from felix-gcc at fefe dot de  2007-07-22 23:08 -------
Falk:

  union {
    struct {
      void* unused;
      struct node n;
    } a;
    struct node b;
  } u;

Then &u.a.n.next == &u.b.n.prev;

Artificial?  Sure.  But legal.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32856

Reply via email to