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
03a4ffcd
Commit
03a4ffcd
authored
Nov 23, 2016
by
Jakub Kicinski
Committed by
Jeff Law
Nov 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi: Constify first argument to __builtin_object_size.
From-SVN: r242804
parent
d5c45ad7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
03a4ffcd
2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
* doc/extend.texi: Constify first argument to __builtin_object_size.
2016-11-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
* opth-gen.awk: Use unsigned shifts for bit masks. Allow all bits
gcc/doc/extend.texi
View file @
03a4ffcd
...
...
@@ -10125,7 +10125,7 @@ follow pointer assignments through non-trivial control flow they rely
on various optimization passes enabled with @option{-O2}. However, to
a limited extent, they can be used without optimization as well.
@deftypefn {Built-in Function} {size_t} __builtin_object_size (void * @var{ptr}, int @var{type})
@deftypefn {Built-in Function} {size_t} __builtin_object_size (
const
void * @var{ptr}, int @var{type})
is a built-in construct that returns a constant number of bytes from
@var{ptr} to the end of the object @var{ptr} pointer points to
(if known at compile time). @code{__builtin_object_size} never evaluates
...
...
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