[Bug objc/22274] [4.1 Regression] string[1-4].m, const-str-5.m fails with the gnu runtime

2005-07-06 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-07-07 06:33 --- Fixed for 4.1. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug objc/22274] [4.1 Regression] string[1-4].m, const-str-5.m fails with the gnu runtime

2005-07-06 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-07-01 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug c++/21349] New: Spurious '$' in warning messages

2005-05-02 Thread zlaski at apple dot com
d uninitialized in this function" } */ do { if(baz()) range.end = 2; } while(range.end != 0); return 0; } -- Summary: Spurious '$' in warning messages Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal

[Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes

2005-01-20 Thread zlaski at apple dot com
--- 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

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-15 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-15 21:27 --- Committed fix. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-14 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-10 20:23 --- Alas, comment #1 is a non-starter for ObjC++ reasons, plus it is factually wrong (since we _do_ preserve the volatile on the function argument, which is why this is mysterious). -- http://gcc.gnu.org

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|zlaski at apple dot com |pinskia at gcc dot gnu dot ||org Severity|critical

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-10 19:43 --- Ok, I was wrong. :-) The bug described herein is unrelated to the const encoding issue. What is more, I'm dumbfounded as to how the anomaly comes to be. Stepping through objc_start_function() and fr

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-07 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-07 23:11 --- I'll take this; there is also a problem with encoding 'const' parameters, already fixed in apple-ppc- branch. I'll tackle the const and volatile issue together. --

[Bug objc/18971] [4.0 Regression] Can't send messages to methods with arrays as parameters

2004-12-23 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes

2004-11-11 Thread zlaski at apple dot com
--- 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

[Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes

2004-11-09 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2004-11-09 23:34 --- I'll take a look. -- What|Removed |Added Status|NEW |ASS