This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[cygwin] FAIL: gcc.dg/vect/pr31041.c: gcc.dg/vect/pr31041.c:7: error: conflicting types for 'int32_t'
- From: "Christian Joensson" <christian dot joensson at gmail dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>
- Date: Thu, 31 Jan 2008 11:35:26 +0100
- Subject: [cygwin] FAIL: gcc.dg/vect/pr31041.c: gcc.dg/vect/pr31041.c:7: error: conflicting types for 'int32_t'
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