Severity: normal
Priority: P3
Component: objc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nicola at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45763
--- Comment #4 from nicola at gcc dot gnu dot org 2010-09-21 20:48 ---
Fix committed to trunk.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from nicola at gcc dot gnu dot org 2010-09-21 20:47 ---
Subject: Bug 23710
Author: nicola
Date: Tue Sep 21 20:47:04 2010
New Revision: 164497
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164497
Log:
PR objc/23710
In gcc/:
* c-family/c-
--- Comment #11 from nicola at gcc dot gnu dot org 2010-09-21 18:52 ---
Patch applied to trunk.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from nicola at gcc dot gnu dot org 2010-09-21 18:51 ---
Subject: Bug 25965
Author: nicola
Date: Tue Sep 21 18:51:34 2010
New Revision: 164491
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164491
Log:
PR objc/25965
In gcc/objc/:
* ob
--- Comment #9 from nicola at gcc dot gnu dot org 2010-09-19 02:04 ---
I submitted a patch that fixes this.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from nicola at gcc dot gnu dot org 2010-09-18 23:52 ---
I submitted a patch to fix this.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from nicola at gcc dot gnu dot org 2010-09-17 16:53 ---
Thanks
well spotted :-)
Unfortunately, the list_remove_elem() function is obsolete (never used inside
the runtime itself, and deprecated for usage outside of it as of 4.6.0) so
there is not much point in working on
--- Comment #4 from nicola at gcc dot gnu dot org 2010-09-17 16:40 ---
>> Ok ... I fixed the testcase in trunk.
>
> Is there not a simpler way to fix the test with dejagnu directives?
Probably. :-)
The fix in trunk does work and is consistent with other files in the sa
--- Comment #2 from nicola at gcc dot gnu dot org 2010-09-17 10:14 ---
Ok ... I fixed the testcase in trunk. Please can you let me know if it works
fine now (I don't have a darwin machine to test). :-)
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Re
--- Comment #4 from nicola at gcc dot gnu dot org 2010-09-17 09:28 ---
This proposed enhancement seems to be a major change to the language! :-)
It basically would mean that every object has a customized class hierarchy.
So, when a message is sent to the object, the object's c
--- Comment #3 from nicola at gcc dot gnu dot org 2010-09-17 09:00 ---
@synchronized support is now available in the GNU runtime. :-)
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from nicola at gcc dot gnu dot org 2010-09-14 22:52 ---
If you want to use dealloc for "compatibility" with Apple Cocoa / GNUstep Base,
then you also want the warnings that dealloc needs to include a call to [super
dealloc], so I wouldn't change the co
--- Comment #1 from nicola at gcc dot gnu dot org 2010-09-14 22:47 ---
GCC from trunk (will become 4.6.0) refuses to compile
@try/@catch/@throw/@synchronized expressions if -fobjc-exceptions is not used.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from nicola at gcc dot gnu dot org 2010-09-08 18:16 ---
objc/typedstream.h has been deprecated in 4.6.0 and will be removed in the next
GCC release. There is no point in trying to fix a bug in it.
Please use gnustep-base or some other Foundation-type library if you need
--- Comment #8 from nicola at gcc dot gnu dot org 2010-09-08 17:52 ---
Created an attachment (id=21743)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21743&action=view)
A tidied up testcase ready for the GCC testsuite
--
nicola at gcc dot gnu dot org changed:
--- Comment #7 from nicola at gcc dot gnu dot org 2010-09-08 17:50 ---
Apologies, bugzilla confused me by jumping to the next bug and I attached a
testcase to the wrong bug! ;-)
Thanks
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215
--- Comment #6 from nicola at gcc dot gnu dot org 2010-09-08 17:49 ---
Created an attachment (id=21742)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21742&action=view)
A tidied up testcase ready for the GCC testsuite
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215
--- Comment #7 from nicola at gcc dot gnu dot org 2010-09-08 17:48 ---
Confirmed.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from nicola at gcc dot gnu dot org 2010-09-06 18:30 ---
Fixed in trunk.
Thanks
--
nicola at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from nicola at gcc dot gnu dot org 2010-09-06 15:57 ---
Subject: Bug 19850
Author: nicola
Date: Mon Sep 6 15:57:44 2010
New Revision: 163923
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163923
Log:
PR libobjc/19850
* gthr
21 matches
Mail list logo