[Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc

2004-12-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28 01:37 --- So closing as fixed. -- What|Removed |Added Status|WAITING |

[Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc

2004-12-27 Thread namsh at kldp dot org
--- Additional Comments From namsh at kldp dot org 2004-12-28 01:33 --- I confirmed that the "Richard's patch for PR19102" fixed this problem. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19129

[Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc

2004-12-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-27 00:47 --- Note I would not doubt that the reduced testcase is: int *f(void) { return __builtin_apply (0,0,0); } -- What|Removed |Added -