pr17252.c: Use post-increment to change what 'a' is pointing to.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 17 Sep 2004 12:22:19 +0000 (12:22 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 17 Sep 2004 12:22:19 +0000 (08:22 -0400)
* gcc.c-torture/execute/pr17252.c: Use post-increment to
change what 'a' is pointing to.

From-SVN: r87642

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr17252.c

index d03730861cdd818d9ee46f8fcd926946ecc16aba..eb89d6b6468fe5ee774349fe1d6b6ffbc4d44ade 100644 (file)
@@ -1,3 +1,8 @@
+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
index ebc3c86552123d2809bd7f89abb28e80eb02244b..bd1b6b99e982781721a6592beba0a231fe017cae 100644 (file)
@@ -9,7 +9,7 @@ main ()
   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