Avoid clash with system header declaration.
* testsuite/gcc.dg/vect/slp-reduc-sad.c (uint32_t): Remove unused declaration. From-SVN: r273231
This commit is contained in:
parent
ace4317aff
commit
b68cae8176
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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>
|
||||
Jim Wilson <jimw@sifive.com>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "tree-vect.h"
|
||||
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue