[cygwin] FAIL: gcc.dg/vect/pr31041.c: gcc.dg/vect/pr31041.c:7: error: conflicting types for 'int32_t'
Christian Joensson
christian.joensson@gmail.com
Thu Jan 31 17:28:00 GMT 2008
Hi.
On cygwin with gcc trunk Fri Jan 25 12:38:35 UTC 2008 (revision 131824)
I get the following failure (among a few others... many ICE) that
might be easy to fix:
Executing on host: /usr/local/src/trunk/objdir/gcc/xgcc
-B/usr/local/src/trunk/objdir/gcc/
/usr/local/src/trunk/gcc/gcc/testsuite/gcc.dg/vect/pr31041.c
-ftree-vectorize -fno-vect-cost-model -msse2 -O2
-fdump-tree-vect-details -fno-show-column -S -o pr31041.s (timeout
= 300)
spawn /usr/local/src/trunk/objdir/gcc/xgcc
-B/usr/local/src/trunk/objdir/gcc/
/usr/local/src/trunk/gcc/gcc/testsuite/gcc.dg/vect/pr31041.c
-ftree-vectorize -fno-vect-cost-model -msse2 -O2
-fdump-tree-vect-details -fno-show-column -S -o pr31041.s
/usr/local/src/trunk/gcc/gcc/testsuite/gcc.dg/vect/pr31041.c:7: error:
conflicting types for 'int32_t'
/usr/include/stdint.h:20: error: previous declaration of 'int32_t' was here
compiler exited with status 1
output is:
/usr/local/src/trunk/gcc/gcc/testsuite/gcc.dg/vect/pr31041.c:7: error:
conflicting types for 'int32_t'
/usr/include/stdint.h:20: error: previous declaration of 'int32_t' was here
FAIL: gcc.dg/vect/pr31041.c (test for excess errors)
Excess errors:
/usr/local/src/trunk/gcc/gcc/testsuite/gcc.dg/vect/pr31041.c:7: error:
conflicting types for 'int32_t'
/usr/include/stdint.h:20: error: previous declaration of 'int32_t' was here
--
Cheers,
/ChJ
More information about the Gcc
mailing list