Re: Problem implementing faults in Objective-C

2005-06-21 Thread Timothy J. Wood
On Jun 21, 2005, at 4:12 AM, Frederic Stark wrote: I am sending this to gnustep-dev crossposted to gcc. Maybe this isn't the right mailing list. See at the end of the post for a 40 line program that exhibit the bad behavior. Problem: If a is a fault (ie: changes its isa pointer during fo

Re: Fixing Bugs (Was: A Suggestion for Release Testing)

2005-06-14 Thread Timothy J. Wood
On Jun 14, 2005, at 8:13 AM, Robert Dewar wrote: I think a lot of what happens is that easy bugs do get fixed. The ones that don't are often complex, or ill-reported, and thus tend to require a lot of knowledge to work on effectively. One form of mentoring would be to _not_ have the core

Re: Profile-directed feedback and remote testing

2005-03-25 Thread Timothy J . Wood
On Mar 25, 2005, at 9:47 AM, Gabriel Dos Reis wrote: "Timothy J.Wood" <[EMAIL PROTECTED]> writes: |A compiler option to set the target directory for these files (and | the coverage ones!) would be great. Possibly even better would be an | environment variable. If the user wants to compare two

Re: Profile-directed feedback and remote testing

2005-03-25 Thread Timothy J . Wood
On Mar 24, 2005, at 11:59 PM, Mark Mitchell wrote: When we generate data for feedback, we insert the .gcda name into the object file as an absolute path. As a result, when we try to do remote testing, we lose, as, in general the remote file system does not have the same file hierarchy as the bu

Re: ObjC++ Status ?

2005-02-16 Thread Timothy J . Wood
On Wednesday, February 16, 2005, at 10:03 AM, Serguei Kouratov wrote: @implementation MyClass; /// <<<--- Test.mm:13: internal compiler error... Is the ';' even supposed to be allowed there? Maybe the bug is that the non-ObjC++ compiler accepts this. -tim