[Bug libstdc++/19781] testsuite_hooks.cc doesn't test for mkfifo

2005-05-05 Thread bkoz at gcc dot gnu dot org
--- 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

[Bug libstdc++/19781] testsuite_hooks.cc doesn't test for mkfifo

2005-05-09 Thread pcarlini at suse dot de
--- 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 -

[Bug libstdc++/19781] testsuite_hooks.cc doesn't test for mkfifo

2005-05-09 Thread mmitchel at gcc dot gnu dot org
--- 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 ..

[Bug libstdc++/19781] testsuite_hooks.cc doesn't test for mkfifo

2005-05-10 Thread jifl-bugzilla at jifvik dot org
--- 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