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
c70afde1
Commit
c70afde1
authored
Apr 14, 1998
by
Paul Eggert
Committed by
Jeff Law
Apr 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* install.texi: Update section on warnings that can be safely ignored.
From-SVN: r19212
parent
634f516f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/install.texi
+3
-2
No files found.
gcc/ChangeLog
View file @
c70afde1
Tue Apr 14 21:57:57 1998 Paul Eggert <eggert@twinsun.com>
* install.texi: Update section on warnings that can be safely ignored.
Tue Apr 14 14:55:16 1998 Jim Wilson <wilson@cygnus.com>
* mips.md (reload_outdi): Change the scratch mode from DImode to
...
...
gcc/install.texi
View file @
c70afde1
...
...
@@ -341,8 +341,9 @@ Ignore any warnings you may see about ``statement not reached'' in
escape
sequence
''
are
normal
in
@file
{
genopinit
.
c
}
and
perhaps
some
other
files
.
Likewise
,
you
should
ignore
warnings
about
``
constant
is
so
large
that
it
is
unsigned
''
in
@file
{
insn
-
emit
.
c
}
and
@file
{
insn
-
recog
.
c
}
and
a
warning
about
a
comparison
always
being
zero
in
@file
{
enquire
.
o
}.
Any
other
compilation
errors
may
represent
bugs
in
@file
{
insn
-
recog
.
c
},
a
warning
about
a
comparison
always
being
zero
in
@file
{
enquire
.
o
},
and
warnings
about
shift
counts
exceeding
type
widths
in
@file
{
cexp
.
y
}.
Any
other
compilation
errors
may
represent
bugs
in
the
port
to
your
machine
or
operating
system
,
and
@ifclear
INSTALLONLY
should
be
investigated
and
reported
(
@pxref
{
Bugs
}).
...
...
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