2003-04-11 Bud Davis <bdavis9659@comcast.net>
commit9818aa98bec2c0c9967aad8dab0cbb4a79921a93
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Apr 2003 21:33:48 +0000 (11 21:33 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Apr 2003 21:33:48 +0000 (11 21:33 +0000)
tree9447e72ba92ded418534b60dfb93b17733812cfc
parentba2ab640e969b1cdcbd7bbb90dbebc5f46872040
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65481 138bc75d-0d04-0410-961f-82ee72b054a4
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