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
5b065c21
Commit
5b065c21
authored
Sep 27, 1994
by
Brendan Kehoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert previous change
From-SVN: r8145
parent
ad912eec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
gcc/cp/ChangeLog
+0
-5
gcc/cp/search.c
+0
-4
No files found.
gcc/cp/ChangeLog
View file @
5b065c21
Tue Sep 27 10:18:57 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
* search.c (lookup_field): Return a NULL_TREE if XBASETYPE is
itself null.
Wed Sep 14 10:17:27 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
Wed Sep 14 10:17:27 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
* g++.c: Include <sys/errno.h> in case `errno' is a macro
* g++.c: Include <sys/errno.h> in case `errno' is a macro
...
...
gcc/cp/search.c
View file @
5b065c21
...
@@ -1031,10 +1031,6 @@ lookup_field (xbasetype, name, protect, want_type)
...
@@ -1031,10 +1031,6 @@ lookup_field (xbasetype, name, protect, want_type)
accurate error messages for access control. */
accurate error messages for access control. */
int
index
=
MEMOIZED_HASH_FN
(
name
);
int
index
=
MEMOIZED_HASH_FN
(
name
);
/* We sometimes go looking with XBASETYPE pre-set to null. */
if
(
xbasetype
==
NULL_TREE
)
return
NULL_TREE
;
/* If we are looking for a constructor in a templated type, use the
/* If we are looking for a constructor in a templated type, use the
unspecialized name, as that is how we store it. */
unspecialized name, as that is how we store it. */
if
(
IDENTIFIER_TEMPLATE
(
name
))
if
(
IDENTIFIER_TEMPLATE
(
name
))
...
...
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