re PR testsuite/31341 (testsuite pr31041.c fails conflicting with <stdint.h>)

2008-03-05  Victor Kaplansky  <victork@gcc.gnu.org>

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

From-SVN: r132892
This commit is contained in:
Victor Kaplansky 2008-03-05 08:08:11 +00:00
parent 7c99c2104d
commit f0f00f130d
2 changed files with 7 additions and 3 deletions

View 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

View 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