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
667332c2
Commit
667332c2
authored
Mar 27, 1998
by
Craig Burley
Committed by
Jeff Law
Mar 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bugs.texi: Various updates.
From-SVN: r18867
parent
d2723ca0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
30 deletions
+2
-30
gcc/f/ChangeLog
+2
-0
gcc/f/bugs.texi
+0
-30
No files found.
gcc/f/ChangeLog
View file @
667332c2
Mon Mar 23 11:58:43 1998 Craig Burley <burley@gnu.org>
* bugs.texi: Various updates.
* com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.
Mon Mar 16 21:20:35 1998 Craig Burley <burley@gnu.org>
...
...
gcc/f/bugs.texi
View file @
667332c2
...
...
@@ -25,21 +25,6 @@ configure, port, build, and install @code{g77},
@ref
{
Problems
Installing
}.
@itemize
@bullet
@cindex
Alpha
@cindex
-
O2
@item
@code
{
g77
}
'
s
version
of
@code
{
gcc
},
and
probably
@code
{
g77
}
itself
,
cannot
be
reliably
used
with
the
@samp
{
-
O2
}
option
(
or
higher
)
on
Digital
Semiconductor
Alpha
AXP
machines
.
The
problem
is
most
immediately
noticed
in
differences
discovered
by
@kbd
{
make
compare
}
following
a
bootstrap
build
using
@samp
{
-
O2
}.
It
also
manifests
itself
as
a
failure
to
compile
@samp
{
DATA
}
statements
such
as
@samp
{
DATA
R
/
7
.
/
}
correctly
;
in
this
case
,
@samp{
R
}
might
be
initialized
to
@samp{
4
.
0
}
.
Until
this
bug
is
fixed
,
use
only
@samp{
-
O1
}
or
no
optimization
.
@item
Something
about
@code
{
g77
}
'
s
straightforward
handling
of
label
references
and
definitions
sometimes
prevents
the
GBE
...
...
@@ -226,19 +211,4 @@ problem by not using the back end's support for @code{COMPLEX}.
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
There
seem
to
be
some
problems
with
passing
constants
,
and
perhaps
general
expressions
(
other
than
simple
variables
/
arrays
),
to
procedures
when
compiling
on
some
systems
(
such
as
i386
)
with
@samp{
-
fPIC
}
,
as
in
when
compiling
for
ELF
targets
.
The
symptom
is
that
the
assembler
complains
about
invalid
opcodes
.
This
bug
is
in
the
gcc
back
end
,
and
it
apparently
occurs
only
when
compiling
sufficiently
complicated
functions
@emph{
without
}
the
@samp{
-
O
}
option
.
@end
itemize
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