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
63c68bb7
Commit
63c68bb7
authored
Jul 10, 1994
by
Mike Stump
Committed by
Mike Stump
Jul 10, 1994
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix libg++ make check.
From-SVN: r7694
parent
5b605f68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/cp/ChangeLog
+1
-0
gcc/cp/decl.c
+4
-0
No files found.
gcc/cp/ChangeLog
View file @
63c68bb7
...
...
@@ -2,6 +2,7 @@ Fri Jul 8 17:41:46 1994 Mike Stump (mrs@cygnus.com)
* decl.c (cplus_expand_expr_stmt): Wrap statement expressions inside
CLEANUP_POINT_EXPRs so that the stack slots can be reused.
(disabled for now)
Fri Jul 8 12:59:38 1994 Jason Merrill (jason@deneb.cygnus.com)
...
...
gcc/cp/decl.c
View file @
63c68bb7
...
...
@@ -11953,7 +11953,11 @@ cplus_expand_expr_stmt (exp)
warning
(
"at this point in file"
);
}
#if 0
/* We should do this eventually, but right now this causes regex.o from
libg++ to miscompile, and tString to core dump. */
exp = build1 (CLEANUP_POINT_EXPR, TREE_TYPE (exp), exp);
#endif
expand_expr_stmt
(
break_out_cleanups
(
exp
));
}
...
...
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