This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Still missing some addr_expr invariant recomputations



On Sep 13, 2004, at 10:52 AM, Richard Henderson wrote:


On Mon, Sep 13, 2004 at 11:44:27AM -0400, Daniel Berlin wrote:
If you don't feel like tracking this down, let me know, and i'll just file
a bug.

Definitely file a bug. Too many things on the queue to keep up otherwise.

And here is a simple testcase:


typedef __SIZE_TYPE__ size_t;

struct s
{
  int i;
};

size_t f(void){struct s *x = 0; return (size_t)(&x->i);}

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]