--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-25
03:18 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-25
03:16 ---
Subject: Bug 18408
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-01-25 03:16:48
Modified files:
gcc/testsuite : ChangeLog
Added files:
gcc/t
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-25
03:13 ---
Subject: Bug 18408
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-01-25 03:13:11
Modified files:
gcc/objc : ChangeLog objc-act.c objc-act.h objc-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22
15:23 ---
With --disable-checking, we get the correct code but we don't get an ICE.
--
What|Removed |Added
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21
00:15 ---
*** Bug 19553 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From zlaski at apple dot com 2005-01-20 21:48
---
Of course, for this particular bug, someone could just review the patch that I
posted two months ago...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18408
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de
2005-01-20 20:43 ---
(In reply to comment #9)
> Objective-C is not part of the release criteria; removing target milestone.
Mark, allow me to mention that GCC offers the only free Objective-C compiler
with moder
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-19
22:49 ---
(In reply to comment #9)
> Objective-C is not part of the release criteria; removing target milestone.
I should note that this PR blocks building GNUstep with 4.0.0.
--
http://gcc.gnu.org/bugzilla/show_
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-19
22:46 ---
Objective-C is not part of the release criteria; removing target milestone.
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-02
00:49 ---
*** Bug 18771 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27
19:46 ---
This should not be in waiting (waiting is mainly to get information from the
reporter and not other
developers).
--
What|Removed |Added
--- Additional Comments From mgd at santafe dot edu 2004-11-12 04:27
---
Fwiw, this does prevent the related ICEs I had..
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18408
--- Additional Comments From zlaski at apple dot com 2004-11-12 01:36
---
Patch posted here:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00925.html
Awaiting feedback.
--
What|Removed |Added
--
--- Additional Comments From zlaski at apple dot com 2004-11-09 23:34
---
I'll take a look.
--
What|Removed |Added
Status|NEW |ASSIGNED
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-09
23:26 ---
This is a recent regression because it was fine with 20041019.
I think it was caused by:
2004-11-02 Ziemowit Laski <[EMAIL PROTECTED]>
* c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-09
23:16 ---
Confirmed, reduced testcase:
@interface List
{
@public
int firstLink;
}
@end
@interface ListIndex_linked
{
@public
List *collection;
int link;
}
@end
@interface List_linked: List
@end
@implementatio
16 matches
Mail list logo