diff options
author | George Helffrich <george@geo.titech.ac.jp> | 2001-09-22 19:35:05 +0900 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2001-09-22 10:35:05 +0000 |
commit | 2bc21ba588678796be5aa4981d6e3ebdabc1f6e8 (patch) | |
tree | 39422eeb1b04b089046a32b7a9973d93db9c2432 /gcc/f/news.texi | |
parent | b8d323b1a00b6658c4f31ebed3788aff7329aae3 (diff) | |
download | gcc-2bc21ba588678796be5aa4981d6e3ebdabc1f6e8.tar.gz |
com.c (ffecom_subscript_check_): Loosen subscript checking rules for character strings...
Thu Sep 20 15:05:20 JST 2001 George Helffrich <george@geo.titech.ac.jp>
* com.c (ffecom_subscript_check_): Loosen subscript checking rules
for character strings, to permit substring expressions like
string(1:0).
* news.texi: Document this as a new feature.
From-SVN: r45747
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 992ba28a8cf..82a94b3a994 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -156,7 +156,15 @@ The following information was last updated on @value{last-update-news}: @itemize @bullet @ifclear USERVISONLY @item -[ Nothing yet ] +George Helffrich (@email{george@@geo.titech.ac.jp}) implemented a change +in substring index checking (when specifying @code{-fbounds-check}) +that permits the use of zero length substrings of the form +@code{string(1:0)}. + +@item +Based on code developed by Pedro Vazquez (@email{vazquez@@penelope.iqm.unicamp.br}), +the @code{libf2c} library is now able to read and write files larger than +2 Gbyte on 32-bit target machines, if the operating system supports this. @end ifclear @end itemize |