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
0e7e1527
Commit
0e7e1527
authored
Oct 24, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
From-SVN: r165904
parent
682e805a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.c
+2
-1
No files found.
gcc/ChangeLog
View file @
0e7e1527
2010
-
10
-
24
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
*
config
/
sparc
/
sparc
.
c
(
sparc_type_code
)
<
NULLPTR_TYPE
>:
New
case
.
2010
-
10
-
24
Paul
Koning
<
ni1d
@arrl
.
net
>
2010
-
10
-
24
Paul
Koning
<
ni1d
@arrl
.
net
>
*
config
/
pdp11
/
pdp11
.
md
:
Change
length
attribute
to
be
in
bytes
.
*
config
/
pdp11
/
pdp11
.
md
:
Change
length
attribute
to
be
in
bytes
.
gcc/config/sparc/sparc.c
View file @
0e7e1527
...
@@ -7729,7 +7729,8 @@ sparc_type_code (register tree type)
...
@@ -7729,7 +7729,8 @@ sparc_type_code (register tree type)
case
VECTOR_TYPE
:
case
VECTOR_TYPE
:
case
BOOLEAN_TYPE
:
/* Boolean truth value type. */
case
BOOLEAN_TYPE
:
/* Boolean truth value type. */
case
LANG_TYPE
:
/* ? */
case
LANG_TYPE
:
case
NULLPTR_TYPE
:
return
qualifiers
;
return
qualifiers
;
default
:
default
:
...
...
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