Chris Lattner ad5fec12a0 * add some DEBUG statements
* Properly compile this:

struct a {};
int test() {
  struct a b[2];
  if (&b[0] != &b[1])
    abort ();
  return 0;
}

to 'return 0', not abort().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19875 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-28 19:32:01 +00:00
..
2005-01-28 01:17:07 +00:00
2005-01-28 01:17:07 +00:00
2005-01-27 03:49:03 +00:00
2005-01-28 19:32:01 +00:00