On 04/06/2010 11:45 AM, Tanya Lattner wrote:> While lack of linux testing of the testsuite is a problem, this is > not why the release is slipping. We need more people to fix bugs. It > can't be the same people fixing the bugs for every release. > > We need more people in the community to help and I can't see any way > of sugar coating this message.I don't know enough yet to help there, sorry. I think anything I could fix without knowing LLVM internals would already be fixed. Maybe down the road.... Dustin
On Tuesday 06 April 2010 14:52:47 Dustin Laurence wrote:> On 04/06/2010 11:45 AM, Tanya Lattner wrote: > > While lack of linux testing of the testsuite is a problem, this is > > not why the release is slipping. We need more people to fix bugs. It > > can't be the same people fixing the bugs for every release. > > > > We need more people in the community to help and I can't see any way > > of sugar coating this message.AFAICT, the only bugs left are Clang bugs and a Darwin llvm-gfortran bug. The Linux bugs have all been triaged and either fixed, have what should be a simple resolution or deemed not release-blocking: Bug 6616 - gcc 4.2 problem, verified to work with 4.3 and 4.4 Bug 6660 - clang regressions Bug 6696 - Just revert the offending patch Bug 6778 - Darwin bug -Dave
On Apr 6, 2010, at 1:04 PM, David Greene wrote:> On Tuesday 06 April 2010 14:52:47 Dustin Laurence wrote: >> On 04/06/2010 11:45 AM, Tanya Lattner wrote: >>> While lack of linux testing of the testsuite is a problem, this is >>> not why the release is slipping. We need more people to fix bugs. It >>> can't be the same people fixing the bugs for every release. >>> >>> We need more people in the community to help and I can't see any way >>> of sugar coating this message. > > AFAICT, the only bugs left are Clang bugs and a Darwin llvm-gfortran bug. > The Linux bugs have all been triaged and either fixed, have what should > be a simple resolution or deemed not release-blocking: > > Bug 6616 - gcc 4.2 problem, verified to work with 4.3 and 4.4Alright. Its tricky when you have multiple versions of gcc. There is no good solution to this, but thats fine.> Bug 6660 - clang regressionsThese are only on Linux. So we still have some Linux regressions right now, but hopefully they are easy to fix.> Bug 6696 - Just revert the offending patchJim has sent me a patch. Getting code owner approval.> Bug 6778 - Darwin bugYes. Still in flux. -Tanya