------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-08 21:33 -------
offsetof (VEC(T,base),vec)

I see this:
typedef struct VEC(T,B)                                                   \
{                                                                         \
  unsigned num;                                                           \
  unsigned alloc;                                                         \
  T vec[1];                                                               \
} VEC(T,B)


There forgo this is invalid, we are looking for the offsetof of the vec element
in VEC(T, base).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to