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
5b98e88f
Commit
5b98e88f
authored
Nov 14, 2014
by
Marek Polacek
Committed by
Marek Polacek
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
From-SVN: r217543
parent
10230017
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5b98e88f
2014
-
11
-
14
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
tree
.
c
(
build_common_builtin_nodes
):
Remove
doubled
ECF_LEAF
.
2014
-
11
-
14
Richard
Biener
<
rguenther
@
suse
.
de
>
2014
-
11
-
14
Richard
Biener
<
rguenther
@
suse
.
de
>
*
genmatch
.
c
(
add_operator
):
Allow
CONSTRUCTOR
.
*
genmatch
.
c
(
add_operator
):
Allow
CONSTRUCTOR
.
gcc/tree.c
View file @
5b98e88f
...
@@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void)
...
@@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void)
local_define_builtin
(
"__builtin_unreachable"
,
ftype
,
BUILT_IN_UNREACHABLE
,
local_define_builtin
(
"__builtin_unreachable"
,
ftype
,
BUILT_IN_UNREACHABLE
,
"__builtin_unreachable"
,
"__builtin_unreachable"
,
ECF_NOTHROW
|
ECF_LEAF
|
ECF_NORETURN
ECF_NOTHROW
|
ECF_LEAF
|
ECF_NORETURN
|
ECF_CONST
|
ECF_LEAF
);
|
ECF_CONST
);
}
}
if
(
!
builtin_decl_explicit_p
(
BUILT_IN_MEMCPY
)
if
(
!
builtin_decl_explicit_p
(
BUILT_IN_MEMCPY
)
...
...
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