Bug 118278

Summary: [JSC]: Fix maybe-uninitialized gcc 4.8 warning in DFGSpeculativeJIT.cpp
Product: WebKit Reporter: Sergio Correia (qrwteyrutiyoup) <sergio>
Component: JavaScriptCoreAssignee: Sergio Correia (qrwteyrutiyoup) <sergio>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, fpizlo, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sergio Correia (qrwteyrutiyoup) 2013-07-01 22:00:59 PDT
[JSC]: Fix maybe-uninitialized gcc 4.8 warning in DFGSpeculativeJIT.cpp
Comment 1 Sergio Correia (qrwteyrutiyoup) 2013-07-01 22:03:28 PDT
Created attachment 205862 [details]
Patch
Comment 2 Sergio Correia (qrwteyrutiyoup) 2013-07-01 22:03:54 PDT
Warning:

/home/sergio/projects/webkitnix/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp: In member function 'void JSC::DFG::SpeculativeJIT::compilePutByValForIntTypedArray(const JSC::TypedArrayDescriptor&, JSC::DFG::GPRReg, JSC::DFG::GPRReg, JSC::DFG::Node*, size_t, JSC::TypedArraySignedness, JSC::TypedArrayRounding)':
/home/sergio/projects/webkitnix/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:2682:220: error: 'valueGPR' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Comment 3 WebKit Commit Bot 2013-07-01 23:03:54 PDT
Comment on attachment 205862 [details]
Patch

Clearing flags on attachment: 205862

Committed r152280: <http://trac.webkit.org/changeset/152280>
Comment 4 WebKit Commit Bot 2013-07-01 23:03:56 PDT
All reviewed patches have been landed.  Closing bug.