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
2bd3bc6f
Commit
2bd3bc6f
authored
Nov 12, 1997
by
Jason Merrill
Committed by
Jason Merrill
Nov 12, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thinko
From-SVN: r16446
parent
a7d87521
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
gcc/cp/ChangeLog
+1
-1
gcc/cp/init.c
+1
-7
No files found.
gcc/cp/ChangeLog
View file @
2bd3bc6f
...
...
@@ -4,7 +4,7 @@ Wed Nov 12 11:04:33 1997 Jason Merrill <jason@yorick.cygnus.com>
(mark_class_instantiated): If we support one_only but not weak
symbols, don't mark this as known.
* init.c (build_new): Handle
cookies
in EH cleanup.
* init.c (build_new): Handle
vec delete
in EH cleanup.
Wed Nov 12 08:11:55 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
...
...
gcc/cp/init.c
View file @
2bd3bc6f
...
...
@@ -2713,13 +2713,7 @@ build_new (placement, decl, init, use_global_new)
/* FIXME: handle placement delete. */
if
(
flag_exceptions
&&
!
placement
)
{
tree
cleanup
;
if
(
use_cookie
)
cleanup
=
build
(
MINUS_EXPR
,
TREE_TYPE
(
alloc_expr
),
alloc_expr
,
BI_header_size
);
else
cleanup
=
alloc_expr
;
tree
cleanup
=
alloc_expr
;
if
(
!
use_global_new
&&
TYPE_LANG_SPECIFIC
(
true_type
)
&&
(
TYPE_GETS_DELETE
(
true_type
)
&
(
1
<<
has_array
)))
...
...
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