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
c41f817d
Commit
c41f817d
authored
Feb 15, 1994
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded test for STRING_TYPE.
From-SVN: r6572
parent
74a3fd26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
gcc/config/sparc/sparc.c
+0
-1
gcc/tree.c
+0
-1
No files found.
gcc/config/sparc/sparc.c
View file @
c41f817d
...
...
@@ -3014,7 +3014,6 @@ sparc_type_code (type)
case
CHAR_TYPE
:
/* GNU Pascal CHAR type. Not used in C. */
case
BOOLEAN_TYPE
:
/* GNU Fortran BOOLEAN type. */
case
FILE_TYPE
:
/* GNU Pascal FILE type. */
case
STRING_TYPE
:
/* GNU Fortran STRING type. */
case
SET_TYPE
:
/* GNU Pascal SET type. */
case
LANG_TYPE
:
/* ? */
return
qualifiers
;
...
...
gcc/tree.c
View file @
c41f817d
...
...
@@ -2136,7 +2136,6 @@ substitute_in_type (t, f, r)
case
REFERENCE_TYPE
:
case
FILE_TYPE
:
case
SET_TYPE
:
case
STRING_TYPE
:
case
FUNCTION_TYPE
:
case
LANG_TYPE
:
/* Don't know how to do these yet. */
...
...
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