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
667e5c5d
Commit
667e5c5d
authored
Dec 04, 2001
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans.c (tree_transform): Adjust call of expand_start_stmt_expr.
From-SVN: r47611
parent
23700f65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/trans.c
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
667e5c5d
2001-12-04 Andreas Jaeger <aj@suse.de>
* trans.c (tree_transform): Adjust call of expand_start_stmt_expr.
2001-12-03 Robert Dewar <dewar@gnat.com>
* sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
...
...
gcc/ada/trans.c
View file @
667e5c5d
...
...
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* $Revision: 1.
4
$
* $Revision: 1.
5
$
* *
* Copyright (C) 1992-2001, Free Software Foundation, Inc. *
* *
...
...
@@ -1797,7 +1797,7 @@ tree_transform (gnat_node)
we need to make sure it gets executed after the LHS. */
gnu_lhs
=
gnat_to_gnu
(
Left_Opnd
(
gnat_node
));
clear_last_expr
();
gnu_rhs_side
=
expand_start_stmt_expr
();
gnu_rhs_side
=
expand_start_stmt_expr
(
1
);
gnu_rhs
=
gnat_to_gnu
(
Right_Opnd
(
gnat_node
));
expand_end_stmt_expr
(
gnu_rhs_side
);
gnu_result_type
=
get_unpadded_type
(
Etype
(
gnat_node
));
...
...
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