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
4a56401d
Commit
4a56401d
authored
Aug 27, 2001
by
Andreas Jaeger
Committed by
Andreas Jaeger
Aug 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-tree.h: Add prototyp for c_sizeof_nowarn.
From-SVN: r45196
parent
c96bd05e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/c-tree.h
+2
-1
No files found.
gcc/ChangeLog
View file @
4a56401d
2001
-
08
-
26
Andreas
Jaeger
<
aj
@suse
.
de
>
*
c
-
tree
.
h
:
Add
prototyp
for
c_sizeof_nowarn
.
2001
-
08
-
25
Dan
Nicolaescu
<
dann
@ics
.
uci
.
edu
>
*
ssa
-
ccp
.
c
(
ssa_const_prop
)
:
Free
ssa_edges
.
...
...
gcc/c-tree.h
View file @
4a56401d
...
...
@@ -160,7 +160,7 @@ extern tree build_array_declarator PARAMS ((tree, tree, int, int));
extern
tree
build_enumerator
PARAMS
((
tree
,
tree
));
#define c_build_type_variant(TYPE, CONST_P, VOLATILE_P) \
c_build_qualified_type (TYPE,
\
c_build_qualified_type (TYPE, \
((CONST_P) ? TYPE_QUAL_CONST : 0) | \
((VOLATILE_P) ? TYPE_QUAL_VOLATILE : 0))
extern
int
c_decode_option
PARAMS
((
int
,
char
**
));
...
...
@@ -218,6 +218,7 @@ extern void c_expand_decl_stmt PARAMS ((tree));
/* in c-typeck.c */
extern
tree
require_complete_type
PARAMS
((
tree
));
extern
int
comptypes
PARAMS
((
tree
,
tree
));
extern
tree
c_sizeof_nowarn
PARAMS
((
tree
));
extern
tree
c_size_in_bytes
PARAMS
((
tree
));
extern
tree
build_component_ref
PARAMS
((
tree
,
tree
));
extern
tree
build_indirect_ref
PARAMS
((
tree
,
const
char
*
));
...
...
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