mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 22:36:12 +08:00
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:
parent
7c99c2104d
commit
f0f00f130d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user