Commit b68cae81 by Joern Rennecke Committed by Joern Rennecke

Avoid clash with system header declaration.

	* testsuite/gcc.dg/vect/slp-reduc-sad.c (uint32_t):
	Remove unused declaration.

From-SVN: r273231
parent ace4317a
2019-07-08 Joern Rennecke <joern.rennecke@riscy-ip.com>
Avoid clash with system header declaration.
* testsuite/gcc.dg/vect/slp-reduc-sad.c (uint32_t):
Remove unused declaration.
2019-07-08 Andrew Waterman <andrew@sifive.com> 2019-07-08 Andrew Waterman <andrew@sifive.com>
Jim Wilson <jimw@sifive.com> Jim Wilson <jimw@sifive.com>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "tree-vect.h" #include "tree-vect.h"
typedef unsigned int uint32_t;
typedef unsigned short uint16_t; typedef unsigned short uint16_t;
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
......
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