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
21cdb254
Commit
21cdb254
authored
9 years ago
by
Jonathan Wakely
Committed by
Jonathan Wakely
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (Type Traits): Fix grammar.
From-SVN: r232423
parent
5a500ecf
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 @
21cdb254
2016-01-15 Jonathan Wakely <jwakely@redhat.com>
* doc/extend.texi (Type Traits): Fix grammar.
2016-01-15 Martin Jambor <mjambor@suse.cz>
* tree-inline.c (remap_decl): Use existing dclarations if
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/extend.texi
View file @
21cdb254
...
...
@@ -20332,7 +20332,7 @@ class type is considered is own base. Requires: if @code{__is_class
(base_type)} and @code{__is_class (derived_type)} are true and
@code{base_type} and @code{derived_type} are not the same type
(disregarding cv-qualifiers), @code{derived_type} shall be a complete
type.
D
iagnostic is produced if this requirement is not met.
type.
A d
iagnostic is produced if this requirement is not met.
@item __is_class (type)
If @code{type} is a cv class type, and not a union type
...
...
This diff is collapsed.
Click to expand it.
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