aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <burley@gcc.gnu.org>1999-06-05 18:07:34 -0400
committerCraig Burley <burley@gcc.gnu.org>1999-06-05 18:07:34 -0400
commit22a89f70b9942889bd601008522fafa8be8b4659 (patch)
tree0b460aeb310ac4b4bab72335ef01d3b8860f9c41 /gcc
parent7778a2c32553efde52263488ee0d7dee839ce499 (diff)
downloadgcc-22a89f70b9942889bd601008522fafa8be8b4659.zip
gcc-22a89f70b9942889bd601008522fafa8be8b4659.tar.gz
gcc-22a89f70b9942889bd601008522fafa8be8b4659.tar.bz2
update derived files
From-SVN: r27378
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/f/NEWS b/gcc/f/NEWS
index b31b1db..63570fe 100644
--- a/gcc/f/NEWS
+++ b/gcc/f/NEWS
@@ -66,10 +66,10 @@ about previous `g77' versions up-to-date.
the mainline, development version of `g77' within `egcs') is available
at `http://egcs.cygnus.com/onlinedocs/g77_news.html'.
- The following information was last updated on 1999-05-26:
+ The following information was last updated on 1999-06-04:
-In 0.5.25 (`EGCS' 1.2) versus `EGCS' 1.1.2:
-===========================================
+In 0.5.25, `GCC' 2.95 (`EGCS' 1.2) versus `EGCS' 1.1.2:
+=======================================================
1. `g77' no longer generates bad code for assignments, or other
conversions, of `REAL' or `COMPLEX' constant expressions to type
@@ -106,6 +106,10 @@ In 0.5.25 (`EGCS' 1.2) versus `EGCS' 1.1.2:
bounds checks of array subscripts, as well as of substring start
and end points.
+ * `libg2c' now supports building as multilibbed library, which
+ provides better support for systems that require options such as
+ `-mieee' to work properly.
+
* Source file names with the suffixes `.FOR' and `.FPP' now are
recognized by `g77' as if they ended in `.for' and `.fpp',
respectively.