[Bug preprocessor/34288] ssize_t used in libcpp/files.c without autoconf detection

2007-12-03 Thread antoine64leca at hotmail dot com
--- Comment #4 from antoine64leca at hotmail dot com 2007-12-03 10:39 --- If this works for you, I will check it in. OK, it works OK here. Many thanks for your quick and efficient help. Antoine -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34288

[Bug preprocessor/34288] ssize_t used in libcpp/files.c without autoconf detection

2007-12-03 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-12-03 21:08 --- Fixed on trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/34288] ssize_t used in libcpp/files.c without autoconf detection

2007-11-30 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-11-30 18:35 --- Created an attachment (id=14674) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14674action=view) patch to check for ssize_t Please try this patch. It applies to svn trunk. It includes the changes to configure

[Bug preprocessor/34288] ssize_t used in libcpp/files.c without autoconf detection

2007-11-30 Thread antoine64leca at hotmail dot com
--- Comment #2 from antoine64leca at hotmail dot com 2007-11-30 16:26 --- (In reply to comment #1) The check in gcc/configure.ac defaults ssize_t to int if it isn't found. But, we also need to do this in libcpp/configure.ac. Thanks to confirm my intuition. If I send you a patch,

[Bug preprocessor/34288] ssize_t used in libcpp/files.c without autoconf detection

2007-11-29 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-11-29 18:20 --- The check in gcc/configure.ac defaults ssize_t to int if it isn't found. But, we also need to do this in libcpp/configure.ac. If I send you a patch, can you test it? I will send a patch for configure as well. --