FX Coudert - Re: [patch, libgfortran] Fix m4 file generation (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: FX Coudert
- To: Thomas Koenig
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Feb 2007 23:22:31 +0100
- Subject: Re: [patch, libgfortran] Fix m4 file generation
- References: <20070209201255.GA14641@meiner.onlinehome.de>
Also, with your patch, some of the regenerated files (that are regenerated before the build failure) are wrong:
Index: generated/cshift1_4.c
--- generated/cshift1_4.c (revision 121774) +++ generated/cshift1_4.c (working copy) @@ -55,7 +55,7 @@ index_type soffset; const char *sptr; const char *src;
- /* h.* indicates the shift array. */
- /* h.* indicates the array. */ index_type hstride[GFC_MAX_DIMENSIONS]; index_type hstride0; const GFC_INTEGER_4 *hptr; @@ -144,7 +144,7 @@ while (rptr) {
/* Do the shift for this dimension. */
/* Do the for this dimension. */ sh = *hptr; sh = (div (sh, len)).rem; if (sh < 0)
- Follow-Ups:
- Re: [patch, libgfortran] Fix m4 file generation
* From: Tobias Burnus
- Re: [patch, libgfortran] Fix m4 file generation
- References:
- [patch, libgfortran] Fix m4 file generation
* From: Thomas Koenig
- [patch, libgfortran] Fix m4 file generation
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |