mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 01:25:55 +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>
|
2008-03-05 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
PR libfortran/35293
|
PR libfortran/35293
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "tree-vect.h"
|
#include "tree-vect.h"
|
||||||
|
|
||||||
typedef int int32_t;
|
|
||||||
struct UNewTrie
|
struct UNewTrie
|
||||||
{
|
{
|
||||||
int32_t index[(0x110000 >> 1)];
|
int index[(0x110000 >> 1)];
|
||||||
};
|
};
|
||||||
typedef struct UNewTrie UNewTrie;
|
typedef struct UNewTrie UNewTrie;
|
||||||
utrie_open_3_4 ()
|
utrie_open_3_4 ()
|
||||||
{
|
{
|
||||||
UNewTrie *trie;
|
UNewTrie *trie;
|
||||||
int32_t i, j;
|
int i, j;
|
||||||
{
|
{
|
||||||
i = 0;
|
i = 0;
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user