Thread overview
[Issue 11674] New: core.stdc.fenv.fenv_t declaration not architecture aware
Dec 04, 2013
Martin Nowak
Dec 05, 2013
Martin Nowak
December 04, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11674

           Summary: core.stdc.fenv.fenv_t declaration not architecture
                    aware
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@dawg.eu


--- Comment #0 from Martin Nowak <code@dawg.eu> 2013-12-03 17:00:17 PST ---
The declaration of fenv_t is architecture dependent but druntime unconditionally uses the X86 one.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 05, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11674


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Martin Nowak <code@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: -------
December 05, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11674



--- Comment #2 from github-bugzilla@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: -------
December 19, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11674



--- Comment #3 from github-bugzilla@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: -------