Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c4a920a0
Commit
c4a920a0
authored
Mar 02, 1999
by
Craig Burley
Committed by
Craig Burley
Mar 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete fixed bugs, describe one as appropriate news
From-SVN: r25547
parent
cc60b3c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
62 deletions
+20
-62
gcc/f/ChangeLog
+5
-0
gcc/f/bugs.texi
+2
-61
gcc/f/news.texi
+13
-1
No files found.
gcc/f/ChangeLog
View file @
c4a920a0
Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>
* news.texi, bugs.texi: Delete fixed bugs, make one
of them into the appropriate news item.
Wed Mar 3 00:05:52 1999 Craig Burley <craig@jcb-sc.com>
* news.texi: Copy over 1.1.2 news.
...
...
gcc/f/bugs.texi
View file @
c4a920a0
...
...
@@ -9,7 +9,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
199
8
-
09
-
01
@c
199
9
-
03
-
03
@ifclear
BUGSONLY
@node
Actual
Bugs
...
...
@@ -30,18 +30,8 @@ configure, port, build, and install @code{g77},
@itemize
@bullet
@item
@code
{
g77
}
sometimes
crashes
when
compiling
code
containing
the
construct
@samp
{
CMPLX
(
0
.)}
or
similar
.
This
is
a
@code
{
gcc
}
back
-
end
bug
.
It
can
be
worked
around
using
@samp
{
-
fno
-
emulate
-
complex
},
though
that
might
trigger
other
,
older
bugs
.
Compiling
without
optimization
is
another
work
-
around
.
Fixed
in
@code
{
egcs
}
1
.
1
.
@item
@c
Tim
Prince
discovered
this
.
Automatic
arrays
aren
'
t
working
on
HP
-
UX
systems
,
Automatic
arrays
possibly
aren
'
t
working
on
HP
-
UX
systems
,
at
least
in
HP
-
UX
version
10
.
20
.
Writing
into
them
apparently
causes
over
-
writing
of
statically
declared
data
in
the
main
program
.
...
...
@@ -50,34 +40,6 @@ or pointers to them being improperly handled,
e
.
g
.
not
passed
to
other
procedures
as
they
should
be
.
@item
@c
Toon
Moene
discovered
these
.
Some
Fortran
code
has
been
found
to
be
miscompiled
by
@code
{
g77
}
built
on
@code
{
gcc
}
version
2
.
8
.
1
on
m68k
-
next
-
nextstep3
configurations
when
using
the
@samp
{
-
O2
}
option
.
Even
a
C
function
is
known
to
miscompile
on
that
configuration
when
using
the
@samp
{
-
O2
-
funroll
-
loops
}
options
.
Fixed
in
@code
{
egcs
}.
@cindex
DNRM2
@cindex
stack
,
387
coprocessor
@cindex
ix86
@cindex
x86
@cindex
-
O2
@item
A
code
-
generation
bug
afflicts
Intel
x86
targets
when
@samp
{
-
O2
}
is
specified
compiling
,
for
example
,
an
old
version
of
the
@samp
{
DNRM2
}
routine
.
The
x87
coprocessor
stack
is
being
mismanaged
in
cases
where
assigned
@code
{
GOTO
}
and
@code
{
ASSIGN
}
are
involved
.
Fixed
in
@code
{
egcs
}
version
1
.
1
.
@item
@code
{
g77
}
fails
to
warn
about
use
of
a
``
live
''
iterative
-
DO
variable
as
an
implied
-
DO
variable
...
...
@@ -85,14 +47,6 @@ in a @samp{WRITE} or @samp{PRINT} statement
(
although
it
does
warn
about
this
in
a
@samp
{
READ
}
statement
).
@item
A
compiler
crash
,
or
apparently
infinite
run
time
,
can
result
when
compiling
complicated
expressions
involving
@code
{
COMPLEX
}
arithmetic
(
especially
multiplication
).
Fixed
in
@code
{
egcs
}
version
1
.
1
.
@item
Something
about
@code
{
g77
}
'
s
straightforward
handling
of
label
references
and
definitions
sometimes
prevents
the
GBE
from
unrolling
loops
.
...
...
@@ -238,19 +192,6 @@ The new option @samp{-fno-emulate-complex} avoids the work-around,
reverting
to
using
the
same
``
broken
''
mechanism
as
that
used
by
versions
of
@code{
g77
}
prior
to
0
.
5
.
20
.
@cindex
ELF
support
@cindex
support
,
ELF
@cindex
-
fPIC
option
@cindex
options
,
-
fPIC
@item
@code{
g77
}
sometimes
produces
invalid
assembler
code
when
using
the
@samp{
-
fPIC
}
option
(
such
as
compiling
for
ELF
targets
)
on
the
Intel
x86
architecture
target
.
The
symptom
is
that
the
assembler
complains
about
invalid
opcodes
.
This
bug
is
in
the
@code{
gcc
}
back
end
.
Fixed
in
@code{
egcs
}
version
1
.
0
.
2
.
@cindex
padding
@cindex
structures
@cindex
common
blocks
...
...
gcc/f/news.texi
View file @
c4a920a0
...
...
@@ -9,7 +9,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
1999
-
03
-
0
2
@c
1999
-
03
-
0
3
@ifclear
NEWSONLY
@node
News
...
...
@@ -829,6 +829,18 @@ Fix @code{DTime} intrinsic so as not to truncate
results
to
integer
values
(
on
some
systems
).
@item
@c
Toon
Moene
discovered
these
.
Some
Fortran
code
,
miscompiled
by
@code
{
g77
}
built
on
@code
{
gcc
}
version
2
.
8
.
1
on
m68k
-
next
-
nextstep3
configurations
when
using
the
@samp
{
-
O2
}
option
,
is
now
compiled
correctly
.
It
is
believed
that
a
C
function
known
to
miscompile
on
that
configuration
when
using
the
@samp
{
-
O2
-
funroll
-
loops
}
options
also
is
now
compiled
correctly
.
@item
Remove
support
for
non
-
@code
{
egcs
}
versions
of
@code
{
gcc
}.
@cindex
-
@w
{}
-
driver
option
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment