Hi, all.
Could a gatekeeper help to review the patch for bug879.
Please find the detail: https://bugs.open64.net/show_bug.cgi?id=879
I would like to add a member "line" to Class "ST".
+ mUINT32 line; // The line num where define
the sym in the source file.
With this field we can get the line info which define symbol.
Attached Please fine the whole patch. The patch has passed SL’s
regression test.
Thx very much.
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Tuesday, October 11, 2011 2:56 PM
To: [email protected]
Subject: [Bug 879] New: Missing line number of uninitialized variable warning
https://bugs.open64.net/show_bug.cgi?id=879
Summary: Missing line number of uninitialized variable warning
Product: Open64 Compiler
Version: 4.2.4
Platform: Itanium
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: WOPT
AssignedTo: [email protected]
ReportedBy: [email protected]
Test case: 1.c
int main()
{
int z;
return z;
}
CMD:
opencc 1.c -WOPT:warn_uninit=1
Building output:
"1.c": Warning: Variable z in main might be used uninitialized
Error:
There is missing line number of variable, Which is difficult to locate
variable.
--
Configure bugmail: https://bugs.open64.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You reported the bug.
bug879.patch
Description: Binary data
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________ Open64-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/open64-devel
