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
4dbb1656
Commit
4dbb1656
authored
Jul 09, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jul 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
From-SVN: r84349
parent
42032f7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/vec.h
+2
-2
No files found.
gcc/ChangeLog
View file @
4dbb1656
2004-07-09 Nathan Sidwell <nathan@codesourcery.com>
* vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/16416
PR target/16416
...
...
gcc/vec.h
View file @
4dbb1656
...
@@ -317,8 +317,8 @@ static inline TDEF VEC_OP (TDEF,iterate) \
...
@@ -317,8 +317,8 @@ static inline TDEF VEC_OP (TDEF,iterate) \
return vec_ && ix_ < vec_->num ? vec_->vec[ix_] : NULL; \
return vec_ && ix_ < vec_->num ? vec_->vec[ix_] : NULL; \
} \
} \
\
\
static inline VEC (TDEF) *VEC_OP (TDEF,alloc
MEM_STAT_DECL)
\
static inline VEC (TDEF) *VEC_OP (TDEF,alloc
)
\
(int alloc_
)
\
(int alloc_
MEM_STAT_DECL)
\
{ \
{ \
return vec_p_reserve (NULL, alloc_ - !alloc_ PASS_MEM_STAT); \
return vec_p_reserve (NULL, alloc_ - !alloc_ PASS_MEM_STAT); \
} \
} \
...
...
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