diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 21:12:24 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 21:12:24 +0000 |
commit | d37a7f1fe416b1335009ad1c26ebd0df0d216892 (patch) | |
tree | 69caf8a67bc929014eb98b7abc30c45f34eeb65b /gcc/f/NEWS | |
parent | 27ebec7f1e27b9ca3b0f7634525970c13fd530a9 (diff) | |
download | gcc-d37a7f1fe416b1335009ad1c26ebd0df0d216892.tar.gz |
Update BUGS, NEWS derived files
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26164 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/NEWS')
-rw-r--r-- | gcc/f/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/NEWS b/gcc/f/NEWS index edbca341df9..807d4deb8f3 100644 --- a/gcc/f/NEWS +++ b/gcc/f/NEWS @@ -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-04-02: + The following information was last updated on 1999-04-03: In `egcs' 1.2 (versus 1.1.2): ============================= @@ -99,6 +99,10 @@ In `egcs' 1.2 (versus 1.1.2): corresponding *subsequent* function program unit disagrees with the reference concerning the type of the function. + * `-fno-emulate-complex' is now the default option. This should + result in improved performance of code that uses the `COMPLEX' + data type. + * The `-malign-double' option now reliably aligns *all* double-precision variables and arrays on Intel x86 targets. |