--- Additional Comments From jifl-bugzilla at jifvik dot org 2005-05-10
16:38 ---
As the bug reporter, I'm fine with that, although I can't really change the bug
to "VERIFIED" since I haven't.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19781
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-10
06:27 ---
Honestly, I would have loved to have fixed this in 3.4.4, but I'm out of time.
I took a quick try at it, but there were lots of patch rejects. It's certainly
doable, but I'm not going to get there. So ..
--- Additional Comments From pcarlini at suse dot de 2005-05-10 01:00
---
Mark, your require-fifo/fork work has fixed this PR in 4_0/mainline and I'm
assigning it to you. Close or 3_4 too?!?
--
What|Removed |Added
-
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-05-05 16:49
---
This indeed can be fixed. Instead of
#if defined (_NEWLIB_VERSION) || defined (__MINGW32_VERSION)
/* Newlib and MinGW32 do not have mkfifo. */
exit(0);
#else
do something like
#if _GLIBCXX_HAVE_MK