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
27b892b4
Commit
27b892b4
authored
Nov 28, 2004
by
Richard Kenner
Committed by
Richard Kenner
Nov 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-inline.c (inline_forbidden_p_1, case RECORD_TYPE): Add comment.
From-SVN: r91420
parent
fbee7563
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+4
-0
gcc/tree-inline.c
+4
-1
No files found.
gcc/ChangeLog
View file @
27b892b4
2004
-
11
-
28
Richard
Kenner
<
kenner
@
vlsi1
.
ultra
.
nyu
.
edu
>
*
tree
-
inline
.
c
(
inline_forbidden_p_1
,
case
RECORD_TYPE
):
Add
comment
.
2004
-
11
-
28
Ulrich
Weigand
<
uweigand
@
de
.
ibm
.
com
>
PR
rtl
-
optimization
/
18420
...
...
gcc/tree-inline.c
View file @
27b892b4
...
...
@@ -1036,7 +1036,10 @@ inline_forbidden_p_1 (tree *nodep, int *walk_subtrees ATTRIBUTE_UNUSED,
UNION_TYPE nodes, then it goes into infinite recursion on a
structure containing a pointer to its own type. If it doesn't,
then the type node for S doesn't get adjusted properly when
F is inlined, and we abort in find_function_data. */
F is inlined, and we abort in find_function_data.
??? This is likely no longer true, but it's too late in the 4.0
cycle to try to find out. This should be checked for 4.1. */
for
(
t
=
TYPE_FIELDS
(
node
);
t
;
t
=
TREE_CHAIN
(
t
))
if
(
variably_modified_type_p
(
TREE_TYPE
(
t
),
NULL
))
{
...
...
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