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
c29c4e23
Commit
c29c4e23
authored
Feb 10, 1998
by
Jason Merrill
Committed by
Jason Merrill
Feb 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (convert_nontype_argument): Fix typo.
From-SVN: r17838
parent
3ab1919c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/cp/ChangeLog
+3
-2
gcc/cp/pt.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
c29c4e23
Tue Feb 10 23:
41:57
1998 Jason Merrill <jason@yorick.cygnus.com>
Tue Feb 10 23:
56:46
1998 Jason Merrill <jason@yorick.cygnus.com>
* pt.c (check_explicit_specialization): Allow old-style specialization
* pt.c (convert_nontype_argument): Fix typo.
(check_explicit_specialization): Allow old-style specialization
of class template members.
of class template members.
Tue Feb 10 20:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
Tue Feb 10 20:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
...
...
gcc/cp/pt.c
View file @
c29c4e23
...
@@ -1491,7 +1491,7 @@ convert_nontype_argument (type, expr)
...
@@ -1491,7 +1491,7 @@ convert_nontype_argument (type, expr)
return
error_mark_node
;
return
error_mark_node
;
}
}
}
}
else
if
(
TREE_CODE
(
expr
_type
)
==
VAR_DECL
)
else
if
(
TREE_CODE
(
expr
)
==
VAR_DECL
)
{
{
if
(
!
TREE_PUBLIC
(
expr
))
if
(
!
TREE_PUBLIC
(
expr
))
goto
bad_argument
;
goto
bad_argument
;
...
...
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