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
5afa955f
Commit
5afa955f
authored
Oct 01, 2016
by
Jakub Jelinek
Committed by
Jakub Jelinek
Oct 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-Wregister): Document.
From-SVN: r240685
parent
012447ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+10
-1
No files found.
gcc/ChangeLog
View file @
5afa955f
2016-09-30 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi (-Wregister): Document.
2016-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
* configure.ac: Split CHECKING_P into CHECKING_P and
...
...
gcc/doc/invoke.texi
View file @
5afa955f
...
...
@@ -213,7 +213,7 @@ in the following sections.
-
Wabi
=@
var
{
n
}
-
Wabi
-
tag
-
Wconversion
-
null
-
Wctor
-
dtor
-
privacy
@
gol
-
Wdelete
-
non
-
virtual
-
dtor
-
Wliteral
-
suffix
-
Wmultiple
-
inheritance
@
gol
-
Wnamespaces
-
Wnarrowing
@
gol
-
Wnoexcept
-
Wnon
-
virtual
-
dtor
-
Wreorder
@
gol
-
Wnoexcept
-
Wnon
-
virtual
-
dtor
-
Wreorder
-
Wregister
@
gol
-
Weffc
++
-
Wstrict
-
null
-
sentinel
-
Wtemplates
@
gol
-
Wno
-
non
-
template
-
friend
-
Wold
-
style
-
cast
@
gol
-
Woverloaded
-
virtual
-
Wno
-
pmf
-
conversions
@
gol
...
...
@@ -2840,6 +2840,15 @@ case it is possible but unsafe to delete an instance of a derived
class
through
a
pointer
to
the
class
itself
or
base
class
.
This
warning
is
automatically
enabled
if
@
option
{-
Weffc
++}
is
specified
.
@
item
-
Wregister
@
r
{(
C
++
and
Objective
-
C
++
only
)}
@
opindex
Wregister
@
opindex
Wno
-
register
Warn
on
uses
of
the
@
code
{
register
}
storage
class
specifier
,
except
when
it
is
part
of
the
GNU
@
ref
{
Explicit
Register
Variables
}
extension
.
The
use
of
the
@
code
{
register
}
keyword
as
storage
class
specifier
has
been
deprecated
in
C
++
11
and
removed
in
C
++
17.
Enabled
by
default
with
@
option
{-
std
=
c
++
1
z
}.
@
item
-
Wreorder
@
r
{(
C
++
and
Objective
-
C
++
only
)}
@
opindex
Wreorder
@
opindex
Wno
-
reorder
...
...
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