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
40abbbea
Commit
40abbbea
authored
May 09, 2017
by
Marek Polacek
Committed by
Marek Polacek
May 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Fix typo.
From-SVN: r247784
parent
05e5efc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+4
-4
No files found.
gcc/ChangeLog
View file @
40abbbea
2017-05-09 Marek Polacek <polacek@redhat.com>
* doc/invoke.texi: Fix typo.
2017-05-09 Richard Biener <rguenther@suse.de>
2017-05-09 Richard Biener <rguenther@suse.de>
* tree-vrp.c (vrp_val_is_max): Adjust comment.
* tree-vrp.c (vrp_val_is_max): Adjust comment.
...
...
gcc/doc/invoke.texi
View file @
40abbbea
...
@@ -4279,10 +4279,10 @@ switch (cond)
...
@@ -4279,10 +4279,10 @@ switch (cond)
C
++
17
provides
a
standard
way
to
suppress
the
@
option
{-
Wimplicit
-
fallthrough
}
C
++
17
provides
a
standard
way
to
suppress
the
@
option
{-
Wimplicit
-
fallthrough
}
warning
using
@
code
{[[
fallthrough
]];}
instead
of
the
GNU
attribute
.
In
C
++
11
warning
using
@
code
{[[
fallthrough
]];}
instead
of
the
GNU
attribute
.
In
C
++
11
or
C
++
14
users
can
use
@
code
{[[
gnu
::
fallthrough
]];},
which
is
a
GNU
extension
.
or
C
++
14
users
can
use
@
code
{[[
gnu
::
fallthrough
]];},
which
is
a
GNU
extension
.
Instead
of
the
these
attributes
,
it
is
also
possible
to
add
a
fallthrough
Instead
of
the
se
attributes
,
it
is
also
possible
to
add
a
fallthrough
comment
comment
to
silence
the
warning
.
The
whole
body
of
the
C
or
C
++
style
comment
to
silence
the
warning
.
The
whole
body
of
the
C
or
C
++
style
comment
should
should
match
the
given
regular
expressions
listed
below
.
The
option
argument
match
the
given
regular
expressions
listed
below
.
The
option
argument
@
var
{
n
}
@
var
{
n
}
specifies
what
kind
of
comments
are
accepted
:
specifies
what
kind
of
comments
are
accepted
:
@
itemize
@
bullet
@
itemize
@
bullet
...
...
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