summaryrefslogtreecommitdiff
path: root/gcc/f/bugs.texi
diff options
context:
space:
mode:
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-19 10:29:42 +0000
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-19 10:29:42 +0000
commit922b491f5075185d877c40770b63c1057dfc39aa (patch)
treebbd7573b5f6396d6d7c8ffdf0ab6fada611ac30f /gcc/f/bugs.texi
parent89eaf005fbd94ca247621ed159a4498865be1614 (diff)
downloadgcc-922b491f5075185d877c40770b63c1057dfc39aa.tar.gz
JCB updates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/bugs.texi')
-rw-r--r--gcc/f/bugs.texi32
1 files changed, 1 insertions, 31 deletions
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi
index d6370f99a49..b606eb0731a 100644
--- a/gcc/f/bugs.texi
+++ b/gcc/f/bugs.texi
@@ -5,7 +5,7 @@
@c The text of this file appears in the file BUGS
@c in the G77 distribution, as well as in the G77 manual.
-@c 1998-03-17
+@c 1998-05-17
@ifclear BUGSONLY
@node Actual Bugs
@@ -35,12 +35,6 @@ form instead, and so on.
(Probably improved, but not wholly fixed, in 0.5.21.)
@item
-The @code{g77} command itself should more faithfully process
-options the way the @code{gcc} command does.
-For example, @code{gcc} accepts abbreviated forms of long options,
-@code{g77} generally doesn't.
-
-@item
Some confusion in diagnostics concerning failing @code{INCLUDE}
statements from within @code{INCLUDE}'d or @code{#include}'d files.
@@ -171,30 +165,6 @@ is the potential, with the current setup, for interface differences
in the way such areas are laid out between @code{g77} and other
compilers.
-@cindex Alpha, support
-@cindex support, Alpha
-@item
-@code{g77} doesn't work perfectly on 64-bit configurations such as the Alpha.
-This problem is expected to be largely resolved as of version 0.5.20,
-and further addressed by 0.5.21.
-Version 0.6 should solve most or all related problems (such as
-64-bit machines other than Digital Semiconductor (``DEC'') Alphas).
-
-One known bug that causes a compile-time crash occurs when compiling
-code such as the following with optimization:
-
-@example
-SUBROUTINE CRASH (TEMP)
-INTEGER*2 HALF(2)
-REAL TEMP
-HALF(1) = NINT (TEMP)
-END
-@end example
-
-It is expected that a future version of @code{g77} will have a fix for this
-problem, almost certainly by the time @code{g77} supports
-version 2.8 of @code{gcc}.
-
@cindex COMPLEX support
@cindex support, COMPLEX
@item