--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-26
17:47 ---
Fixed already.
--
What|Removed |Added
Status|NEW |RESOLV
--- Additional Comments From rperini at email dot it 2005-05-04 15:13
---
(In reply to comment #2)
> *** Bug 21378 has been marked as a duplicate of this bug. ***
Sorry for double posting. I have some problems on my Internet connection.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-04
14:53 ---
Confirmed, reduced testcase:
typedef struct IpoKey {
struct IpoKey *next, *prev;
short flag, rt;
float val;
struct BezTriple **data;
} IpoKey;
IpoKey *first;
static int float_to_frame (float frame)
{
in