[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2008-03-05 Thread victork at gcc dot gnu dot org
--- Comment #6 from victork at gcc dot gnu dot org 2008-03-05 08:08 --- Subject: Bug 31341 Author: victork Date: Wed Mar 5 08:08:11 2008 New Revision: 132892 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=132892 Log: 2008-03-05 Victor Kaplansky [EMAIL PROTECTED] PR

[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2008-02-28 Thread victork at gcc dot gnu dot org
--- Comment #3 from victork at gcc dot gnu dot org 2008-02-28 09:48 --- I have no installed cygwin, could you check if this patch fixes the failure? Index: gcc/testsuite/gcc.dg/vect/pr31041.c === ---

[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2008-02-28 Thread tprince at computer dot org
--- Comment #4 from tprince at computer dot org 2008-02-28 17:05 --- With Victor's patch on SVN: trunk revision 132553 version 4.4.0 20080222: PASS: gcc.dg/vect/pr31041.c (test for excess errors) -- tprince at computer dot org changed: What|Removed

[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2008-02-28 Thread tprince at computer dot org
--- Comment #5 from tprince at computer dot org 2008-02-28 21:07 --- (In reply to comment #3) I have no installed cygwin, could you check if this patch fixes the failure? Index: gcc/testsuite/gcc.dg/vect/pr31041.c

[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2007-04-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-04-28 01:44 --- Except how is stdint.h is in scope, it only includes stdarg.h and signal.h. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31341

[Bug testsuite/31341] testsuite pr31041.c fails conflicting with stdint.h

2007-04-27 Thread tprince at computer dot org
--- Comment #2 from tprince at computer dot org 2007-04-28 06:42 --- Whatever the reason, cygwin has more headers active than just those specified in the file. I would have thought that stdint.h typedefs should be acquired from stdint.h rather than being specified slightly differently