[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-06-20 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-06-20 08:12 --- Closing, as discussed, it would be an undesirable performance hit to make changes in this area. Arno -- What|Removed |Added

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-06-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19526

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-19 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-20 01:26 --- Oops, I had split up the patch into a non-critical (as far as this bug report is concerned) part and a critical part, but messed up when I pasted into bug report. Following is the part for Self

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-19 Thread charlet at adacore dot com
--- Additional Comments From charlet at adacore dot com 2005-03-19 13:54 --- Subject: Re: Windows errorcodes wrong in Ada when tasking > IMO, resetting the error code set by the kernel whenever the internal Ada > tasking functions are called successfully is a bug. So you are saying th

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-19 Thread b201 at passagen dot se
--- Additional Comments From b201 at passagen dot se 2005-03-19 13:02 --- Danny, to me it seems you've got the solution. What will happen next? Will your patch make it into the next version, or does it have to be approved by someone else, who might not think it's a bug at all? Or is

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-19 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-19 11:14 --- IMO, resetting the error code set by the kernel whenever the internal Ada tasking functions are called successfully is a bug. It can be easily fixed: * s-osinte-mingw.ads (SetLastError

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-18 Thread b201 at passagen dot se
--- Additional Comments From b201 at passagen dot se 2005-03-18 22:45 --- How come not many people see this as a bug? When a program behaves differently, just because a totally non-related task was introduced, I consider it a bug. I think Danny is on the right track. As for the re

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:27 --- I do not see any GNAT bug here. Potentially a problem in your code, or in the Win32 API you used, but that's all. Note that GNAT.Sockets.Thin as shown in your build output is an internal unit that should no

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-01-22 Thread dannysmith at users dot sourceforge dot net
-- What|Removed |Added CC||dannysmith at users dot ||sourceforge dot net http://gcc.gnu.or