This is the mail archive of the gcc-patches@gcc.gnu.org mailing 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] | |
Tobias Burnus wrote:Index: gcc/fortran/error.c =================================================================== --- gcc/fortran/error.c (Revision 119599) +++ gcc/fortran/error.c (Arbeitskopie) @@ -549,6 +549,7 @@ { /* This is a position specifier. See comment above. */ while (ISDIGIT(*format)) + format++;
/* Skip over the dollar sign. */ format++;
Is there a test case for this condition? Or putting it another way, is there a test case that did not catch the problem that should be fixed?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |