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
8e92bce9
Commit
8e92bce9
authored
Oct 20, 2016
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/gty.texi (for_user): Use @item next to @findex.
From-SVN: r241382
parent
f56ea76e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-1
gcc/doc/gty.texi
+2
-0
No files found.
gcc/ChangeLog
View file @
8e92bce9
2016-10-20 Uros Bizjak <ubizjak@gmail.com>
2016-10-20 Jakub Jelinek <jakub@redhat.com>
* doc/gty.texi (for_user): Use @item next to @findex.
2016-10-20 Uros Bizjak <ubizjak@gmail.com>
PR target/78037
PR target/78037
* config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
* config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
...
...
gcc/doc/gty.texi
View file @
8e92bce9
...
@@ -198,6 +198,8 @@ This is somewhat dangerous; the only safe use is in a union when one
...
@@ -198,6 +198,8 @@ This is somewhat dangerous; the only safe use is in a union when one
field
really
isn
'
t
ever
used
.
field
really
isn
'
t
ever
used
.
@findex
for_user
@findex
for_user
@item
for_user
Use
this
to
mark
types
that
need
to
be
marked
by
user
gc
routines
,
but
are
not
Use
this
to
mark
types
that
need
to
be
marked
by
user
gc
routines
,
but
are
not
refered
to
in
a
template
argument
.
So
if
you
have
some
user
gc
type
T1
and
a
refered
to
in
a
template
argument
.
So
if
you
have
some
user
gc
type
T1
and
a
non
user
gc
type
T2
you
can
give
T2
the
for_user
option
so
that
the
marking
non
user
gc
type
T2
you
can
give
T2
the
for_user
option
so
that
the
marking
...
...
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