re PR testsuite/31341 (testsuite pr31041.c fails conflicting with <stdint.h>)
authorVictor Kaplansky <victork@gcc.gnu.org>
Wed, 5 Mar 2008 08:08:11 +0000 (08:08 +0000)
committerVictor Kaplansky <victork@gcc.gnu.org>
Wed, 5 Mar 2008 08:08:11 +0000 (08:08 +0000)
2008-03-05  Victor Kaplansky  <victork@gcc.gnu.org>

        PR 31341
* gcc.dg/vect/pr31041.c: Fix.

From-SVN: r132892

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr31041.c

index a45484eacdcfc735742529eb2c068df53a2d5399..4be88d763171cd5d6ce05e5b5a71a19b67e45c4d 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-05  Victor Kaplansky  <victork@gcc.gnu.org>
+
+       PR 31341
+       * gcc.dg/vect/pr31041.c: Fix.
+
 2008-03-05  Hans-Peter Nilsson  <hp@axis.com>
 
        PR libfortran/35293
index e2b0b636e4235e0babc723917dca695831e4343d..361b358b8790886e207bc3dd9cd2adb233d44101 100644 (file)
@@ -4,16 +4,15 @@
 #include <stdarg.h>
 #include "tree-vect.h"
 
-typedef int int32_t;
 struct UNewTrie
 {
-  int32_t index[(0x110000 >> 1)];
+  int index[(0x110000 >> 1)];
 };
 typedef struct UNewTrie UNewTrie;
 utrie_open_3_4 ()
 {
   UNewTrie *trie;
-  int32_t i, j;
+  int i, j;
     {
       i = 0;
       do