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
489d6e8e
Commit
489d6e8e
authored
Nov 08, 2002
by
Dale Johannesen
Committed by
Dale Johannesen
Nov 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix stabs info for vector types
From-SVN: r58939
parent
a4b1e653
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/dbxout.c
+3
-1
No files found.
gcc/ChangeLog
View file @
489d6e8e
2002
-
11
-
08
Dale
Johannesen
<
dalej
@apple
.
com
>
*
dbxout
.
c
(
dbxout_type
)
:
Fix
stabs
info
for
vector
types
.
2002
-
11
-
08
Neil
Booth
<
neil
@daikokuya
.
co
.
uk
>
PR
preprocessor
/
8497
...
...
gcc/dbxout.c
View file @
489d6e8e
...
...
@@ -1052,7 +1052,9 @@ dbxout_type (type, full)
static
int
anonymous_type_number
=
0
;
if
(
TREE_CODE
(
type
)
==
VECTOR_TYPE
)
type
=
TYPE_DEBUG_REPRESENTATION_TYPE
(
type
);
/* The frontend feeds us a representation for the vector as a struct
containing an array. Pull out the array type. */
type
=
TREE_TYPE
(
TYPE_FIELDS
(
TYPE_DEBUG_REPRESENTATION_TYPE
(
type
)));
/* If there was an input error and we don't really have a type,
avoid crashing and write something that is at least valid
...
...
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