This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/11687] xstormy16-elf build fails in libf2c
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 18:47:35 -0000
- Subject: [Bug fortran/11687] xstormy16-elf build fails in libf2c
- References: <20030727184644.11687.dhazeghi@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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;
}