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
f809d213
Commit
f809d213
authored
Mar 26, 2015
by
Jan Hubicka
Committed by
Jan Hubicka
Mar 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cif-code.def (CILK_SPAWN): New code.
From-SVN: r221710
parent
bf3b2de7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+1
-0
gcc/cif-code.def
+4
-0
No files found.
gcc/ChangeLog
View file @
f809d213
...
...
@@ -17,6 +17,7 @@
cross check to ...
(cgraph_node::verify_node): ... here; verify only callee edges,
not caller.
* cif-code.def (CILK_SPAWN): New code.
2015-03-26 Jan Hubicka <hubicka@ucw.cz>
...
...
gcc/cif-code.def
View file @
f809d213
...
...
@@ -124,6 +124,10 @@ DEFCIFCODE(USES_COMDAT_LOCAL, CIF_FINAL_ERROR,
DEFCIFCODE(ATTRIBUTE_MISMATCH, CIF_FINAL_ERROR,
N_("function attribute mismatch"))
/* We can't inline because of mismatched caller/callee attributes. */
DEFCIFCODE(CILK_SPAWN, CIF_FINAL_ERROR,
N_("caller function contains cilk spawn"))
/* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable"))
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