Closed Bug 670091 Opened 13 years ago Closed 13 years ago

Undefined reference to js_myfmod on mingw-w64

Categories

(Core :: JavaScript Engine, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla8

People

(Reporter: jacek, Assigned: jacek)

References

Details

Attachments

(1 file)

Attached patch fix v1.0Splinter Review
Bug 635617 introduced my_fmod as a workaround for MSC compiler, but #ifdefs check only version of MSC, don't check if we're on MSC.
Attachment #544753 - Flags: review?(m_kato)
(In reply to comment #0)
> Created attachment 544753 [details] [diff] [review] [review]
> fix v1.0
> 
> Bug 635617 introduced my_fmod as a workaround for MSC compiler, but #ifdefs
> check only version of MSC, don't check if we're on MSC.

Jacek, does mingw64 has _M_X64?
(In reply to comment #1)
> (In reply to comment #0)
> > Created attachment 544753 [details] [diff] [review] [review] [review]
> > fix v1.0
> > 
> > Bug 635617 introduced my_fmod as a workaround for MSC compiler, but #ifdefs
> > check only version of MSC, don't check if we're on MSC.
> 
> Jacek, does mingw64 has _M_X64?

Yes, it does. mingw-w64 generally tries to be compatible with MSC about such things.
Comment on attachment 544753 [details] [diff] [review]
fix v1.0

Review of attachment 544753 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #544753 - Flags: review?(m_kato) → review+
Thanks for review, pushed to m-i:

http://hg.mozilla.org/integration/mozilla-inbound/rev/c620827546bb
Whiteboard: [inbound]
http://hg.mozilla.org/mozilla-central/rev/c620827546bb
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: