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
f903ebb1
Commit
f903ebb1
authored
Sep 14, 2000
by
J. David Anglin
Committed by
Jeff Law
Sep 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c (begin_init_stmts): Don't use // comments.
From-SVN: r36399
parent
29791078
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/init.c
+4
-2
No files found.
gcc/cp/ChangeLog
View file @
f903ebb1
2000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* init.c (begin_init_stmts): Don't use // comments.
2000-09-12 Jason Merrill <jason@redhat.com>
* decl.c (maybe_deduce_size_from_array_init): Set do_default for
...
...
gcc/cp/init.c
View file @
f903ebb1
...
...
@@ -98,8 +98,10 @@ begin_init_stmts (stmt_expr_p, compound_stmt_p)
if
(
building_stmt_tree
())
*
compound_stmt_p
=
begin_compound_stmt
(
/*has_no_scope=*/
1
);
// else
// *compound_stmt_p = genrtl_begin_compound_stmt (has_no_scope=1);
/*
else
*compound_stmt_p = genrtl_begin_compound_stmt (has_no_scope=1);
*/
}
/* Finish out the statement-expression begun by the previous call to
...
...
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