* gcc.c-torture/execute/pr17252.c: Use post-increment to
change what 'a' is pointing to.
From-SVN: r87642
+2004-09-17 Diego Novillo <dnovillo@redhat.com>
+
+ * gcc.c-torture/execute/pr17252.c: Use post-increment to
+ change what 'a' is pointing to.
+
2004-09-17 Mark Mitchell <mark@codesourcery.com>
PR c++/16002
a = (char *)&a;
/* Change what 'a' is pointing to. */
- a[0] = 0;
+ a[0]++;
/* If a's memory tag does not contain 'a' in its alias set, we will
think that this predicate is superfluous and change it to