Closed
Bug 723197
Opened 14 years ago
Closed 11 years ago
Possible compiler bug with MSVC 2010 causes miscompilation of CSSParserImpl::ParseProperty
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: khuey, Assigned: m_kato)
References
Details
Attachments
(1 file)
|
1.52 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Ftr, a |#pragma optimize( "", off )| was added as a workaround in bug 563318 comment 39:
https://hg.mozilla.org/mozilla-central/rev/a54f31fa1efd
Version: unspecified → Trunk
| Assignee | ||
Comment 3•11 years ago
|
||
no PGO error on our VS2013 builder
https://treeherder.mozilla.org/#/jobs?repo=try&revision=47b6686624b3
| Assignee | ||
Comment 4•11 years ago
|
||
try again. no PGO error of original. (although hitting bug1115490 after building successful)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a5e91d698177
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8588523 [details] [diff] [review]
Remove old workaround of VS2010
When using VS2010, it throws ICE (internal compiler error) when building source file.
But using VS2013, no error when building and linking.
Attachment #8588523 -
Flags: review?(mshal)
Comment 7•11 years ago
|
||
Comment on attachment 8588523 [details] [diff] [review]
Remove old workaround of VS2010
Although the change looks fine to me, I think you'll need someone in this module for review.
Also the "command timed out" error may or may not be related. That just means that something in the build is hanging - it's possible this patch is introducing a new thing that times out, though that is probably unlikely.
Attachment #8588523 -
Flags: review?(mshal)
| Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8588523 [details] [diff] [review]
Remove old workaround of VS2010
try server is successful during PGO building on VS2013.
When using VS2010, ICE (internal compile error on building) occurred.
Attachment #8588523 -
Flags: review?(dbaron)
Attachment #8588523 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 9•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → m_kato
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•