[should have been in previous commit]
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 21:53:04 +0000 (21:53 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 21:53:04 +0000 (21:53 +0000)
2006-06-19  Anatoly Sokolov <aesok@post.ru>

* gcc.dg/pr18241-1.c: Use __SIZE_TYPE__ instead of unsigned long
in malloc prototype; remove XFAIL.
* gcc.dg/pr18241-2.c: Ditto.
* gcc.dg/20050321-1.c: Use __SIZE_TYPE__ instead of unsigned long
in memset prototype; remove XFAIL.
* gcc.dg/tree-ssa/pr23382.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114790 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog

index c3f298a..50ead2c 100644 (file)
@@ -1,3 +1,12 @@
+2006-06-19  Anatoly Sokolov <aesok@post.ru>
+
+       * gcc.dg/pr18241-1.c: Use __SIZE_TYPE__ instead of unsigned long
+       in malloc prototype; remove XFAIL.
+       * gcc.dg/pr18241-2.c: Ditto.
+       * gcc.dg/20050321-1.c: Use __SIZE_TYPE__ instead of unsigned long
+       in memset prototype; remove XFAIL.
+       * gcc.dg/tree-ssa/pr23382.c: Ditto.
+
 2006-06-19  Joseph S. Myers  <joseph@codesourcery.com>
 
        * gcc.dg/vla-8.c: Add.