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
fe8ca71f
Commit
fe8ca71f
authored
Nov 14, 2000
by
Joseph Myers
Committed by
Joseph Myers
Nov 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.h (CTI_C_SIZE_TYPE): Update comment.
From-SVN: r37452
parent
94b01be3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+4
-0
gcc/c-common.h
+4
-1
No files found.
gcc/ChangeLog
View file @
fe8ca71f
2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
* c-common.h (CTI_C_SIZE_TYPE): Update comment.
2000-11-14 Jakub Jelinek <jakub@redhat.com>
* varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
...
...
gcc/c-common.h
View file @
fe8ca71f
...
...
@@ -116,7 +116,10 @@ enum c_tree_index
CTI_SIGNED_WCHAR_TYPE
,
CTI_UNSIGNED_WCHAR_TYPE
,
CTI_WINT_TYPE
,
CTI_C_SIZE_TYPE
,
/* For format checking only. */
CTI_C_SIZE_TYPE
,
/* The type used for the size_t typedef and the
result type of sizeof (an ordinary type without
TYPE_IS_SIZETYPE set, unlike the internal
sizetype). */
CTI_SIGNED_SIZE_TYPE
,
/* For format checking only. */
CTI_UNSIGNED_PTRDIFF_TYPE
,
/* For format checking only. */
CTI_INTMAX_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