This is the mail archive of the gcc-bugs@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]

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700

--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > Do you understand the '++' in
> > 
> > 642      dtp->u.p.line_buffer[dtp->u.p.item_count++] = c;
> > 
> > ?
>
> It's C post-increment operator. ...

The question was not about the syntax, but about the functionality: i.e., I
expect dtp->u.p.item_count to be incremented when an item has been processed,
but not at the above point.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]