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
cdd5a1be
Commit
cdd5a1be
authored
Jun 10, 2005
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jun 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
From-SVN: r100816
parent
71625f3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/vec.h
+1
-1
No files found.
gcc/ChangeLog
View file @
cdd5a1be
2005-06-10 Nathan Sidwell <nathan@codesourcery.com>
* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
2005-06-10 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/linux.h (NO_PROFILE_COUNTERS): Define.
...
...
gcc/vec.h
View file @
cdd5a1be
...
...
@@ -283,7 +283,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
uninitialized. */
#define VEC_safe_grow(T,A,V,I) \
(VEC_OP(T,A,safe_grow)(&(V),I VEC_CHECK_INFO))
(VEC_OP(T,A,safe_grow)(&(V),I VEC_CHECK_INFO
MEM_STAT_INFO
))
/* Replace element
T VEC_T_replace (VEC(T) *v, unsigned ix, T val); // Integer
...
...
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