[Bug fortran/11687] xstormy16-elf build fails in libf2c
dhazeghi at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Sun Jul 27 18:47:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11687
------- Additional Comments From dhazeghi at yahoo dot com 2003-07-27 18:47 -------
Oops the testcase didn't quite copy over...
typedef __g77_integer flag;
typedef __g77_integer ftnint;
typedef struct
{ flag icierr;
char *iciunit;
ftnint icirlen;
ftnint icirnum;
} icilist;
extern char *f__icptr;
char *f__icend;
void
c_si (icilist * a)
{
f__icend = f__icptr + a->icirlen * a->icirnum;
}
More information about the Gcc-bugs
mailing list