Commit f0f00f13 by Victor Kaplansky

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
parent 7c99c210
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment