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
38c7331a
Commit
38c7331a
authored
Aug 26, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Aug 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* semantics.c (do_poplevel): Always initialize the return value.
From-SVN: r28908
parent
723dc442
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/semantics.c
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
38c7331a
1999-08-26 Mark Mitchell <mark@codesourcery.com>
* semantics.c (do_poplevel): Always initialize the return value.
1999-08-26 Gavin Romig-Koch <gavin@cygnus.com>
* cp-tree.h (cplus_unsave_expr_now) : Correct return type.
...
...
gcc/cp/semantics.c
View file @
38c7331a
...
...
@@ -1073,6 +1073,8 @@ do_poplevel ()
expand_end_bindings
(
getdecls
(),
kept_level_p
(),
0
);
if
(
stmts_are_full_exprs_p
)
t
=
poplevel
(
kept_level_p
(),
1
,
0
);
else
t
=
NULL_TREE
;
pop_momentary
();
return
t
;
}
...
...
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