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
c82aa69a
Commit
c82aa69a
authored
Oct 09, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sparc_type_code): Return reasonable result for COMPLEX_TYPE.
From-SVN: r2388
parent
03da3e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gcc/config/sparc/sparc.c
+5
-0
No files found.
gcc/config/sparc/sparc.c
View file @
c82aa69a
...
@@ -3020,6 +3020,11 @@ sparc_type_code (type)
...
@@ -3020,6 +3020,11 @@ sparc_type_code (type)
abort
();
abort
();
case
COMPLEX_TYPE
:
/* GNU Fortran COMPLEX type. */
case
COMPLEX_TYPE
:
/* GNU Fortran COMPLEX type. */
/* ??? We need to dinguish between double and float complex types,
but I don't know how yet because I can't reach this code from
existing front-ends. */
return
(
qualifiers
|
7
);
/* Who knows? */
case
CHAR_TYPE
:
/* GNU Pascal CHAR type. Not used in C. */
case
CHAR_TYPE
:
/* GNU Pascal CHAR type. Not used in C. */
case
BOOLEAN_TYPE
:
/* GNU Fortran BOOLEAN type. */
case
BOOLEAN_TYPE
:
/* GNU Fortran BOOLEAN type. */
case
FILE_TYPE
:
/* GNU Pascal FILE type. */
case
FILE_TYPE
:
/* GNU Pascal FILE type. */
...
...
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