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
06c43499
Commit
06c43499
authored
Jul 09, 2009
by
DJ Delorie
Committed by
DJ Delorie
Jul 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mep/mep.c (mep_option_can_inline_p): Remove error call.
From-SVN: r149453
parent
8a5d9f35
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/config/mep/mep.c
+0
-1
No files found.
gcc/ChangeLog
View file @
06c43499
2009-07-09 DJ Delorie <dj@redhat.com>
* config/mep/mep.c (mep_option_can_inline_p): Remove error call.
2009-07-09 Tom Tromey <tromey@redhat.com>
* unwind-dw2-fde-darwin.c: Include dwarf2.h.
...
...
gcc/config/mep/mep.c
View file @
06c43499
...
...
@@ -4120,7 +4120,6 @@ mep_option_can_inline_p (tree caller, tree callee)
&&
!
mep_vliw_function_p
(
caller
)
&&
mep_vliw_function_p
(
callee
))
{
error
(
"cannot call inline VLIW functions from core functions"
);
return
true
;
}
return
false
;
...
...
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