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
a57a55de
Commit
a57a55de
authored
Apr 15, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h, error.c: Fix comment typos.
From-SVN: r123846
parent
71172460
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+1
-1
gcc/cp/error.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
a57a55de
2007
-
04
-
15
Kazu
Hirata
<
kazu
@
codesourcery.com
>
*
cp
-tree.h
,
error.c
:
Fix
comment
typos.
2007
-
04
-
13
Jason
Merrill
<
jason
@
redhat.com
>
2007
-
04
-
13
Jason
Merrill
<
jason
@
redhat.com
>
PR
c
++/
31074
PR
c
++/
31074
...
...
gcc/cp/cp-tree.h
View file @
a57a55de
...
@@ -788,7 +788,7 @@ struct saved_scope GTY(())
...
@@ -788,7 +788,7 @@ struct saved_scope GTY(())
#define current_lang_name scope_chain->lang_name
#define current_lang_name scope_chain->lang_name
/* When parsing a template declaration, a TREE_LIST representing the
/* When parsing a template declaration, a TREE_LIST representing the
active template paramete
sr
. Each node in the list represents one
active template paramete
rs
. Each node in the list represents one
level of template parameters. The innermost level is first in the
level of template parameters. The innermost level is first in the
list. The depth of each level is stored as an INTEGER_CST in the
list. The depth of each level is stored as an INTEGER_CST in the
TREE_PURPOSE of each node. The parameters for that level are
TREE_PURPOSE of each node. The parameters for that level are
...
...
gcc/cp/error.c
View file @
a57a55de
...
@@ -2529,7 +2529,7 @@ void
...
@@ -2529,7 +2529,7 @@ void
maybe_warn_variadic_templates
(
void
)
maybe_warn_variadic_templates
(
void
)
{
{
if
((
!
flag_cpp0x
||
flag_iso
)
&&
!
in_system_header
)
if
((
!
flag_cpp0x
||
flag_iso
)
&&
!
in_system_header
)
/* We really want to su
r
press this warning in system headers,
/* We really want to su
p
press this warning in system headers,
because libstdc++ uses variadic templates even when we aren't
because libstdc++ uses variadic templates even when we aren't
in C++0x mode. */
in C++0x mode. */
pedwarn
(
"ISO C++ does not include variadic templates"
);
pedwarn
(
"ISO C++ does not include variadic templates"
);
...
...
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