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
4ac2a3f0
Commit
4ac2a3f0
authored
Jul 18, 2014
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jul 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
From-SVN: r212821
parent
efd3c368
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 @
4ac2a3f0
2014
-
07
-
18
Jonathan
Wakely
<
jwakely
@
redhat
.
com
>
*
doc
/
extend
.
texi
(
Template
Instantiation
):
Remove
stray
parenthesis
.
2014
-
07
-
18
Chung
-
Ju
Wu
<
jasonwucj
@
gmail
.
com
>
*
config
/
nds32
/
nds32
.
c
(
nds32_can_eliminate
):
Follow
the
...
...
gcc/doc/extend.texi
View file @
4ac2a3f0
...
...
@@ -18158,7 +18158,7 @@ syntax to support instantiation of the compiler support data for a
template class (i.e.@: the vtable) without instantiating any of its
members (with @code{inline}), and instantiation of only the static data
members of a template class, without the support data or member
functions (with
(
@code{static}):
functions (with @code{static}):
@smallexample
extern template int max (int, int);
...
...
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