--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28
01:37 ---
So closing as fixed.
--
What|Removed |Added
Status|WAITING |
--- 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
--- 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
-