Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-28 Thread Sun Chan
I guess the original fix has problem and we might as well remove it. Sun On Tue, Mar 1, 2011 at 12:52 AM, Steve Ellcey wrote: > > I have tested a compiler with the code in question removed.  Using the > testsuites I have available here at HP I have not found any regressions > due to removing the

Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-28 Thread Steve Ellcey
I have tested a compiler with the code in question removed. Using the testsuites I have available here at HP I have not found any regressions due to removing the code. So I would like to propose this patch as the fix for bug 497. Can a gatekeeper approve it? Steve Ellcey s...@cup.hp.com $ s

Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-23 Thread C. Bergström
Sun Chan wrote: > C. > I assume path64 will have this problem? SL found the problem and > "ignored" the path64 fix, i guess the right fix need input from the > tracker > fwiw psclang handles this no problem and the engineers working on it have had zero access to the issue tracker and or path64

Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-22 Thread C. Bergström
Sun Chan wrote: > Fred? Can you find this out? > No the PathScale issue tracker is no more accessible than the internal HP or AMD bug tracker. -- Free Software Download: Index, Search & Analyze Logs and other IT data i

Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-22 Thread Sun Chan
C. I assume path64 will have this problem? SL found the problem and "ignored" the path64 fix, i guess the right fix need input from the tracker Sun 2011/2/23 "C. Bergström" : > Sun Chan wrote: >> >> Fred? Can you find this out? >> > > No the PathScale issue tracker is no more accessible than the i

Re: [Open64-devel] Question about bug 497, unsigned to float conversion

2011-02-22 Thread Sun Chan
Fred? Can you find this out? Sun On Wed, Feb 23, 2011 at 7:17 AM, Steve Ellcey wrote: > I am looking at bug #497 (https://bugs.open64.net/show_bug.cgi?id=497) and > created this small test case to show the problem: > > #include > #include > > int main() { >   unsigned long long qw; >   float f;