Re: [Open64-devel] Open64 svn server done?

2011-05-12 Thread Juergen Ributzka
Hi Doug, it should be fixed now. Cheers, Juergen On Thu, May 12, 2011 at 1:43 PM, Gilmore, Doug wrote: > We are having problems connecting to the SVN server. > > Is anyone else seeing this? > > Doug > > > > > -- > Achi

[Open64-devel] Open64 svn server done?

2011-05-12 Thread Gilmore, Doug
We are having problems connecting to the SVN server. Is anyone else seeing this? Doug -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has ext

[Open64-devel] code changes for compilation error IA-64 caused by r3583

2011-05-12 Thread Jian-Xin Lai
Hi, Can a gate keeper review the code changes for compilation errors on IA-64 caused by r3583? Thank you very much. The first change is to use "INTPTR" for type conversion. Because IA-64 is 64-bit and convert void * to int is illegal. The second change is to mark some code to be x86 specific. The