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
7b59ff2d
Commit
7b59ff2d
authored
Apr 02, 2014
by
Marek Polacek
Committed by
Marek Polacek
Apr 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c-common.h (c_expand_expr): Remove declaration.
* c-common.h (c_expand_expr): Remove declaration. From-SVN: r209020
parent
547eedda
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-common.h
+0
-2
No files found.
gcc/c-family/ChangeLog
View file @
7b59ff2d
2014
-
04
-
02
Marek
Polacek
<
polacek
@redhat
.
com
>
*
c
-
common
.
h
(
c_expand_expr
)
:
Remove
declaration
.
2014
-
03
-
28
Jakub
Jelinek
<
jakub
@redhat
.
com
>
PR
c
++/
60689
...
...
gcc/c-family/c-common.h
View file @
7b59ff2d
...
...
@@ -928,8 +928,6 @@ extern bool vector_targets_convertible_p (const_tree t1, const_tree t2);
extern
bool
vector_types_convertible_p
(
const_tree
t1
,
const_tree
t2
,
bool
emit_lax_note
);
extern
tree
c_build_vec_perm_expr
(
location_t
,
tree
,
tree
,
tree
,
bool
=
true
);
extern
rtx
c_expand_expr
(
tree
,
rtx
,
enum
machine_mode
,
int
,
rtx
*
);
extern
void
init_c_lex
(
void
);
extern
void
c_cpp_builtins
(
cpp_reader
*
);
...
...
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