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
8bc6d0a2
Commit
8bc6d0a2
authored
Feb 25, 2020
by
Roman Zhuykov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: minor --enable-checking wording fixes
gcc/ChangeLog: doc/install.texi (--enable-checking): Adjust wording.
parent
81c833b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+6
-4
No files found.
gcc/ChangeLog
View file @
8bc6d0a2
2020-02-25 Roman Zhuykov <zhroma@ispras.ru>
* doc/install.texi (--enable-checking): Adjust wording.
2020-02-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/93868
...
...
gcc/doc/install.texi
View file @
8bc6d0a2
...
...
@@ -1848,8 +1848,9 @@ properly if you are building the compiler with GCC@.
When
the
option
is
not
specified
,
the
active
set
of
checks
depends
on
context
.
Namely
,
bootstrap
stage
1
defaults
to
@
samp
{--
enable
-
checking
=
yes
},
builds
from
release
archives
default
to
@
samp
{--
enable
-
checking
=
release
},
and
otherwise
@
samp
{--
enable
-
checking
=
yes
,
extra
}
is
used
.
When
the
option
is
from
release
branches
or
release
archives
default
to
@
samp
{--
enable
-
checking
=
release
},
and
otherwise
@
samp
{--
enable
-
checking
=
yes
,
extra
}
is
used
.
When
the
option
is
specified
without
a
@
var
{
list
},
the
result
is
the
same
as
@
samp
{--
enable
-
checking
=
yes
}.
Likewise
,
@
samp
{--
disable
-
checking
}
is
equivalent
to
@
samp
{--
enable
-
checking
=
no
}.
...
...
@@ -1872,8 +1873,9 @@ checking with extra checks that might affect code generation and should
therefore
not
differ
between
stage1
and
later
stages
in
bootstrap
.
The
@
samp
{
valgrind
}
check
requires
the
external
@
command
{
valgrind
}
simulator
,
available
from
@
uref
{
http
://
valgrind
.
org
/}.
The
@
samp
{
df
},
@
samp
{
rtl
},
@
samp
{
gcac
}
and
@
samp
{
valgrind
}
checks
are
very
expensive
.
available
from
@
uref
{
http
://
valgrind
.
org
/}.
The
@
samp
{
rtl
}
checks
are
expensive
and
the
@
samp
{
df
},
@
samp
{
gcac
}
and
@
samp
{
valgrind
}
checks
are
very
expensive
.
@
item
--
disable
-
stage1
-
checking
@
itemx
--
enable
-
stage1
-
checking
...
...
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