diff options
author | Craig Burley <burley@gcc.gnu.org> | 1999-04-02 05:37:40 -0500 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-04-02 05:37:40 -0500 |
commit | 57b1ca433d13996af8de478aefa2f72a24758434 (patch) | |
tree | 474aa7e7613bd4b92e73e07bb2b47170bb02a1d5 | |
parent | 7cceca3288eed1bee6b0d258e7578b6a786ad7c4 (diff) | |
download | gcc-57b1ca433d13996af8de478aefa2f72a24758434.zip gcc-57b1ca433d13996af8de478aefa2f72a24758434.tar.gz gcc-57b1ca433d13996af8de478aefa2f72a24758434.tar.bz2 |
Update NEWS derived file
From-SVN: r26115
-rw-r--r-- | gcc/f/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -66,7 +66,7 @@ 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-03-17: + The following information was last updated on 1999-04-02: In `egcs' 1.2 (versus 1.1.2): ============================= @@ -99,6 +99,9 @@ In `egcs' 1.2 (versus 1.1.2): corresponding *subsequent* function program unit disagrees with the reference concerning the type of the function. + * The `-malign-double' option now reliably aligns *all* + double-precision variables and arrays on Intel x86 targets. + 5. Improve documentation and indexing, including information on Year 2000 (Y2K) compliance. |