]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/9263 (ICE caused by invalid PARAMETER in implied DO loop)
authorBud Davis <bdavis9659@comcast.net>
Fri, 11 Apr 2003 21:33:48 +0000 (21:33 +0000)
committerToon Moene <toon@gcc.gnu.org>
Fri, 11 Apr 2003 21:33:48 +0000 (21:33 +0000)
commit62520b200418a0fe365740c18da27f1b0c852315
tree9447e72ba92ded418534b60dfb93b17733812cfc
parent2ae5ae57ba6177af4fe8ba2951e8864c6bdb7c87
re PR fortran/9263 (ICE caused by invalid PARAMETER in implied DO loop)

2003-04-11  Bud Davis <bdavis9659@comcast.net>

PR Fortran/9263
* gcc/f/data.c (ffedata_advance_): Check initial, final and
increment values for INTEGER typeness.
PR Fortran/1832
* libf2c/libI77/iio.c (z_putc): Check for overflowing length
of output string.
* gcc/f/news.texi: Document these fixes.
PR Fortran/9263
* g77.f-torture/noncompile/9263.f: New test
PR Fortran/1832
* g77.f-torture/execute/1832.f: New test

From-SVN: r65481
gcc/f/ChangeLog
gcc/f/data.c
gcc/f/news.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g77.f-torture/execute/1832.f [new file with mode: 0644]
gcc/testsuite/g77.f-torture/noncompile/9263.f [new file with mode: 0644]
libf2c/ChangeLog
libf2c/libI77/iio.c