Closed Bug 667825 Opened 13 years ago Closed 13 years ago

bug 649576 causes bustage for Win64 due to sizeof(long) != sizeof(void*)

Categories

(Core :: JavaScript Engine, defect)

x86_64
Windows Vista
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: m_kato, Assigned: m_kato)

References

Details

Attachments

(1 file)

http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1309218112.1309218243.17547.gz#err0

d:/mozilla-build/python/python2.6.exe -O e:/builds/moz2_slave/cen-w64/build/js/src/build/cl.py cl -FoParseMaps.obj -c   -DOSTYPE=\"WINNT6.1\" -DOSARCH=WINNT -DEXPORT_JS_API -DIMPL_MFBT -D__STDC_LIMIT_MACROS -DJS_HAS_CTYPES -DDLL_PREFIX=\"\" -DDLL_SUFFIX=\".dll\" -Ictypes/libffi/include -I.  -I/e/builds/moz2_slave/cen-w64/build/js/src -I. -I./../../dist/include -I./../../dist/include/nsprpub  -Ie:/builds/moz2_slave/cen-w64/build/obj-firefox/dist/include/nspr   -I/e/builds/moz2_slave/cen-w64/build/js/src -I/e/builds/moz2_slave/cen-w64/build/js/src/assembler -I/e/builds/moz2_slave/cen-w64/build/js/src/yarr    -GR- -TP -nologo -wd4345 -D_CRT_SECURE_NO_WARNINGS -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4800 -we4553  -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O2 -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD            -FI ./js-confdefs.h -DMOZILLA_CLIENT /e/builds/moz2_slave/cen-w64/build/js/src/frontend/ParseMaps.cpp
ParseMaps.cpp

e:\builds\moz2_slave\cen-w64\build\js\src\vm/String.h(586) : warning C4267: 'return' : conversion from 'size_t' to 'intN', possible loss of data

e:/builds/moz2_slave/cen-w64/build/js/src/frontend/ParseMaps.cpp(58) : error C2118: negative subscript
Assignee: general → m_kato
Status: NEW → ASSIGNED
Attached patch fixSplinter Review
Attachment #542373 - Flags: review?(cdleary)
Comment on attachment 542373 [details] [diff] [review]
fix

It seems to be fixed by changeset cc588cd332a9.  canel reviewing
Attachment #542373 - Flags: review?(cdleary)
This is already fixed by http://hg.mozilla.org/tracemonkey/rev/cc588cd332a9

mark as invalid
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: