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
533d5a2d
Commit
533d5a2d
authored
Oct 27, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 27, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/utils.c (create_subprog_decl): Adjust condition.
From-SVN: r216733
parent
60e09045
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/utils.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
533d5a2d
2014
-
10
-
27
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
(
create_subprog_decl
):
Adjust
condition
.
2014
-
10
-
27
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
misc
.
c
(
gnat_init_options_struct
):
Parameterize
errno
support
here
instead
of
...
Do
not
set
flag_delete_dead_exceptions
to
1
unconditionally
.
...
...
gcc/ada/gcc-interface/utils.c
View file @
533d5a2d
...
...
@@ -3021,7 +3021,7 @@ create_subprog_decl (tree subprog_name, tree asm_name, tree subprog_type,
function in the current unit since it is private to the other unit.
We could inline the nested function as well but it's probably better
to err on the side of too little inlining. */
if
(
inline_status
!=
is_enabled
if
(
(
inline_status
==
is_suppressed
||
inline_status
==
is_disabled
)
&&
!
public_flag
&&
current_function_decl
&&
DECL_DECLARED_INLINE_P
(
current_function_decl
)
...
...
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