re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution test)
2005-06-12 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21594 * intrinsics/eoshift0.c: Add prototype for eoshift0. * intrinsics/eoshift2.c: Add prototype for eoshift2. From-SVN: r100907
This commit is contained in:
parent
9b1f9228b2
commit
2b5554f3c0
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-06-12 Thomas Koenig <Thomas.Koenig@online.de>
|
||||
|
||||
PR libfortran/21594
|
||||
* intrinsics/eoshift0.c: Add prototype for eoshift0.
|
||||
* intrinsics/eoshift2.c: Add prototype for eoshift2.
|
||||
|
||||
2005-06-12 Steven G. Kargl <kargls@comcast.net>
|
||||
Thomas Koenig <Thomas.Koenig@online.de>
|
||||
|
||||
|
|
|
@ -40,6 +40,10 @@ static const char zeros[16] =
|
|||
/* TODO: make this work for large shifts when
|
||||
sizeof(int) < sizeof (index_type). */
|
||||
|
||||
static void
|
||||
eoshift0 (gfc_array_char * , const gfc_array_char *,
|
||||
int, const char *, int);
|
||||
|
||||
static void
|
||||
eoshift0 (gfc_array_char * ret, const gfc_array_char * array,
|
||||
int shift, const char * pbound, int which)
|
||||
|
|
|
@ -40,6 +40,10 @@ static const char zeros[16] =
|
|||
/* TODO: make this work for large shifts when
|
||||
sizeof(int) < sizeof (index_type). */
|
||||
|
||||
static void
|
||||
eoshift2 (gfc_array_char *, const gfc_array_char *,
|
||||
int, const gfc_array_char *, int );
|
||||
|
||||
static void
|
||||
eoshift2 (gfc_array_char *ret, const gfc_array_char *array,
|
||||
int shift, const gfc_array_char *bound, int which)
|
||||
|
|
Loading…
Add table
Reference in a new issue