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
061cae1f
Commit
061cae1f
authored
20 years ago
by
Nathan Sidwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reformat, remove '^M's
From-SVN: r83594
parent
aa7cb8c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/cp/init.c
+2
-2
gcc/cp/pt.c
+2
-1
No files found.
gcc/cp/init.c
View file @
061cae1f
...
...
@@ -2742,8 +2742,8 @@ build_delete (tree type, tree addr, special_function_kind auto_delete,
warning
(
"possible problem detected in invocation of "
"delete operator:"
);
cxx_incomplete_type_diagnostic
(
addr
,
type
,
1
);
inform
(
"neither the destructor nor the class-specific "
"operator delete will be called, even if they are "
inform
(
"neither the destructor nor the class-specific "
"operator delete will be called, even if they are "
"declared when the class is defined."
);
complete_p
=
false
;
}
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/pt.c
View file @
061cae1f
...
...
@@ -11243,7 +11243,8 @@ instantiate_pending_templates (void)
fn
;
fn
=
TREE_CHAIN
(
fn
))
if
(
!
DECL_ARTIFICIAL
(
fn
))
instantiate_decl
(
fn
,
/*defer_ok=*/
0
,
/*undefined_ok=*/
0
);
instantiate_decl
(
fn
,
/*defer_ok=*/
0
,
/*undefined_ok=*/
0
);
if
(
COMPLETE_TYPE_P
(
instantiation
))
{
instantiated_something
=
1
;
...
...
This diff is collapsed.
Click to expand it.
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