[Issue 11674] core.stdc.fenv.fenv_t declaration not architecture aware

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11674

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 11674] core.stdc.fenv.fenv_t declaration not architecture aware

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11674

Joakim db...@joakim.fea.st changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Joakim db...@joakim.fea.st ---
It appears this has since been fixed:

https://github.com/D-Programming-Language/druntime/blob/master/src/core/stdc/fenv.d#L30

--


[Issue 11674] core.stdc.fenv.fenv_t declaration not architecture aware

2013-12-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11674



--- Comment #3 from github-bugzi...@puremagic.com 2013-12-19 05:48:58 PST ---
Commits pushed to 2.065 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/fc9a485c96305d38171fcd30c820437b4ca19831
fix Issue 11674 - fenv_t declaration not architecture aware

https://github.com/D-Programming-Language/druntime/commit/1ebc320ed53c01b4c521087c287d69e902a8712a
Merge pull request #683 from dawgfoto/fix11674

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 11674] core.stdc.fenv.fenv_t declaration not architecture aware

2013-12-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11674


Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull


--- Comment #1 from Martin Nowak c...@dawg.eu 2013-12-05 03:26:54 PST ---
https://github.com/D-Programming-Language/druntime/pull/683

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 11674] core.stdc.fenv.fenv_t declaration not architecture aware

2013-12-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11674



--- Comment #2 from github-bugzi...@puremagic.com 2013-12-05 12:52:48 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/fc9a485c96305d38171fcd30c820437b4ca19831
fix Issue 11674 - fenv_t declaration not architecture aware

- add declarations for X86 and X86_64
- also fix incorrect type for fexcept_t

https://github.com/D-Programming-Language/druntime/commit/1ebc320ed53c01b4c521087c287d69e902a8712a
Merge pull request #683 from dawgfoto/fix11674

fix Issue 11674 - fenv_t declaration not architecture aware

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---