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
57ccb546
Commit
57ccb546
authored
Jul 04, 2007
by
Mark Mitchell
Committed by
Mark Mitchell
Jul 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c (build_new): Tweak comment.
From-SVN: r126293
parent
39fb9d72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/init.c
+3
-1
No files found.
gcc/cp/ChangeLog
View file @
57ccb546
2007-07-03 Mark Mitchell <mark@codesourcery.com>
* init.c (build_new): Tweak comment.
2007-06-29 Dave Brolley <brolley@redhat.com>
PR c++/31743
...
...
gcc/cp/init.c
View file @
57ccb546
...
...
@@ -2207,7 +2207,9 @@ build_new (tree placement, tree type, tree nelts, tree init,
return
error_mark_node
;
}
/* PR 31743: Make sure the array type has a known size. */
/* The type allocated must be complete. If the new-type-id was
"T[N]" then we are just checking that "T" is complete here, but
that is equivalent, since the value of "N" doesn't matter. */
if
(
!
complete_type_or_else
(
type
,
NULL_TREE
))
return
error_mark_node
;
...
...
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